Update readme to talk about Go rewrite

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2020-04-29 13:50:10 -07:00
parent fc21b8c522
commit ba79bdb0f8
No known key found for this signature in database
GPG Key ID: 441833503E604E2C

View File

@ -8,9 +8,10 @@
This repository provides both `kubectx` and `kubens` tools.
[Install &rarr;](#installation)
> **🥳📰 NEWS:** With v0.9.0 `kubectx` and `kubens` are now rewritten in Go.
> Bash versions are still available, however please test the new Go versions
> by downloading them from [Releases](/releases).
> **🥳📰 NEWS:** With v0.9.0 `kubectx` and `kubens` **are now rewritten in Go**.
> (Don't worry, our lovely **bash** versions are still available!) Please test
> this new Go binaries by downloading them from
> [**Releases &rarr;**](https://github.com/ahmetb/kubectx/releases)
**`kubectx`** helps you switch between clusters back and forth:
![kubectx demo GIF](img/kubectx-demo.gif)
@ -89,6 +90,11 @@ Active namespace is "default".
## Installation
> **🥳📰 NEWS:** With v0.9.0 `kubectx` and `kubens` **are now rewritten in Go**.
> (Don't worry, our lovely **bash** versions are still available!) Please test
> this new Go binaries by downloading them from
> [**Releases &rarr;**](https://github.com/ahmetb/kubectx/releases)
There are several installation options:
- As kubectl plugins (macOS/Linux)