Remove Kubernetes upgrade-related labels
The node_eol_label is obsolete and not used. The node_readiness_label, if set, will prevent scheduling pods on the node without that label, by default minikube doesn't set any label on the node.
This commit is contained in:
parent
288242d021
commit
40163677c7
|
|
@ -32,8 +32,6 @@ data:
|
||||||
enable_replica_load_balancer: "false"
|
enable_replica_load_balancer: "false"
|
||||||
|
|
||||||
pdb_name_format: "postgres-{cluster}-pdb"
|
pdb_name_format: "postgres-{cluster}-pdb"
|
||||||
node_eol_label: "lifecycle-status:pending-decommission"
|
|
||||||
node_readiness_label: ""
|
|
||||||
|
|
||||||
api_port: "8080"
|
api_port: "8080"
|
||||||
ring_log_lines: "100"
|
ring_log_lines: "100"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue