mirror of
https://github.com/rancher/rke.git
synced 2025-09-16 23:20:56 +00:00
Change address annotations to rke.cattle.io/
This commit is contained in:
@@ -17,8 +17,8 @@ import (
|
||||
|
||||
const (
|
||||
HostnameLabel = "kubernetes.io/hostname"
|
||||
InternalAddressAnnotation = "rke.io/internal-ip"
|
||||
ExternalAddressAnnotation = "rke.io/external-ip"
|
||||
InternalAddressAnnotation = "rke.cattle.io/internal-ip"
|
||||
ExternalAddressAnnotation = "rke.cattle.io/external-ip"
|
||||
AWSCloudProvider = "aws"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user