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

Fix label selector in Using Source IP tutorial
pull/27412/head
Kubernetes Prow Robot 2021-04-05 07:31:12 -07:00 committed by GitHub
commit 924f4a317c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -399,7 +399,7 @@ client_address=198.51.100.79
Serviceを削除します。
```shell
kubectl delete svc -l run=source-ip-app
kubectl delete svc -l app=source-ip-app
```
Deployment、ReplicaSet、Podを削除します。

View File

@ -426,7 +426,7 @@ HTTP 헬스 체크를 생성하여
서비스를 삭제한다.
```shell
kubectl delete svc -l run=source-ip-app
kubectl delete svc -l app=source-ip-app
```
디플로이먼트, 레플리카셋 그리고 파드를 삭제한다.

View File

@ -387,7 +387,7 @@ __跨平台支持__
删除服务:
```console
$ kubectl delete svc -l run=source-ip-app
$ kubectl delete svc -l app=source-ip-app
```