-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Closed
Labels
Description
Output of helm version:
version.BuildInfo{Version:"v3.1.0", GitCommit:"b29d20baf09943e134c2fa5e1e1cab3bf93315fa", GitTreeState:"clean", GoVersion:"go1.13.7"}
Output of kubectl version:
Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.7", GitCommit:"be3d344ed06bff7a4fc60656200a93c74f31f9a4", GitTreeState:"clean", BuildDate:"2020-02-11T19:34:02Z", GoVersion:"go1.13.
6", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.7", GitCommit:"be3d344ed06bff7a4fc60656200a93c74f31f9a4", GitTreeState:"clean", BuildDate:"2020-02-11T19:24:46Z", GoVersion:"go1.13.
6", Compiler:"gc", Platform:"linux/amd64"}
Cloud Provider/Platform (AKS, GKE, Minikube etc.): Baremetal
Problem:
uninstall.go:129: [debug] purge requested for xxx
Error: release xxx failed, and has been uninstalled due to atomic being set: rpc error: code = Unavailable desc = etcdserver: leader changed
helm.go:75: [debug] rpc error: code = Unavailable desc = etcdserver: leader changed
release xxx failed, and has been uninstalled due to atomic being set
I think it started somewhere between helm 3.0.2 and 3.1.0
Reactions are currently unavailable