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
Description: "Rebalance workloads that use local-path Persistent Volumes. THIS WILL RESULT IN DATA LOSS.",
135
-
},
136
-
"ignore_problem_job_pods": {
137
-
Type: schema.TypeBool,
138
-
Required: true,
139
-
Description: "Pods spawned by Jobs or CronJobs will not prevent the Rebalancer from deleting a node on which they run. WARNING: When true, pods spawned by Jobs or CronJobs will be terminated if the Rebalancer picks a node that runs them. As such, they are likely to lose their progress.",
140
-
},
141
-
"ignore_problem_removal_disabled_pods": {
142
-
Type: schema.TypeBool,
143
-
Required: true,
144
-
Description: `Pods that are marked with "removal disabled" will not prevent the Rebalancer from deleting a node on which they run. WARNING: When true, such pods will be evicted and disrupted.`,
145
-
},
146
-
"ignore_problem_pods_without_controller": {
147
-
Type: schema.TypeBool,
148
-
Required: true,
149
-
Description: "Pods that don't have a controller (bare pods) will not prevent the Rebalancer from deleting a node on which they run. WARNING: When true, such pods might not restart, since they have no controller to do it.",
134
+
Description: "Rebalance workloads using local-path Persistent Volumes. THIS WILL RESULT IN DATA LOSS.",
0 commit comments