hotfix k8s doc (#3718)
This commit is contained in:
		
							parent
							
								
									d58d47d2fc
								
							
						
					
					
						commit
						e5d2004933
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@ You can submit BigDL application from a client container that provides the requi
 | 
			
		|||
sudo docker run -itd --net=host \
 | 
			
		||||
    -v /etc/kubernetes:/etc/kubernetes \
 | 
			
		||||
    -v /root/.kube:/root/.kube \
 | 
			
		||||
    intelanalytics/hyper-zoo:latest bash
 | 
			
		||||
    intelanalytics/bigdl-k8s:latest bash
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
**Note:** to create the client container, `-v /etc/kubernetes:/etc/kubernetes:` and `-v /root/.kube:/root/.kube` are required to specify the path of kube config and installation.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue