fix: make upgrade work again
@ -166,7 +166,7 @@ kubeadm_upgrade() {
|
||||
kubectl apply --server-side --force-conflicts -f -
|
||||
|
||||
# finally remove annotation to allow argo to sync again
|
||||
kubectl patch app kubezero -n argocd --type json -p='[{"op": "remove", "path": "/metadata/annotations"}]'
|
||||
kubectl patch app kubezero -n argocd --type json -p='[{"op": "remove", "path": "/metadata/annotations"}]' || true
|
||||
|
||||
# Local node upgrade
|
||||
render_kubeadm upgrade
|
||||
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 36 KiB |