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
UPSTREAM: <carry>: kube-controller-manager: allow running bare kube-controller-manager
UPSTREAM: <carry>: kube-controller-manager: allow running bare kube-controller-manager
Fix garbage-collection for CRDs.
These types are backed by a CRD and not by openshift-apiserver anymore.
DefaultGarbageCollectionPolicy (Unsupported) does not work with CRDs.
The `foregroundDeletion` finalizer was set on these CRD objects which
blocks deletion indifinetelly as GC will ignore these resources.
fs.StringVar(&s.OpenShiftContext.OpenShiftConfig, "openshift-config", s.OpenShiftContext.OpenShiftConfig, "indicates that this process should be compatible with openshift start master")
306
+
fs.MarkHidden("openshift-config")
304
307
305
308
returnfss
306
309
}
@@ -408,6 +411,9 @@ func (s *KubeControllerManagerOptions) ApplyTo(c *kubecontrollerconfig.Config, a
0 commit comments