mirror of https://github.com/kubernetes/kops.git
Build new docs
This commit is contained in:
parent
de993cf254
commit
c45ba71c0b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue