Skip to content

Commit 46559c4

Browse files
author
Kate Osborn
committed
Remove DNS note and TODOs
1 parent b1954cc commit 46559c4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

site/content/how-to/traffic-management/client-settings.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ When applied to a Gateway, the settings specified in the `ClientSettingsPolicy`
2626
When applied to an HTTPRoute or GRPCRoute, the settings in the `ClientSettingsPolicy` affect only the route they are applied to. This allows Application Developers to set values for their applications based on their application's behavior or requirements.
2727
Settings applied to an HTTPRoute or GRPCRoute take precedence over settings applied to a Gateway.
2828

29-
TODO: link to general doc on policy inheritance
30-
3129
This guide will show you how to use the `ClientSettingsPolicy` API to configure the client max body size for your applications.
3230

3331
## Setup
@@ -64,8 +62,6 @@ This guide will show you how to use the `ClientSettingsPolicy` API to configure
6462

6563
You can send traffic to the coffee and tea applications using the external IP address and port for NGINX Gateway Fabric.
6664

67-
{{< note >}}If you have a DNS record allocated for `cafe.example.com`, you can send the request directly to that hostname, without needing to resolve.{{< /note >}}
68-
6965
Send a request to coffee:
7066

7167
```shell
@@ -276,8 +272,3 @@ spec:
276272
maxSize: "75" # sizes without a unit are bytes.
277273
EOF
278274
```
279-
280-
## What's Next
281-
282-
- TODO: add link to general policy doc
283-
- TODO: add like to API documentation

0 commit comments

Comments
 (0)