mirror of https://github.com/kubernetes/kops.git
Fixing typo and grammar
This commit is contained in:
parent
f75ea400a3
commit
ed5ef173ee
|
@ -42,11 +42,11 @@ type DeleteOptions struct {
|
|||
|
||||
var (
|
||||
delete_long = templates.LongDesc(i18n.T(`
|
||||
Delete Kubernetes clusters, instancegroups, and or secrets.
|
||||
Delete Kubernetes clusters, instancegroups, and secrets, or a combination of the before mentioned.
|
||||
`))
|
||||
|
||||
delete_example = templates.Examples(i18n.T(`
|
||||
# Create a cluster using a manifest file
|
||||
# Delete a cluster using a manifest file
|
||||
kops delete -f my-cluster.yaml
|
||||
|
||||
# Delete a cluster in AWS.
|
||||
|
|
|
@ -5,7 +5,7 @@ Delete clusters,instancegroups, or secrets.
|
|||
### Synopsis
|
||||
|
||||
|
||||
Delete Kubernetes clusters, instancegroups, and or secrets.
|
||||
Delete Kubernetes clusters, instancegroups, and secrets, or a combination of the before mentioned.
|
||||
|
||||
```
|
||||
kops delete -f FILENAME [--yes]
|
||||
|
@ -14,7 +14,7 @@ kops delete -f FILENAME [--yes]
|
|||
### Examples
|
||||
|
||||
```
|
||||
# Create a cluster using a manifest file
|
||||
# Delete a cluster using a manifest file
|
||||
kops delete -f my-cluster.yaml
|
||||
|
||||
# Delete a cluster in AWS.
|
||||
|
|
Loading…
Reference in New Issue