Merge pull request #27396 from joostas/using-sourceIP-turorial
Fix label selector in Using Source IP tutorialpull/27412/head
commit
924f4a317c
|
@ -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:
|
||||
|
|
|
@ -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を削除します。
|
||||
|
|
|
@ -426,7 +426,7 @@ HTTP 헬스 체크를 생성하여
|
|||
서비스를 삭제한다.
|
||||
|
||||
```shell
|
||||
kubectl delete svc -l run=source-ip-app
|
||||
kubectl delete svc -l app=source-ip-app
|
||||
```
|
||||
|
||||
디플로이먼트, 레플리카셋 그리고 파드를 삭제한다.
|
||||
|
|
|
@ -387,7 +387,7 @@ __跨平台支持__
|
|||
删除服务:
|
||||
|
||||
```console
|
||||
$ kubectl delete svc -l run=source-ip-app
|
||||
$ kubectl delete svc -l app=source-ip-app
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue