File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -404,10 +404,10 @@ with the value bar, you would run the following command:
404404
405405Try to apply the manifests again and write four commands that do the following :
406406
407- - List only the pods with the label app =frontend
408- - List only the pods with the label app =backend
409- - List only the pods where the label app is not frontend
410- - List only the pods where the label app is not backend
407+ - List only the pods with the label run =frontend
408+ - List only the pods with the label run =backend
409+ - List only the pods where the label run is not frontend
410+ - List only the pods where the label run is not backend
411411
412412The documentation on this can be found here :
413413<https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/>
You can’t perform that action at this time.
0 commit comments