File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ Use AWS CloudFormation to deploy an AMI running the latest Sourcegraph version!
7272
7373### XL -->
7474
75+ - Fixed: Containers not able to be booted in an air gapped environment after an upgrade.
76+
7577## v5.4.2198
7678
7779 ## Updates
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ if [ -f ./sourcegraph-executor-k8s-charts.tgz ]; then
5454else
5555 $LOCAL_BIN_PATH /helm --kubeconfig $KUBECONFIG_FILE upgrade -i -f ./override.yaml --version " $AMI_VERSION " executor sourcegraph/sourcegraph-executor-k8s
5656fi
57+ # Clear out the old pods if they're still around
58+ $LOCAL_BIN_PATH /kubectl delete pods --all
5759
5860# Restart k3s again in case it's still in crashloopbackoff
5961# However, this should not affect a running instance
You can’t perform that action at this time.
0 commit comments