Skip to content

Commit

Permalink
Use latest version of antrea-agent install script
Browse files Browse the repository at this point in the history
Also update wrapper script to use new arguments
Increase the timeout to run BeforeSuite()

Signed-off-by: Anand Kumar <[email protected]>
  • Loading branch information
Anandkumar26 committed Dec 22, 2022
1 parent 6825a45 commit a5ec5e4
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 46 deletions.
6 changes: 3 additions & 3 deletions hack/install-vm-agent-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ function install() {
echo "Running antrea $INSTALL_SCRIPT script"
chmod +x "${tmp_dir}"/$INSTALL_SCRIPT
chmod +x "${tmp_dir}"/$ANTREA_AGENT_BIN
"${tmp_dir}"/$INSTALL_SCRIPT --ns "$NAMESPACE" --bin "${tmp_dir}"/${ANTREA_AGENT_BIN} \
--config "${tmp_dir}"/${ANTREA_AGENT_CONF} --kubeconfig "$KUBECONFIG" \
--antrea-kubeconfig "$ANTREA_KUBECONFIG" --nodename "$NODENAME" --containerize
"${tmp_dir}"/$INSTALL_SCRIPT --ns "$NAMESPACE" --config "${tmp_dir}"/${ANTREA_AGENT_CONF} \
--kubeconfig "$KUBECONFIG" --antrea-kubeconfig "$ANTREA_KUBECONFIG" \
--antrea-version "$ANTREA_VERSION" --nodename "$NODENAME" --containerize
echo "Set antrea-agent Service Environment variable NODE_NAME=$NODENAME"
# Delete the temporary directory.
rm -rf "${tmp_dir}"
Expand Down
Loading

0 comments on commit a5ec5e4

Please sign in to comment.