From 6f52f2fbb945affb78d7b8c08e01de880d134283 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Fri, 28 Jun 2024 09:45:20 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20des=20raccourcis=20kubes=20pour=20?= =?UTF-8?q?automatiquement=20lister=20les=20pods=20=C3=A0=20la=20connexion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/bash/gil_specific.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index b83bc20..6d7b022 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -17,8 +17,8 @@ alias k="kubectl" alias kns="kubens" alias kctx="kubectx" alias fluxUp="flux reconcile source git flux-system" -alias kprod="export AWS_PROFILE='production' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-production" -alias kstage="export AWS_PROFILE='staging' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-staging" +alias kprod="export AWS_PROFILE='production' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-production && kubens production && kubectl get po" +alias kstage="export AWS_PROFILE='staging' && aws sso login && aws eks update-kubeconfig --region eu-west-1 --name rfidprod-staging && kubens preprod && kubectl get po" # Open a port forward session to a remote Kubernetes deployment # @param {string} $1 Deployment name