Skip to content

Commit

Permalink
Fix path of kube-version-change
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Apr 23, 2015
1 parent 67b5b08 commit 90bbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cluster_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can use the kube-version-change utility to convert config files between diff

```
$ hack/build-go.sh cmd/kube-version-change
$ _output/go/bin/kube-version-change -i myPod.v1beta1.yaml -o myPod.v1beta3.yaml
$ _output/local/go/bin/kube-version-change -i myPod.v1beta1.yaml -o myPod.v1beta3.yaml
```

### Maintenance on a Node
Expand Down

0 comments on commit 90bbe12

Please sign in to comment.