ahmetb / kubectx

Faster way to switch between clusters and namespaces in kubectl
https://kubectx.dev
Apache License 2.0
17.66k stars 1.26k forks source link

Add prerequisite for completion to work after brew install #368

Closed vincentvictoria closed 1 year ago

vincentvictoria commented 1 year ago

I bumped into Completions don't work issue, and found a root cause: https://github.com/ahmetb/kubectx/issues/157#issuecomment-1287588271.

ahmetb commented 1 year ago

Is this not true for anything else installed via Brew? It feels a bit awkward that every project has to document it.

vincentvictoria commented 1 year ago

Is this not true for anything else installed via Brew? It feels a bit awkward that every project has to document it.

That's true, but it will help people who haven't done so. It's probably better for Brew to put a link on their front page along with the one-liner install script.