[bash] Update k8s shortcut

This commit is contained in:
2021-12-02 10:13:42 -05:00
parent 05bb160a22
commit 500098f70d

View File

@ -16,7 +16,8 @@ set-pg-env() {
prod() {
okta-awscli --okta-profile poweruser --profile 15five-root-poweruser
set-sts-env 15five-root-poweruser 15five-production-poweruser
aws eks update-kubeconfig --name cloud100
aws eks update-kubeconfig --name $VPC_NAME
kubectl -n $VPC_NAME exec -it deployment/uvicorn-web-general -- bash
}
shuttle() {