Skip to content

Commit 69634e1

Browse files
author
Daniel Vaseekaran
committed
Added LoadBalancer for Kind E2E test cluster
1 parent a174dfb commit 69634e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ runs:
4646
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
4747
echo "Install cloud-provider-kind"
4848
go install sigs.k8s.io/cloud-provider-kind@latest
49+
kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers- node/e2e-kind-control-plane unlabeled
4950
shell: bash

0 commit comments

Comments
 (0)