Skip to content

Commit f373314

Browse files
author
Daniel Vaseekaran
committed
Adding cloud-provider-kind
1 parent 697dcb3 commit f373314

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)