Add some k8s utilities
This commit is contained in:
parent
f5a073e428
commit
4f0cfb9d1f
2 changed files with 11 additions and 0 deletions
bin
3
bin/kube-setns
Executable file
3
bin/kube-setns
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
set -xeuo pipefail
|
||||
kubectl config set-context $(kubectl config current-context) --namespace "$1"
|
Loading…
Add table
Add a link
Reference in a new issue