Skip to content

Commit

Permalink
Deploy & upgrade frr as part of the kubernetes deploy script (#2523)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Oct 24, 2024
1 parent 9f2c5ce commit 5a4f3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/deploy/500-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source /opt/configuration/scripts/include.sh
source /opt/manager-vars.sh

if [[ $(semver $MANAGER_VERSION 8.0.3) -ge 0 || $MANAGER_VERSION == "latest" ]]; then
osism apply frr
osism apply kubernetes
osism apply copy-kubeconfig
osism apply k8s-dashboard
Expand Down
3 changes: 2 additions & 1 deletion scripts/upgrade/500-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
source /opt/configuration/scripts/include.sh
source /opt/configuration/scripts/manager-version.sh

if [[ $(semver $MANAGER_VERSION 8.0.0) -ge 0 || $MANAGER_VERSION == "latest" ]]; then
if [[ $(semver $MANAGER_VERSION 8.0.3) -ge 0 || $MANAGER_VERSION == "latest" ]]; then
osism apply frr
osism apply kubernetes
fi

0 comments on commit 5a4f3dc

Please sign in to comment.