fix output path of kube-version-change build

pull/6/head
BUSSY Jean-Daniel 2015-04-23 15:36:15 +09:00
parent cf824ae5e0
commit b85f418dc9
1 changed files with 1 additions and 1 deletions

View File

@ -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