Remove --with-short-names from doc (#120)

First measure to avoid confusing people.
see #112
This commit is contained in:
Jonathan Liuti 2019-01-13 23:56:24 +01:00 committed by Ahmet Alp Balkan
parent 402cc2c4b9
commit b6e918b084

View File

@ -83,10 +83,6 @@ Active namespace is "default".
This command will set up bash/zsh/fish completion scripts automatically. This command will set up bash/zsh/fish completion scripts automatically.
- Running `brew install` with `--with-short-names` will install tools with names
`kctx` and `kns` to prevent prefix collision with `kubectl` name.
- If you like to add context/namespace info to your shell prompt (`$PS1`), - If you like to add context/namespace info to your shell prompt (`$PS1`),
I recommend trying out [kube-ps1](https://github.com/jonmosco/kube-ps1). I recommend trying out [kube-ps1](https://github.com/jonmosco/kube-ps1).