Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

参考文档:

https://docs.koderover.com/zadig/Zadig%20v3.0/release-notes/v1.18.0/

安装helm软件添加helm仓库

Code Block
wget https://get.helm.sh/helm-v3.12.0-linux-amd64.tar.gz
tar -zxvf helm-v3.12.0-linux-amd64.tar.gz
cp linux-amd64/helm /usr/bin
helm version

添加helm仓库并升级到最新

Code Block
helm repo add koderover-chart https://koderover.tencentcloudcr.com/chartrepo/chart
helm repo update
helm repo list

将老版本的zadig配置文件导出

Code Block
helm get values zadig-zadig -n zadig > zadig.yaml

模板如下


使用helm升级

Code Block
helm upgrade -f zadig.yaml zadig-zadig koderover-chart/zadig --namespace zadig --version=2.0.0

这个时候可以用另外一个master去查看zadig命名空间下pod的状态,如果有发现镜像无法拉取的情况可手动处理