You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a secret for the operator to pull images `kubectl create secret generic node-init-secret --from-file=.dockerconfigjson=${HOME}/.config/containers/auth.json --type=kubernetes.io/dockerconfigjson -n skyhook`
55
54
1. Install the operator `helm install skyhook ./chart --namespace skyhook`
| controllerManager.tolerations | add tolerations to the controller manager pod |[]|
24
24
| controllerManager.selectors | add node selectors to the controller manager pod | {} |
25
25
| controllerManager.manager.env.copyDirRoot | Directory for which the operator will work from on the host. Some environments may require this to be set to a specific directory. | /tmp |
26
-
|controllerManager.manager.env.enableWebhooks| Enable the webhook setup in the operator controller. Default is "true" and is required for production. | "true" |
26
+
|webhooks.enable| Enable the webhook setup in the operator controller. Default is "true" and is required for production. | "true" |
27
27
| controllerManager.manager.env.leaderElection | Enable leader election for the operator controller. Default is "true" and is required for production. | "true" |
28
28
| controllerManager.manager.env.logLevel | Log level for the operator controller. If you want more or less logs, change this value to "debug" or "error". | "info" |
29
29
| controllerManager.manager.env.reapplyOnReboot | Reapply the packages on reboot. This is useful for systems that are read-only. | "false" |
0 commit comments