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
"Specifies the grace period for deleting scheduling result on failed clusters.")
204
-
_=flags.MarkDeprecated("failover-eviction-timeout", "This flag was previously used to control the delay time for the cluster-controller to mark NoExecute taints when detecting cluster failures. Now that the cluster-controller no longer automatically marks NoExecute taints, this flag has become obsolete. It is marked as deprecated instead of being directly removed to maintain backward compatibility and ensure it does not block upgrade processes.")
205
200
flags.StringVar(&o.SkippedPropagatingAPIs, "skipped-propagating-apis", "", "Semicolon separated resources that should be skipped from propagating in addition to the default skip list(cluster.karmada.io;policy.karmada.io;work.karmada.io). Supported formats are:\n"+
206
201
"<group> for skip resources with a specific API group(e.g. networking.k8s.io),\n"+
207
202
"<group>/<version> for skip resources with a specific API version(e.g. networking.k8s.io/v1beta1),\n"+
0 commit comments