Skip to content

Commit 58b47b2

Browse files
authored
Update whereabouts to v0.5.4 (#135)
1 parent 1421665 commit 58b47b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/deploy-multus-network.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ then
3333
kubectl -n kube-system wait --for=condition=ready -l name="cni-plugins" pod --timeout="$TNF_DEPLOYMENT_TIMEOUT"
3434

3535
# Install whereabouts at specific released version
36-
git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.5.3
36+
git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.5.4
3737
oc apply \
3838
-f whereabouts/doc/crds/daemonset-install.yaml \
3939
-f whereabouts/doc/crds/whereabouts.cni.cncf.io_ippools.yaml \
4040
-f whereabouts/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml \
41-
-f whereabouts/doc/crds/ip-reconciler-job.yaml
4241

4342
rm -rf whereabouts
4443
# Whereabout does not support dual stack so creating 2 sets of single stack multus interfaces

0 commit comments

Comments
 (0)