Skip to content

Commit 4093c68

Browse files
author
Daniel Vaseekaran
committed
Added LoadBalancer for Kind E2E test cluster
1 parent 1f0d47f commit 4093c68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/actions/kind-create/action.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ runs:
4545
chmod 600 $kubeconfig_path
4646
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
4747
shell: bash
48+
49+
- name: Install cloud-provider-kind
50+
id: cloud-provider-kind
51+
run: |
52+
echo "Install cloud-provider-kind"
53+
go install sigs.k8s.io/cloud-provider-kind@latest
54+
kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
55+
~/go/bin/cloud-provider-kind &
56+
shell: bash

0 commit comments

Comments
 (0)