mirror of
https://github.com/acedemand/kubernetes-essentials.git
synced 2021-08-24 18:29:57 +03:00
labels readme added
This commit is contained in:
5
04-labels/Readme.md
Normal file
5
04-labels/Readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
kubectl apply -f 1_kuard.yaml </br>
|
||||
kubectl get pods --show-labels </br>
|
||||
kubectl get pods -l appVersion=0.0.1 </br>
|
||||
kubectl get pods -l appVersion=1.0.0
|
||||
|
||||
Reference in New Issue
Block a user