UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

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

Merged Brian Jackson requested to merge fix-k3d-setup-instructions into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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."
Loading