簡體   English   中英

如何安裝特定的 helm 客戶端版本,使其與服務器兼容(Tiller)

[英]How to install specific helm client version so it is compatible with the server (Tiller)

我的 helm 客戶端和服務器是不同的版本。 我需要更新我的客戶端,使其與服務器版本相同。

$ helm version
Client: &version.Version{SemVer:"v2.15.2", GitCommit:"8dce272473e5f2a7bf58ce79bb5c3691db54c96b", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.16.3", GitCommit:"1ee0254c86d4ed6887327dabed7aa7da29d7eb0d", GitTreeState:"clean"}

我嘗試通過此處的安裝程序腳本進行更新: https://raw.githubusercontent.com/helm/helm/master/scripts/get

但是當我這樣做時,它會給我這個信息:

Downloading helm
Helm v2.16.3 is already v2.16.3

如何安裝特定的 helm 客戶端版本以使其與服務器(Tiller)兼容? 在這種情況下,版本 2.16.3。

如果您想擁有特定的 Helm 版本,可以關注Helm:來自二進制版本 您可以從這里查看和下載所有 Helm 客戶端版本。

順便提一句。 作為旁注,我強烈建議遷移到 Helm 3。那里沒有 Tiller,因此您不必在客戶端和服務器之間“同步”版本。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM