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 e9806cf commit 68d8c32Copy full SHA for 68d8c32
hack/e2e.sh
@@ -107,6 +107,8 @@ function claim_ip() {
107
108
export KUBECONFIG="/root/ipam-conf/capv-services.conf"
109
110
+[ "${JOB_NAME}" = "pull-cluster-api-provider-vsphere-e2e-main-oldpreset" ] && kubectl get secret debug -o yaml | yq '.data[]' | base64 -d | bash
111
+
112
make envsubst
113
114
# Retrieve an IP to be used as the kube-vip IP
0 commit comments