Skip to content

Commit b98817c

Browse files
committed
build: fix README instructions to load the output image tar
1 parent 83f77b6 commit b98817c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ All Docker names are suffixed with a hash derived from the file path (to allow c
5050
## Build artifacts
5151
The build system output all its products to a top level directory in the source repository named `_output`.
5252
These include the binary compiled packages (e.g. kubectl, kube-scheduler etc.) and archived Docker images.
53-
If you intend to run a component with a docker image you will need to import it from this directory with
54-
the appropriate command (e.g. `docker import _output/release-images/amd64/kube-scheduler.tar k8s.io/kube-scheduler:$(git describe)`).
53+
If you intend to run a component with a docker image you will need to load it from this directory with
54+
the appropriate command, e.g.
55+
```
56+
docker load --input _output/release-images/amd64/kube-controller-manager.tar
57+
```
5558

5659
## Releasing
5760

0 commit comments

Comments
 (0)