To ensure ServiceAccount
objects must be created and granted
before pod creation is allowed, follow the documentation and create
ServiceAccount
objects as per your environment.
Ensure that the plugin is enabled in the api-server configuration:
$ oc -n openshift-kube-apiserver get configmap config -o json | jq -r '.data."config.yaml"' | jq '.apiServerArguments."enable-admission-plugins"'