1
0
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:
galal-hussein
2018-04-10 00:03:20 +02:00
parent ad64f7a295
commit 8b9b68f728

View File

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