wrong path of kube-scheduler (#16051)
updating line 51 to correct the path for kube-scheduler
This commit is contained in:
parent
79ef4a50a9
commit
0d32568251
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue