Skip to content

Commit bde9b47

Browse files
authored
Merge pull request #36096 from bishal7679/patch-1
`run=source-ip-app` is changed into `app=source-ip-app`
2 parents c6cef01 + bd8b850 commit bde9b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/source-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ The `service.spec.healthCheckNodePort` field points to a port on every node
326326
serving the health check at `/healthz`. You can test this:
327327

328328
```shell
329-
kubectl get pod -o wide -l run=source-ip-app
329+
kubectl get pod -o wide -l app=source-ip-app
330330
```
331331
The output is similar to this:
332332
```

0 commit comments

Comments
 (0)