Closed krantzinator closed 2 years ago
This won't be possible, since Helm can't do anything on your local machine. Similarly, we don't setup the local context on helm install
either. You have to manually run the waypoint login
command to do that. We could potentially introduce a waypoint logout
command though instead?
Describe the bug
helm uninstall
appears to not remove the old server context, whichwaypoint uninstall
does by default, or cleanup other k8s resources that will then block a new install.Steps to Reproduce
helm install waypoint hashicorp/waypoint
helm uninstall waypoint
helm install waypoint hashicorp/waypoint
againThe k8s cluster will still be using the old server context, and so the runner will not be able to start.
If you delete the context manually, you don't even get that far:
Expected behavior I would expect
helm uninstall
to mirrorwaypoint uninstall
as usefully as possible.Alternatively, our documentation can include the specific instructions in our Upgrade and Uninstall guides that are unique to helm.
Waypoint Platform Versions
waypoint version: full_string="v0.6.2 (99350730+CHANGES)" version=v0.6.2
version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.17"}