From 500098f70d2ba3e3cd172853c1cc5ac96a363fc5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Dec 2021 10:13:42 -0500 Subject: [PATCH] [bash] Update k8s shortcut --- bash/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index f5e6b98..7244c55 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -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() {