mirror of https://github.com/kubernetes/kops.git
Fix punctuation
This commit is contained in:
parent
45957e15a1
commit
b098e4c4c2
|
@ -28,7 +28,7 @@ import (
|
||||||
var (
|
var (
|
||||||
setLong = templates.LongDesc(i18n.T(`Set a configuration field.
|
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(`
|
setExample = templates.Examples(i18n.T(`
|
||||||
|
|
|
@ -34,7 +34,7 @@ var (
|
||||||
|
|
||||||
This command changes the desired cluster configuration in the registry.
|
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(`
|
setClusterExample = templates.Examples(i18n.T(`
|
||||||
# Set cluster to run kubernetes version 1.10.0
|
# Set cluster to run kubernetes version 1.10.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Architecture: kops-controller
|
# Architecture: kops-controller
|
||||||
|
|
||||||
kops-controller runs as a DaemonSet on the master node(s). It is a kubebuilder
|
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:
|
Controllers in kops-controller:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ Set fields on clusters and other resources.
|
||||||
|
|
||||||
Set a configuration field.
|
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
|
### Examples
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Set a cluster field value.
|
||||||
|
|
||||||
This command changes the desired cluster configuration in the registry.
|
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]
|
kops set cluster [flags]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Release notes for kops 1.17 series
|
## 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).
|
the notes prior to the release).
|
||||||
|
|
||||||
# Significant changes
|
# Significant changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Release notes for kops 1.18 series
|
## 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
|
# Significant changes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue