File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
.github/actions/kind-create Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ runs:
4646 echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
4747 shell : bash
4848
49- # - name: Install cloud-provider-kind
50- # id: cloud-provider-kind
51- # run: |
52- # echo "Install cloud-provider-kind"
53- # go install sigs.k8s.io/cloud-provider-kind@latest
54- # kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
55- # ~/go/bin/cloud-provider-kind &
56- # shell: bash
49+ - name : Install cloud-provider-kind
50+ id : cloud-provider-kind
51+ run : |
52+ echo "Install cloud-provider-kind"
53+ go install sigs.k8s.io/cloud-provider-kind@latest
54+ kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
55+ ~/go/bin/cloud-provider-kind &
56+ shell : bash
You can’t perform that action at this time.
0 commit comments