Commit 90bbe123 authored by Satnam Singh's avatar Satnam Singh

Fix path of kube-version-change

parent 67b5b080
...@@ -29,7 +29,7 @@ You can use the kube-version-change utility to convert config files between diff ...@@ -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 $ 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 ### Maintenance on a Node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment