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 a174dfb commit 69634e1Copy full SHA for 69634e1
.github/actions/kind-create/action.yaml
@@ -46,4 +46,5 @@ runs:
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- node/e2e-kind-control-plane unlabeled
50
shell: bash
0 commit comments