aws-samples / aws-workshop-for-kubernetes

AWS Workshop for Kubernetes
Apache License 2.0
2.64k stars 1.06k forks source link

Add instructions for setting up a cluster using CloudFormation #76

Open arun-gupta opened 6 years ago

arun-gupta commented 6 years ago

@cloudymind FYI

wombat commented 6 years ago

@arun-gupta can this be closed?

arun-gupta commented 6 years ago

CloudFormation Output tab currently shows:

scp -i arun-eu-central-1.pem ubuntu@52.28.166.40:.kube/config $HOME/.kube/config

Overriding $HOME/.kube/config will remove all existing kubectl configurations for the user.

It needs to show the commands to download kuebconfig to a different directory, and then use KUBECONFIG environment variable to setup the complete context for kubectl.

@cloudymind?

arun-gupta commented 6 years ago

Exact instructions are also listed at https://github.com/arun-gupta/kubernetes-aws-workshop/issues/134

brianhammons commented 6 years ago

oops, just saw this after pulling upstream. can we close the issue out?

arun-gupta commented 6 years ago

Not yet.

@cloudymind The output has three commands that are displayed on a single line as opposed to three different lines. Can you take a look at that?