retroryan / istio-workshop

Istio Workshop
Apache License 2.0
416 stars 257 forks source link

Add k8s cluster creation on AWS #14

Closed jsenon closed 6 years ago

jsenon commented 6 years ago

Hi, I ve created k8s cluster creation on aws. I don't have modify exercise 4 who deal with adding a node on GCloud and not in AWS. I can add another PR if needed. Hope this tuto will help you. Let me know if update is necessary. Regards

jsenon commented 6 years ago

I have to change size of node and master to a small one

--node-size t2.micro \
--master-size t2.micro  \

could you modify inline? Sorry for that

retroryan commented 6 years ago

I made those changes. The changes look great! Thank you for the contribution.