UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit db7711e5 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'fix-k3d-setup-instructions' into 'master'

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

See merge request !5324
parents e521cf6a c0c306b3
No related branches found
No related tags found
1 merge request!5324Adjusted k3d-dev.sh instructions output to reflect new procedure
Pipeline #3704871 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