mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-02 17:14:42 +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
|
version: latest
|
||||||
args: release --snapshot --skip-publish --rm-dist
|
args: release --snapshot --skip-publish --rm-dist
|
||||||
- name: Setup BATS framework
|
- name: Setup BATS framework
|
||||||
uses: mig4/setup-bats@master
|
run: sudo npm install -g bats
|
||||||
with:
|
|
||||||
bats-version: 1.1.0
|
|
||||||
- name: kubectx (Go) integration tests
|
- name: kubectx (Go) integration tests
|
||||||
run: COMMAND=./dist/kubectx_linux_amd64/kubectx bats test/kubectx.bats
|
run: COMMAND=./dist/kubectx_linux_amd64/kubectx bats test/kubectx.bats
|
||||||
- name: kubens (Go) integration tests
|
- name: kubens (Go) integration tests
|
||||||
|
@@ -5,10 +5,12 @@
|
|||||||

|

|
||||||

|

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

|

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