Closed joejulian closed 2 years ago
In the event that you're using version-locked helm paths but still have a helm in PATH, the wrong version of helm is used.
As part of kraken, we maintain the last known tested version of helm for each of the last 3 kubernetes releases, ie.
/opt/cnct/kubernetes/v1.5/bin/helm /opt/cnct/kubernetes/v1.6/bin/helm /opt/cnct/kubernetes/v1.7/bin/helm
and a symlink of /usr/bin/helm to /opt/cnct/kubernetes/v1.7/bin/helm`
/usr/bin/helm
This causes a helm registry install to fail as the client and server versions do not match when using helm from a path other than v1.7.
helm registry install
Please use the helm version from which appr is called.
In the event that you're using version-locked helm paths but still have a helm in PATH, the wrong version of helm is used.
As part of kraken, we maintain the last known tested version of helm for each of the last 3 kubernetes releases, ie.
and a symlink of
/usr/bin/helm
to /opt/cnct/kubernetes/v1.7/bin/helm`This causes a
helm registry install
to fail as the client and server versions do not match when using helm from a path other than v1.7.Please use the helm version from which appr is called.