Skip to content

Commit

Permalink
updated .envrc-gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 1, 2024
1 parent 7b3e2ca commit 01cfd2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .envrc-gcp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ if [ -z "${CLOUDSDK_CONTAINER_CLUSTER:-}" ]; then
fi
fi

# alternatively see gke_kube_context() function in .envrc-kubernetes
# alternatively call gke_kube_context() function in .envrc-kubernetes which will do this
# and comment out auto-running kube_context() on sourcing .envrc-kubernetes
if [ -n "${CLOUDSDK_CONTAINER_CLUSTER:-}" ]; then
# kubectl context is easily created by running adjacent aws_kube_creds.sh script first

Expand Down

0 comments on commit 01cfd2c

Please sign in to comment.