Skip to content

Commit 8485248

Browse files
committed
chore: add mixed protocol feature gates
1 parent 8b24810 commit 8485248

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

templates/test/ci/cluster-template-prow-external-cloud-provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ spec:
6060
extraArgs:
6161
cloud-config: /etc/kubernetes/azure.json
6262
cloud-provider: azure
63+
feature-gates: MixedProtocolLBService=true
6364
extraVolumes:
6465
- hostPath: /etc/kubernetes/azure.json
6566
mountPath: /etc/kubernetes/azure.json
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kind: KubeadmControlPlane
2+
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
3+
metadata:
4+
name: "${CLUSTER_NAME}-control-plane"
5+
spec:
6+
kubeadmConfigSpec:
7+
clusterConfiguration:
8+
apiServer:
9+
extraArgs:
10+
feature-gates: MixedProtocolLBService=true

templates/test/ci/prow-external-cloud-provider/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ patchesStrategicMerge:
88
- ../patches/tags.yaml
99
- ../patches/controller-manager.yaml
1010
- ../patches/cluster-cni.yaml
11+
- ../patches/apiserver.yaml
1112
configMapGenerator:
1213
- name: cni-${CLUSTER_NAME}-calico
1314
files:

0 commit comments

Comments
 (0)