mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	build: fix README instructions to load the output image tar
This commit is contained in:
		@@ -50,8 +50,11 @@ All Docker names are suffixed with a hash derived from the file path (to allow c
 | 
				
			|||||||
## Build artifacts
 | 
					## Build artifacts
 | 
				
			||||||
The build system output all its products to a top level directory in the source repository named `_output`.
 | 
					The build system output all its products to a top level directory in the source repository named `_output`.
 | 
				
			||||||
These include the binary compiled packages (e.g. kubectl, kube-scheduler etc.) and archived Docker images.
 | 
					These include the binary compiled packages (e.g. kubectl, kube-scheduler etc.) and archived Docker images.
 | 
				
			||||||
If you intend to run a component with a docker image you will need to import it from this directory with
 | 
					If you intend to run a component with a docker image you will need to load it from this directory with
 | 
				
			||||||
the appropriate command (e.g. `docker import _output/release-images/amd64/kube-scheduler.tar k8s.io/kube-scheduler:$(git describe)`).
 | 
					the appropriate command, e.g.
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					docker load --input _output/release-images/amd64/kube-controller-manager.tar
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Releasing
 | 
					## Releasing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user