Kubernetes komutlarını geçici olarak aynı namespace içinde çalıştırır:
export NS=$(k get ns | grep 5gcn | cut -d' ' -f1)
export CTX=$(k config current-context)
kubectl config set-context $CTX --namespace $NS
Kubernetes komutlarını geçici olarak aynı namespace içinde çalıştırır:
export NS=$(k get ns | grep 5gcn | cut -d' ' -f1)
export CTX=$(k config current-context)
kubectl config set-context $CTX --namespace $NS