mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-31 16:16:23 +00:00
Update readme, update bats setup
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -24,9 +24,7 @@ jobs:
|
||||
version: latest
|
||||
args: release --snapshot --skip-publish --rm-dist
|
||||
- name: Setup BATS framework
|
||||
uses: mig4/setup-bats@master
|
||||
with:
|
||||
bats-version: 1.1.0
|
||||
run: sudo npm install -g bats
|
||||
- name: kubectx (Go) integration tests
|
||||
run: COMMAND=./dist/kubectx_linux_amd64/kubectx bats test/kubectx.bats
|
||||
- name: kubens (Go) integration tests
|
||||
|
@@ -5,10 +5,12 @@
|
||||

|
||||

|
||||
|
||||
|
||||
This repository provides both `kubectx` and `kubens` tools.
|
||||
[Install →](#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).
|
||||
|
||||
**`kubectx`** helps you switch between clusters back and forth:
|
||||

|
||||
|
Reference in New Issue
Block a user