Skip to content

Commit

Permalink
Grammar fixes (thanks lfrancke)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Nov 21, 2024
1 parent 8f6bd3f commit a878d62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keps/sig-network/4969-cluster-domain-downward-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--
This section is incredibly important for producing high-quality, user-focused
Expand Down

0 comments on commit a878d62

Please sign in to comment.