1
0
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:
rajashree
2020-03-04 12:04:55 -08:00
parent 265553beb5
commit c61d531af1
4 changed files with 23 additions and 12 deletions

View File

@@ -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