mirror of https://github.com/kubernetes/kops.git
cluser => cluster
This commit is contained in:
parent
fd9c0d90db
commit
a94eee33c8
|
|
@ -28,7 +28,7 @@ var (
|
||||||
only support AWS clusters at this time.`))
|
only support AWS clusters at this time.`))
|
||||||
|
|
||||||
importExample = templates.Examples(i18n.T(`
|
importExample = templates.Examples(i18n.T(`
|
||||||
# Import a cluser
|
# Import a cluster
|
||||||
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
|
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
|
||||||
--state=s3://k8s-cluster.example.com`))
|
--state=s3://k8s-cluster.example.com`))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ Imports a kubernetes cluster created by kube-up.sh into a state store. This com
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
```
|
```
|
||||||
# Import a cluser
|
# Import a cluster
|
||||||
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
|
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
|
||||||
--state=s3://k8s-cluster.example.com
|
--state=s3://k8s-cluster.example.com
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ kops import cluster
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
```
|
```
|
||||||
# Import a cluser
|
# Import a cluster
|
||||||
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
|
kops import cluster --name k8s-cluster.example.com --region us-east-1 \
|
||||||
--state=s3://k8s-cluster.example.com
|
--state=s3://k8s-cluster.example.com
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ type VolumeMetadata struct {
|
||||||
VolumeId string `json:"volumeId,omitempty"`
|
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 {
|
type EtcdMemberSpec struct {
|
||||||
// Name is the name of the member within the etcd cluster
|
// Name is the name of the member within the etcd cluster
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue