Skip to content

Commit

Permalink
v4.1.5
Browse files Browse the repository at this point in the history
=====================================================================

--- Bug Fixes ----------------------------

- corrected some output being piped to stdin during EKS login
  • Loading branch information
wrynegade committed Mar 14, 2024
1 parent bd554f1 commit 3d1eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/lib/cloud/aws/eks.module.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EKS() {
local CONTEXT="arn:aws:eks:${AWS_REGION}:${AWS_ACCOUNT}:cluster/${CLUSTER_NAME}"

kubectl config get-contexts | grep -q $CONTEXT \
|| EKS__CLUSTER_LOGIN -c $CLUSTER_NAME
|| EKS__CLUSTER_LOGIN -c $CLUSTER_NAME >/dev/null

local CONTEXT_ARGS=()
case $1 in
Expand Down

0 comments on commit 3d1eb9e

Please sign in to comment.