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
This allows the kubelet to be configured to load default configuration
out of a known namespace. By default it is openshift-node/node-config.
Correct an error in bootstrapping where errors weren't logged, and
properly ignore forbidden errors when trying to load the config map.
Add a better description of bootstrapping to openshift start node.
flags.BoolVar(&options.NodeArgs.Bootstrap, "bootstrap", false, "Use the provided .kubeconfig file to perform initial node setup (experimental).")
92
+
flags.StringVar(&options.NodeArgs.BootstrapConfigName, "bootstrap-config-name", options.NodeArgs.BootstrapConfigName, "The name of a config map to load node-config.yaml from (experimental).")
93
+
flags.StringVar(&options.NodeArgs.BootstrapConfigNamespace, "bootstrap-config-namespace", options.NodeArgs.BootstrapConfigNamespace, "The namespace containing a config map to load node-config.yaml from (experimental).")
0 commit comments