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 1421665 commit 58b47b2Copy full SHA for 58b47b2
scripts/deploy-multus-network.sh
@@ -33,12 +33,11 @@ then
33
kubectl -n kube-system wait --for=condition=ready -l name="cni-plugins" pod --timeout="$TNF_DEPLOYMENT_TIMEOUT"
34
35
# Install whereabouts at specific released version
36
- git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.5.3
+ git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.5.4
37
oc apply \
38
-f whereabouts/doc/crds/daemonset-install.yaml \
39
-f whereabouts/doc/crds/whereabouts.cni.cncf.io_ippools.yaml \
40
-f whereabouts/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml \
41
- -f whereabouts/doc/crds/ip-reconciler-job.yaml
42
43
rm -rf whereabouts
44
# Whereabout does not support dual stack so creating 2 sets of single stack multus interfaces
0 commit comments