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
UPSTREAM: <carry>: kube-controller-manager: allow running bare kube-controller-manager
UPSTREAM: <carry>: (squash) kube-controller-manager: allow running bare kube-controller-manager
UPSTREAM: <carry>: kube-controller-manager: allow running bare kube-controller-manager
UPSTREAM: <carry>: (squash) remove egressnetworkpolicies from gc ignored resources
egressnetworkpolicies should not be in garbage collector ignored
resources, so users can delete them using "--cascade=foreground" flag.
Signed-off-by: Flavio Fernandes <[email protected]>
OpenShift-Rebase-Source: 6c1dee4
UPSTREAM: <carry>: (squash) kube-controller-manager: allow running bare kube-controller-manager
// NewKubeControllerManagerOptions creates a new KubeControllerManagerOptions with a default config.
@@ -273,6 +274,8 @@ func (s *KubeControllerManagerOptions) Flags(allControllers []string, disabledBy
273
274
fs:=fss.FlagSet("misc")
274
275
fs.StringVar(&s.Master, "master", s.Master, "The address of the Kubernetes API server (overrides any value in kubeconfig).")
275
276
fs.StringVar(&s.Generic.ClientConnection.Kubeconfig, "kubeconfig", s.Generic.ClientConnection.Kubeconfig, "Path to kubeconfig file with authorization and master location information (the master location can be overridden by the master flag).")
277
+
fs.StringVar(&s.OpenShiftContext.OpenShiftConfig, "openshift-config", s.OpenShiftContext.OpenShiftConfig, "indicates that this process should be compatible with openshift start master")
0 commit comments