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:
Oleksii Kliukin 2018-05-08 15:50:10 +02:00 committed by GitHub
parent 288242d021
commit 40163677c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ data:
enable_replica_load_balancer: "false"
pdb_name_format: "postgres-{cluster}-pdb"
node_eol_label: "lifecycle-status:pending-decommission"
node_readiness_label: ""
api_port: "8080"
ring_log_lines: "100"