Skip to content

Commit 2da7c29

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,4 @@ 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-
50-
node/e2e-kind-control-plane unlabeled
51-
echo "Run Cloud Provider Kind to enable LoadBalancer"
52-
# ~/go/bin/cloud-provider-kind
5348
shell: bash

0 commit comments

Comments
 (0)