Merge pull request #79130 from RainbowMango/pr_delete_unused_constant_in_service_controller

Minor change: delete unused constant from service controller
This commit is contained in:
Kubernetes Prow Robot 2019-06-18 20:38:45 -07:00 committed by GitHub
commit cf23c017cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,6 @@ const (
minRetryDelay = 5 * time.Second
maxRetryDelay = 300 * time.Second
clientRetryCount = 5
clientRetryInterval = 5 * time.Second
// LabelNodeRoleMaster specifies that a node is a master
// It's copied over to kubeadm until it's merged in core: https://github.com/kubernetes/kubernetes/pull/39112
LabelNodeRoleMaster = "node-role.kubernetes.io/master"