Update debug-pod-replication-controller task file and fix the kubectl grep (#12797)
This commit is contained in:
		
							parent
							
								
									acc4c33888
								
							
						
					
					
						commit
						4bd46900b2
					
				| 
						 | 
				
			
			@ -63,7 +63,7 @@ case you can try several things:
 | 
			
		|||
    information:
 | 
			
		||||
 | 
			
		||||
    ```shell
 | 
			
		||||
    kubectl get nodes -o yaml | grep '\sname\|cpu\|memory'
 | 
			
		||||
    kubectl get nodes -o yaml | egrep '\sname:\|cpu:\|memory:'
 | 
			
		||||
    kubectl get nodes -o json | jq '.items[] | {name: .metadata.name, cap: .status.capacity}'
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue