Skip to content

Commit

Permalink
Merge pull request #8663 from johngmyers/proofread
Browse files Browse the repository at this point in the history
Fix punctuation
  • Loading branch information
k8s-ci-robot committed Mar 3, 2020
2 parents 45957e1 + b098e4c commit 564547f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/kops/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
Expand Down
2 changes: 1 addition & 1 deletion cmd/kops/set_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/kops-controller.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_set_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/1.17-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/1.18-NOTES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 564547f

Please sign in to comment.