mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Delete an useless line in liveness
Delete an useless line in liveness: `mwielgus@mwielgusd:~/test/k2/kubernetes/examples/liveness$ kubectl get pods`
This commit is contained in:
		@@ -96,7 +96,6 @@ Check the status half a minute later, you will see the container restart count b
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```console
 | 
					```console
 | 
				
			||||||
$ kubectl get pods
 | 
					$ kubectl get pods
 | 
				
			||||||
mwielgus@mwielgusd:~/test/k2/kubernetes/examples/liveness$ kubectl get pods
 | 
					 | 
				
			||||||
NAME                                           READY     STATUS       RESTARTS   AGE
 | 
					NAME                                           READY     STATUS       RESTARTS   AGE
 | 
				
			||||||
[...]
 | 
					[...]
 | 
				
			||||||
liveness-exec                                  1/1       Running      1          36s
 | 
					liveness-exec                                  1/1       Running      1          36s
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user