File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
.github/actions/kind-create Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ runs:
4444 kind get kubeconfig --name ${{ inputs.kind_cluster_name }} > $kubeconfig_path
4545 chmod 600 $kubeconfig_path
4646 echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
47- run : |
48- echo "Install cloud-provider-kind"
49- go install sigs.k8s.io/cloud-provider-kind@latest
50- kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
51- node/e2e-kind-control-plane unlabeled
52- echo "Run Cloud Provider Kind to enable LoadBalancer"
53- ~/go/bin/cloud-provider-kind
47+ # run: |
48+ # echo "Install cloud-provider-kind"
49+ # go install sigs.k8s.io/cloud-provider-kind@latest
50+ # kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
51+ # node/e2e-kind-control-plane unlabeled
52+ # echo "Run Cloud Provider Kind to enable LoadBalancer"
53+ # ~/go/bin/cloud-provider-kind
5454 shell : bash
You can’t perform that action at this time.
0 commit comments