Search code examples
kuberneteskubernetes-helm

Helm: Incompatible versions between client and server


After I have run helm list I got following error:

Error: incompatible versions client[v2.9.0] server[v2.8.2]

I did a helm init to install the compatible tiller version "Warning: Tiller is already installed in the cluster. (Use --client-only to suppress this message, or --upgrade to upgrade Tiller to the current version.)".

Any pointers?


Solution

  • To upgrade your tiller version to the same version of the client, just run helm init --upgrade

    NOTE: If you're trying to downgrade the server version to match your local client version, run the following instead:

    helm init --upgrade --force-upgrade