diff --git a/docs/advanced_create.md b/docs/advanced_create.md new file mode 100644 index 0000000000..9a9be87e11 --- /dev/null +++ b/docs/advanced_create.md @@ -0,0 +1,17 @@ +# Advanced Example + +Example Create Cluster Command for HA / Private Topology + +``` +kops create cluster \ + --node-count 3 \ + --zones us-west-2a,us-west-2b,us-west-2c \ + --master-zones us-west-2a,us-west-2b,us-west-2c \ + --dns-zone kubernetes.com \ + --node-size t2.medium \ + --master-size t2.medium \ + --topology private \ + --networking weave \ + --image 293135079892/k8s-1.4-debian-jessie-amd64-hvm-ebs-2016-11-16 \ + ${NAME} +``` \ No newline at end of file diff --git a/docs/aws.md b/docs/aws.md index 8ddf2d3f24..106f6c84c6 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -149,7 +149,7 @@ We will need to note which availability zones are available to us. In this examp aws ec2 describe-availability-zones --region us-west-1 ``` -Lets form our create cluster command. This is the most basic example, a more verbose example on can be found [here]() +Lets form our create cluster command. This is the most basic example, a more verbose example on can be found [here](advanced_create.md) ```bash kops create cluster \ @@ -205,4 +205,4 @@ We love feedback from the community, and if you are reading this we would love t *AWS Trademark used with limited permission under the [AWS Trademark Guidelines](https://aws.amazon.com/trademark-guidelines/)* -*Kubernetes Logo used with permission under the [Kubernetes Branding Guidelines](https://github.com/kubernetes/kubernetes/blob/master/logo/usage_guidelines.md)* \ No newline at end of file +*Kubernetes Logo used with permission under the [Kubernetes Branding Guidelines](https://github.com/kubernetes/kubernetes/blob/master/logo/usage_guidelines.md)*