Compare commits
No commits in common. "7a2cfeb16dcd4b84dd7be9dfb064a18400e20a3a" and "91443dc8c10ad5006901f84ca64a393b022bda52" have entirely different histories.
7a2cfeb16d
...
91443dc8c1
|
|
@ -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 && 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"
|
||||
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"
|
||||
|
||||
# Open a port forward session to a remote Kubernetes deployment
|
||||
# @param {string} $1 Deployment name
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue