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