Last active
August 29, 2015 14:17
-
-
Save TimHeckel/d323d74e8a1f0d3c2517 to your computer and use it in GitHub Desktop.
Revisions
-
TimHeckel revised this gist
Mar 20, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,9 @@ ##Setting up kubernetes on AWS https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/aws.md https://github.com/pires/kubernetes-elasticsearch-cluster aws iam create-instance-profile --instance-profile-name kubernetes create a role in AWS called kubernetes-role and add ec2-full-access -
TimHeckel created this gist
Mar 20, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ##Setting up kubernetes on AWS aws iam create-instance-profile --instance-profile-name kubernetes create a role in AWS called kubernetes-role and add ec2-full-access aws iam add-role-to-instance-profile --instance-profile-name kubernetes --role-name kubernetes-role