wrong path of kube-scheduler (#16051)
updating line 51 to correct the path for kube-scheduler
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
79ef4a50a9
commit
0d32568251
@@ -48,7 +48,7 @@ to build the image:
|
|||||||
|
|
||||||
```docker
|
```docker
|
||||||
FROM busybox
|
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
|
Save the file as `Dockerfile`, build the image and push it to a registry. This example
|
||||||
|
|||||||
Reference in New Issue
Block a user