Skip to content

Commit 5a604e5

Browse files
committed
build: skip kube-proxy install for Nutanix clusters with failuredomain
1 parent ef15094 commit 5a604e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

examples/capi-quick-start/nutanix-cluster-failuredomain-cilium-helm-addon.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ spec:
9393
topology:
9494
class: nutanix-quick-start
9595
controlPlane:
96-
metadata: {}
96+
metadata:
97+
annotations:
98+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
9799
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
98100
variables:
99101
- name: clusterConfig

hack/examples/overlays/clusters/nutanix-with-failuredomain/cilium/helm-addon/kustomization.yaml.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ patches:
1515
- target:
1616
kind: Cluster
1717
path: ../../../../../patches/cilium.yaml
18+
- target:
19+
kind: Cluster
20+
path: ../../../../../patches/skip-kube-proxy.yaml
1821
- target:
1922
kind: Cluster
2023
path: ../../../../../patches/nutanix/use-failure-domains.yaml

0 commit comments

Comments
 (0)