Skip to content

Commit

Permalink
Fix whereabouts install (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jul 12, 2022
1 parent 8d00213 commit d2ed86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy-multus-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ then
kubectl create -f "${CNIS_DAEMONSET_URL}"
kubectl -n kube-system wait --for=condition=ready -l name="cni-plugins" pod --timeout="$TNF_DEPLOYMENT_TIMEOUT"

# Install whereabout
git clone $WHEREABOUTS_GIT_URL --depth 1
# Install whereabouts at specific released version
git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.5.3
oc apply \
-f whereabouts/doc/crds/daemonset-install.yaml \
-f whereabouts/doc/crds/whereabouts.cni.cncf.io_ippools.yaml \
Expand Down

0 comments on commit d2ed86f

Please sign in to comment.