Skip to content

Commit d5f3ea6

Browse files
committed
build: set skip-kube-proxy annotation in examples
1 parent 80c0f9d commit d5f3ea6

16 files changed

+58
-8
lines changed

examples/capi-quick-start/aws-cluster-calico-crs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spec:
1616
topology:
1717
class: aws-quick-start
1818
controlPlane:
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
1922
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2023
variables:
2124
- name: clusterConfig

examples/capi-quick-start/aws-cluster-calico-helm-addon.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spec:
1616
topology:
1717
class: aws-quick-start
1818
controlPlane:
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
1922
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2023
variables:
2124
- name: clusterConfig

examples/capi-quick-start/aws-cluster-cilium-crs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spec:
1616
topology:
1717
class: aws-quick-start
1818
controlPlane:
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
1922
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2023
variables:
2124
- name: clusterConfig

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ spec:
1616
topology:
1717
class: aws-quick-start
1818
controlPlane:
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
1922
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2023
variables:
2124
- name: clusterConfig

examples/capi-quick-start/docker-cluster-calico-crs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ spec:
1616
topology:
1717
class: docker-quick-start
1818
controlPlane:
19-
metadata: {}
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
2022
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2123
variables:
2224
- name: clusterConfig

examples/capi-quick-start/docker-cluster-calico-helm-addon.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ spec:
1616
topology:
1717
class: docker-quick-start
1818
controlPlane:
19-
metadata: {}
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
2022
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2123
variables:
2224
- name: clusterConfig

examples/capi-quick-start/docker-cluster-cilium-crs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ spec:
1616
topology:
1717
class: docker-quick-start
1818
controlPlane:
19-
metadata: {}
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
2022
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2123
variables:
2224
- name: clusterConfig

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ spec:
1616
topology:
1717
class: docker-quick-start
1818
controlPlane:
19-
metadata: {}
19+
metadata:
20+
annotations:
21+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
2022
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
2123
variables:
2224
- name: clusterConfig

examples/capi-quick-start/nutanix-cluster-calico-crs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ spec:
5757
topology:
5858
class: nutanix-quick-start
5959
controlPlane:
60-
metadata: {}
60+
metadata:
61+
annotations:
62+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
6163
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
6264
variables:
6365
- name: clusterConfig

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ spec:
5757
topology:
5858
class: nutanix-quick-start
5959
controlPlane:
60-
metadata: {}
60+
metadata:
61+
annotations:
62+
controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
6163
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
6264
variables:
6365
- name: clusterConfig

0 commit comments

Comments
 (0)