Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #4739

Merged
merged 1 commit into from
Mar 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/kops/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`))

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_import_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/vsphere/vsphere_volume_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down