mirror of https://github.com/kubernetes/kops.git
Update the docs
This commit is contained in:
parent
18f6edd850
commit
65e48b553a
|
@ -8,7 +8,7 @@ Create an instancegroup.
|
|||
### Synopsis
|
||||
|
||||
|
||||
Create an instancegroup configuration. kops has the concept of "instance groups", which are a group of similar virutal machines. On AWS, they map to an AutoScalingGroup. An ig work either as a Kubernetes master or a node.
|
||||
Create an instancegroup configuration. kops has the concept of "instance groups", which are a group of similar virtual machines. On AWS, they map to an AutoScalingGroup. An ig work either as a Kubernetes master or a node.
|
||||
|
||||
```
|
||||
kops create instancegroup
|
||||
|
|
|
@ -8,7 +8,7 @@ Delete instancegroup
|
|||
### Synopsis
|
||||
|
||||
|
||||
Delete an instancegroup configuration. kops has the concept of "instance groups", which are a group of similar virutal machines. On AWS, they map to an AutoScalingGroup. An ig work either as a Kubernetes master or a node.
|
||||
Delete an instancegroup configuration. kops has the concept of "instance groups", which are a group of similar virtual machines. On AWS, they map to an AutoScalingGroup. An ig work either as a Kubernetes master or a node.
|
||||
|
||||
```
|
||||
kops delete instancegroup
|
||||
|
|
Loading…
Reference in New Issue