mirror of
				https://github.com/teamserverless/k8s-on-raspbian.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	Add pre-pull instructions
Add pre-pull instructions for master node Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								GUIDE.md
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								GUIDE.md
									
									
									
									
									
								
							@@ -122,6 +122,14 @@ $ curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key a
 | 
				
			|||||||
 * kubeadm - used to create new clusters or join an existing one
 | 
					 * kubeadm - used to create new clusters or join an existing one
 | 
				
			||||||
 * kubectl - the CLI administration tool for Kubernetes
 | 
					 * kubectl - the CLI administration tool for Kubernetes
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 | 
					* Pre-pull images
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`kubeadm` now has a command to pre-pull the requisites Docker images needed to run a Kubernetes master, type in:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					$ sudo kubeadm config images pull -v3
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If using Weave Net
 | 
					If using Weave Net
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Initialize your master node:
 | 
					* Initialize your master node:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user