From edee6055fe343c9c028a7818b43ca3f7db6b9fcc Mon Sep 17 00:00:00 2001 From: lemontrees123 <93255556+lemontrees123@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:44:45 +0800 Subject: [PATCH] fix typo in security-issues (#13538) --- content/zh/docs/ops/common-problems/injection/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/ops/common-problems/injection/index.md b/content/zh/docs/ops/common-problems/injection/index.md index a546e9e2ea..226f065691 100644 --- a/content/zh/docs/ops/common-problems/injection/index.md +++ b/content/zh/docs/ops/common-problems/injection/index.md @@ -206,7 +206,7 @@ env: W0227 21:51:03.156818 1 admission.go:257] Failed calling webhook, failing open sidecar-injector.istio.io: failed calling admission webhook "sidecar-injector.istio.io": Post https://istio-sidecar-injector.istio-system.svc:443/inject: Service Unavailable {{< /text >}} -根据 `*_proxy` 相关的的环境变量设置,确保 Pod 和 service CIDR 是没有被代理的。检查 +根据 `*_proxy` 相关的环境变量设置,确保 Pod 和 service CIDR 是没有被代理的。检查 `kube-apiserver` 的运行日志验证是否有请求正在被代理。 一种解决方法是在 `kube-apiserver` 的配置中删除代理设置,另一种解决方法是把