cluser => cluster

This commit is contained in:
Przemysław Dąbek 2018-03-20 11:58:46 +01:00
parent fd9c0d90db
commit a94eee33c8
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ var (
only support AWS clusters at this time.`))
importExample = templates.Examples(i18n.T(`
# Import a cluser
# Import a cluster
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
--state=s3://k8s-cluster.example.com`))

View File

@ -13,7 +13,7 @@ Imports a kubernetes cluster created by kube-up.sh into a state store. This com
### Examples
```
# Import a cluser
# Import a cluster
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
--state=s3://k8s-cluster.example.com
```

View File

@ -17,7 +17,7 @@ kops import cluster
### Examples
```
# Import a cluser
# Import a cluster
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
--state=s3://k8s-cluster.example.com
```

View File

@ -35,7 +35,7 @@ type VolumeMetadata struct {
VolumeId string `json:"volumeId,omitempty"`
}
// EtcdMemberSpec is the specification of members of etcd cluser, to be associated with this volume.
// EtcdMemberSpec is the specification of members of etcd cluster, to be associated with this volume.
type EtcdMemberSpec struct {
// Name is the name of the member within the etcd cluster
Name string `json:"name,omitempty"`