Rancherアプデのメモ

サーバー
この記事は約2分で読めます。

毎度忘れるので

現在のHelm Config状態を書き出す。

helm get values rancher -n cattle-system -o yaml > rancher_value.yaml

リポジトリを更新します。

helm repo update

リポジトリに対応するバージョンを確認します。

# helm search repo rancher-stable --versions
NAME CHART VERSION APP VERSION DESCRIPTION
rancher-stable/rancher 2.13.3 v2.13.3 Install Rancher Server to manage Kubernetes clu...
rancher-stable/rancher 2.13.2 v2.13.2 Install Rancher Server to manage Kubernetes clu...
rancher-stable/rancher 2.13.1 v2.13.1 Install Rancher Server to manage Kubernetes clu...
rancher-stable/rancher 2.13.0 v2.13.0 Install Rancher Server to manage Kubernetes clu...

Rancherを更新します

helm upgrade rancher rancher-stable/rancher --namespace cattle-system -f rancher_value.yaml --version=2.13.3

しばらく放置するとローリングアップデートされます。

 

参考

Upgrades | Rancher
The following instructions will guide you through upgrading a Rancher server that was installed on a Kubernetes cluster ...

コメント