Commit ab4e306c authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

TF-SDK only accepts UUIDs as zone-id

parent fd2c19f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ metadata:
  namespace: extra-node-feature
  namespace: extra-node-feature
spec:
spec:
  labels:
  labels:
    feature.node.kubernetes.io/zoneID: "Omega12345"
    feature.node.kubernetes.io/zoneID: "0f8c8424-a5bf-4c2e-a6da-0ff2b5a47ed1"
    feature.node.kubernetes.io/geolocation: "41.388043_2.114966"
    feature.node.kubernetes.io/geolocation: "41.388043_2.114966"
    feature.node.kubernetes.io/geographyDetails: "university_city_env"
    feature.node.kubernetes.io/geographyDetails: "university_city_env"
---
---
@@ -22,7 +22,7 @@ metadata:
  namespace: extra-node-feature
  namespace: extra-node-feature
spec:
spec:
  labels:
  labels:
    feature.node.kubernetes.io/zoneID: "Omega12345"
    feature.node.kubernetes.io/zoneID: "0f8c8424-a5bf-4c2e-a6da-0ff2b5a47ed1"
    feature.node.kubernetes.io/geolocation: "41.388043_2.114966"
    feature.node.kubernetes.io/geolocation: "41.388043_2.114966"
    feature.node.kubernetes.io/geographyDetails: "university_city_env"
    feature.node.kubernetes.io/geographyDetails: "university_city_env"
---
---
@@ -35,7 +35,7 @@ metadata:
  namespace: extra-node-feature
  namespace: extra-node-feature
spec:
spec:
  labels:
  labels:
    feature.node.kubernetes.io/zoneID: "Omega12345"
    feature.node.kubernetes.io/zoneID: "0f8c8424-a5bf-4c2e-a6da-0ff2b5a47ed1"
    feature.node.kubernetes.io/geolocation: "41.388043_2.114966"
    feature.node.kubernetes.io/geolocation: "41.388043_2.114966"
    feature.node.kubernetes.io/geographyDetails: "university_city_env"
    feature.node.kubernetes.io/geographyDetails: "university_city_env"
---
---
+1 −1
Original line number Original line Diff line number Diff line
@@ -166,7 +166,7 @@ nfd_apply_custom_labels: true


# Custom node labels
# Custom node labels
nfd_custom_labels:
nfd_custom_labels:
  zoneID: "Omega12345"
  zoneID: "0f8c8424-a5bf-4c2e-a6da-0ff2b5a47ed1"
  geolocation: "41.388043_2.114966"
  geolocation: "41.388043_2.114966"
  geographyDetails: "university_city_env"
  geographyDetails: "university_city_env"


+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@ nfd_ready_timeout: 300


# Custom node labels
# Custom node labels
nfd_custom_labels:
nfd_custom_labels:
  zoneID: "Omega12345"
  zoneID: "0f8c8424-a5bf-4c2e-a6da-0ff2b5a47ed1"
  geolocation: "41.388043_2.114966"
  geolocation: "41.388043_2.114966"
  geographyDetails: "university_city_env"
  geographyDetails: "university_city_env"