Merge pull request #27396 from joostas/using-sourceIP-turorial

Fix label selector in Using Source IP tutorial
This commit is contained in:
Kubernetes Prow Robot
2021-04-05 07:31:12 -07:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
@@ -425,7 +425,7 @@ the `service.spec.healthCheckNodePort` field on the Service.
Delete the Services:
```shell
kubectl delete svc -l run=source-ip-app
kubectl delete svc -l app=source-ip-app
```
Delete the Deployment, ReplicaSet and Pod: