doc: update kubernetes.md (#322)
This commit is contained in:
		@@ -308,6 +308,7 @@ $ kubectl run [pod_name] --image=busybox --rm -it --restart=Never -- sh
 | 
			
		||||
```bash
 | 
			
		||||
$ kubectl create deploy [deploy_name] --image=nginx --dry-run -o yaml > deploy.yaml
 | 
			
		||||
$ kubectl get po [pod_name] -o yaml --export > pod.yaml
 | 
			
		||||
$ kubectl run nginx --image=nginx:alpine --dry-run -o -yaml > deploy.yaml
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### 获取帮助
 | 
			
		||||
@@ -328,6 +329,8 @@ $ kubectl explain deploy.spec
 | 
			
		||||
$ kubectl get --raw /apis/metrics.k8s.io/
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### 集群信息
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user