From b2384ee7321e8eae07e47421e856964da2b15edd Mon Sep 17 00:00:00 2001 From: Zbigniew Zabost <135184+ZbigniewZabost@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:51:45 +0200 Subject: [PATCH] Update README.md --- OpenShift/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenShift/README.md b/OpenShift/README.md index 7a5ec4d..b3abc99 100644 --- a/OpenShift/README.md +++ b/OpenShift/README.md @@ -39,6 +39,7 @@ For Openshift cluster in version 4.x follow these steps: export KUBECONFIG=/path/to/oc/cluster/dir/auth/kubeconfig oc adm new-project robot-shop oc adm policy add-scc-to-user anyuid -z default -n robot-shop +oc adm policy add-scc-to-user privileged -z default -n robot-shop cd robot-shop/K8s helm install robot-shop --set openshift=true -n robot-shop helm ```