We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0d47f commit 4093c68Copy full SHA for 4093c68
.github/actions/kind-create/action.yaml
@@ -45,3 +45,12 @@ runs:
45
chmod 600 $kubeconfig_path
46
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
47
shell: bash
48
+
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