From 542b5eb9ef44f494068077d5afe707e5623b3d7e Mon Sep 17 00:00:00 2001 From: Benjamin Merot <4562092+tux-o-matic@users.noreply.github.com> Date: Wed, 6 Jul 2022 13:03:03 +0200 Subject: [PATCH] Fixed scc command example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e326c82..e8b6100 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The image used for the keepalived containers can be specified with `.Spec.Image` Each KeepalivedGroup deploys a [daemonset](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/) that requires the [privileged scc](https://docs.openshift.com/container-platform/4.5/authentication/managing-security-context-constraints.html), this permission must be given to the `default` service account in the namespace where the keepalived group is created by and administrator. ```shell -oc adm policy add-scc-to-user privileged -z default-n +oc adm policy add-scc-to-user privileged -z default -n ``` ### Cluster Network Operator