From a878d62e65a7a240735eb85567f5586e5b22b32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Thu, 21 Nov 2024 15:38:51 +0100 Subject: [PATCH] Grammar fixes (thanks lfrancke) --- .../4969-cluster-domain-downward-api/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keps/sig-network/4969-cluster-domain-downward-api/README.md b/keps/sig-network/4969-cluster-domain-downward-api/README.md index 7a6394b777e..b9cc1664e23 100644 --- a/keps/sig-network/4969-cluster-domain-downward-api/README.md +++ b/keps/sig-network/4969-cluster-domain-downward-api/README.md @@ -155,15 +155,15 @@ Items marked with (R) are required *prior to targeting to a milestone / release* ## Summary -Currently, all Services (and many Pods) have Fully Qualified Domain Names (FQDNs) +All Kubernetes Services (and many Pods) have Fully Qualified Domain Names (FQDNs) that are constructed using the format `{service}.{namespace}.svc.{clusterDomain}`, where `{clusterDomain}` is _typically_ `cluster.local`, but can be reconfigured by the cluster administrator. -Currently there is no way for cluster workloads to query for this domain name, -leaving them either use relative domain names or take it as manual configuration. +Currently, there is no way for cluster workloads to query for this domain name, +leaving them to either use relative domain names or configure it manually. -This KEP proposes adding a new Downward API for that workloads can use to request it. +This KEP proposes adding a new Downward API that workloads can use to request it.