mirror of
https://github.com/rancher/rke.git
synced 2025-09-09 02:51:15 +00:00
Rename ignore label and return error on controlplane failure
This commit is contained in:
@@ -17,7 +17,8 @@ const (
|
||||
HostnameLabel = "kubernetes.io/hostname"
|
||||
InternalAddressAnnotation = "rke.cattle.io/internal-ip"
|
||||
ExternalAddressAnnotation = "rke.cattle.io/external-ip"
|
||||
IgnoreHostDuringUpgradeLabel = "rke.cattle.io/ignore-during-upgrade"
|
||||
IgnoreHostDuringUpgradeLabel = "user.cattle.io/upgrade-policy"
|
||||
IgnoreLabelValue = "prevent"
|
||||
AWSCloudProvider = "aws"
|
||||
MaxRetries = 5
|
||||
RetryInterval = 5
|
||||
|
Reference in New Issue
Block a user