Skip to content

Commit

Permalink
Merge 2b91305 into 9df5a81
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjuns authored Feb 10, 2023
2 parents 9df5a81 + 2b91305 commit dc71f8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/images/scripts/install_cni
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ if [[ ! " ${binaries[*]} " =~ " bandwidth " ]]; then
install -m 755 /opt/cni/bin/bandwidth /host/opt/cni/bin/bandwidth
fi

# Install whereabouts IPAM binary file. Required for global IPAM support specific to CNF use cases.
if [[ ! " ${binaries[*]} " =~ " whereabouts " ]]; then
install -m 755 /opt/cni/bin/whereabouts /host/opt/cni/bin/whereabouts
fi

# Install Antrea configuration file.
# Note that it needs to be executed after installing the above binaries because container runtimes such as cri-o may
# watch the conf directory and try to validate the config and binaries immediately once there is a change.
Expand Down

0 comments on commit dc71f8a

Please sign in to comment.