Skip to content

Commit

Permalink
Merge pull request #3050 from craigmonson/master
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Fixing "dederation"

Noticed in some comments and docs, misspelled "dederation".  Fixed.
  • Loading branch information
Kubernetes Submit Queue authored Jul 25, 2017
2 parents b371ff8 + 4e31533 commit c9e651b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/kops/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (
kops edit ig --name k8s-cluster.example.com \
--state=s3://kops-state-1234 nodes
# Edit a cluster dederation configuration.
# Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
`))
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/kops/edit_federation.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
kops edit does not update the cloud resources, to apply the changes use ` + pretty.Bash("kops update cluster") + `.`)

edit_federation_example = templates.Examples(i18n.T(`
# Edit a cluster dederation configuration.
# Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
`))

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Edit a resource configuration. This command changes the cloud specification in t
kops edit ig --name k8s-cluster.example.com \
--state=s3://kops-state-1234 nodes
# Edit a cluster dederation configuration.
# Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
```

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops_edit_federation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kops edit federation
### Examples

```
# Edit a cluster dederation configuration.
# Edit a cluster federation configuration.
kops edit federation k8s-cluster.example.com --state=s3://kops-state-1234
```

Expand Down

0 comments on commit c9e651b

Please sign in to comment.