From 4baae0a340f1d0f2c89f1338e1d76f4113778c80 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Thu, 16 Jan 2020 10:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- learning/k8s-advanced/ts/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning/k8s-advanced/ts/application.md b/learning/k8s-advanced/ts/application.md index 0907b37..df20ee7 100644 --- a/learning/k8s-advanced/ts/application.md +++ b/learning/k8s-advanced/ts/application.md @@ -175,7 +175,7 @@ web-kuboard-press 192.168.144.158:80,192.168.199.135:80 70d ### Service中没有Endpoints -如果您的Service中没有Enpoints,请尝试使用 Service 的 label selector 查询一下是否存在 Pod。假设您的 Service 如下: +如果您的Service中没有Endpoints,请尝试使用 Service 的 label selector 查询一下是否存在 Pod。假设您的 Service 如下: ``` yaml ...