Skip to content

Commit 8f15bec

Browse files
author
Daniel Vaseekaran
committed
Added LoadBalancer for Kind E2E test cluster
1 parent 3a8e73f commit 8f15bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ runs:
4545
chmod 600 $kubeconfig_path
4646
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
4747
echo "Install cloud-provider-kind"
48-
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-
48+
# 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-
5050
node/e2e-kind-control-plane unlabeled
5151
echo "Run Cloud Provider Kind to enable LoadBalancer"
52-
~/go/bin/cloud-provider-kind
52+
# ~/go/bin/cloud-provider-kind
5353
shell: bash

0 commit comments

Comments
 (0)