Build new docs

This commit is contained in:
Benedict Hartley 2017-07-14 19:53:13 +01:00
parent de993cf254
commit c45ba71c0b
No known key found for this signature in database
GPG Key ID: 16F86B0B6DFBBF4D
3 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ Create a Kubernetes cluster.
### Synopsis
Create a kubernetes cluster using command line flags. This command creates cloud based resources such as networks and virtual machine. Once the infrastructure is in place Kubernetes is installed on the virtual machines.
Create a kubernetes cluster using command line flags. This command creates cloud based resources such as networks and virtual machines. Once the infrastructure is in place Kubernetes is installed on the virtual machines.
These operations are done in parrellel and rely on eventual consitency.
These operations are done in parallel and rely on eventual consistency.
```
kops create cluster

View File

@ -16,7 +16,7 @@ kops update cluster
### Examples
```
# After cluster has been editted or upgraded, configure it with:
# After cluster has been edited or upgraded, configure it with:
kops update cluster k8s-cluster.example.com --yes --state=s3://kops-state-1234 --yes
```

View File

@ -14,7 +14,7 @@ kops update federation
### Examples
```
# After cluster has been editted or upgraded, configure it with:
# After cluster has been edited or upgraded, configure it with:
kops update federation k8s-cluster.example.com --yes --state=s3://kops-state-1234 --yes
```