UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c0c306b3 authored by Brian Jackson's avatar Brian Jackson
Browse files

Adjusted k3d-dev.sh instructions output to reflect new procedure

parent e521cf6a
No related branches found
No related tags found
1 merge request!5324Adjusted k3d-dev.sh instructions output to reflect new procedure
Pipeline #3704847 passed
......@@ -747,7 +747,7 @@ ENDSSH
echo " ssh -i ~/.ssh/${KeyName}.pem -o IdentitiesOnly=yes ubuntu@${PublicIP}"
echo
echo "To use kubectl from your local workstation you must set the KUBECONFIG environment variable:"
echo " export KUBECONFIG=~/.kube/${AWSUSERNAME}-dev-config"
echo " export KUBECONFIG=~/.kube/${AWSUSERNAME}-dev-${PROJECTTAG}-config"
if [[ "$PRIVATE_IP" == true ]]
then
echo "The cluster connection will not work until you start sshuttle as described below."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment