From 08816b14384f81383098d4514c7a7221868110a8 Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 5 Feb 2021 14:29:20 +0200 Subject: [PATCH] correct name in service.md --- content/en/docs/concepts/services-networking/service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 368bf02fb1..348c1616ce 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -151,9 +151,9 @@ spec: targetPort: 9376 ``` -Because this Service has no selector, the corresponding Endpoint object is not +Because this Service has no selector, the corresponding Endpoints object is not created automatically. You can manually map the Service to the network address and port -where it's running, by adding an Endpoint object manually: +where it's running, by adding an Endpoints object manually: ```yaml apiVersion: v1