Fix punctuation

This commit is contained in:
John Gardiner Myers 2020-02-02 12:24:43 -08:00
parent 45957e15a1
commit b098e4c4c2
7 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ import (
var (
setLong = templates.LongDesc(i18n.T(`Set a configuration field.
kops set does not update the cloud resources, to apply the changes use "kops update cluster".
kops set does not update the cloud resources; to apply the changes use "kops update cluster".
`))
setExample = templates.Examples(i18n.T(`

View File

@ -34,7 +34,7 @@ var (
This command changes the desired cluster configuration in the registry.
kops set does not update the cloud resources, to apply the changes use "kops update cluster".`))
kops set does not update the cloud resources; to apply the changes use "kops update cluster".`))
setClusterExample = templates.Examples(i18n.T(`
# Set cluster to run kubernetes version 1.10.0

View File

@ -1,7 +1,7 @@
# Architecture: kops-controller
kops-controller runs as a DaemonSet on the master node(s). It is a kubebuilder
controller, that performs runtime reconciliation for kops.
controller that performs runtime reconciliation for kops.
Controllers in kops-controller:

View File

@ -9,7 +9,7 @@ Set fields on clusters and other resources.
Set a configuration field.
kops set does not update the cloud resources, to apply the changes use "kops update cluster".
kops set does not update the cloud resources; to apply the changes use "kops update cluster".
### Examples

View File

@ -11,7 +11,7 @@ Set a cluster field value.
This command changes the desired cluster configuration in the registry.
kops set does not update the cloud resources, to apply the changes use "kops update cluster".
kops set does not update the cloud resources; to apply the changes use "kops update cluster".
```
kops set cluster [flags]

View File

@ -1,6 +1,6 @@
## Release notes for kops 1.17 series
(The kops 1.17 release has not been released yet, this is a document to gather
(The kops 1.17 release has not been released yet; this is a document to gather
the notes prior to the release).
# Significant changes

View File

@ -1,6 +1,6 @@
## Release notes for kops 1.18 series
(The kops 1.18 release has not been released yet, this is a document to gather the notes prior to the release).
(The kops 1.18 release has not been released yet; this is a document to gather the notes prior to the release).
# Significant changes