wrong path of kube-scheduler (#16051)

updating line 51 to correct the path for kube-scheduler
This commit is contained in:
Mesaque Silva 2019-09-27 17:53:36 -03:00 committed by Kubernetes Prow Robot
parent 79ef4a50a9
commit 0d32568251
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ to build the image:
```docker
FROM busybox
ADD ./_output/dockerized/bin/linux/amd64/kube-scheduler /usr/local/bin/kube-scheduler
ADD ./_output/local/bin/linux/amd64/kube-scheduler /usr/local/bin/kube-scheduler
```
Save the file as `Dockerfile`, build the image and push it to a registry. This example