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 3a8e73f commit 8f15becCopy full SHA for 8f15bec
.github/actions/kind-create/action.yaml
@@ -45,9 +45,9 @@ runs:
45
chmod 600 $kubeconfig_path
46
echo "kubeconfig=$(echo $kubeconfig_path)" >> $GITHUB_OUTPUT
47
echo "Install cloud-provider-kind"
48
- go install sigs.k8s.io/cloud-provider-kind@latest
49
- kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
+ # go install sigs.k8s.io/cloud-provider-kind@latest
+ # kubectl label node e2e-kind-control-plane node.kubernetes.io/exclude-from-external-load-balancers-
50
node/e2e-kind-control-plane unlabeled
51
echo "Run Cloud Provider Kind to enable LoadBalancer"
52
- ~/go/bin/cloud-provider-kind
+ # ~/go/bin/cloud-provider-kind
53
shell: bash
0 commit comments