labels readme added

This commit is contained in:
Pamir Erdem
2018-08-06 23:45:47 +03:00
parent 2645df26ff
commit cff2b81a64

5
04-labels/Readme.md Normal file
View 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