Skip to content

Commit 0122ec6

Browse files
authored
Change label references from 'app' to 'run'
Updated commands to use 'run' label instead of 'app'.
1 parent e868f1c commit 0122ec6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ with the value bar, you would run the following command:
404404

405405
Try 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

412412
The documentation on this can be found here:
413413
<https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/>

0 commit comments

Comments
 (0)