Skip to content

Commit

Permalink
Added LoadBalancer for Kind E2E test cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Vaseekaran committed Nov 20, 2024
1 parent 8f15bec commit 2da7c29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/kind-create/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ runs:
chmod 600 $kubeconfig_path
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
echo "Install cloud-provider-kind"
# go install sigs.k8s.io/cloud-provider-kind@latest
# kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
node/e2e-kind-control-plane unlabeled
echo "Run Cloud Provider Kind to enable LoadBalancer"
# ~/go/bin/cloud-provider-kind
shell: bash

0 comments on commit 2da7c29

Please sign in to comment.