Skip to content

Commit b9bb5bd

Browse files
address review comments.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
1 parent c9e55a1 commit b9bb5bd

File tree

1 file changed

+2
-2
lines changed
  • daprdocs/content/en/reference/components-reference/supported-name-resolution

1 file changed

+2
-2
lines changed

daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: Detailed information on the Kubernetes DNS name resolution componen
77

88
## Configuration format
99

10-
Generally, Kubernetes DNS name resolution is configured automatically in [Kubernetes mode]({{< ref kubernetes >}}) by Dapr. There is no configuration needed to use Kubernetes DNS as your name resolution provider unless there are some overrides necessary for the Kubernetes name resolution component.
10+
Generally, Kubernetes DNS name resolution is configured automatically in [Kubernetes mode]({{< ref kubernetes >}}) by Dapr. There is no configuration needed to use Kubernetes DNS as your name resolution provider unless some overrides are necessary for the Kubernetes name resolution component.
1111

12-
In the scenario that an override is required, within a [Dapr Configuration]({{< ref configuration-overview.md >}}) CRD, add a `nameResolution` spec and set the `component` field set to `"kubernetes"`. Then other configuration fields can be set as needed in a `configuration` map as seen below.
12+
In the scenario that an override is required, within a [Dapr Configuration]({{< ref configuration-overview.md >}}) CRD, add a `nameResolution` spec and set the `component` field to `"kubernetes"`. The other configuration fields can be set as needed in a `configuration` map, as seen below.
1313

1414
```yaml
1515
apiVersion: dapr.io/v1alpha1

0 commit comments

Comments
 (0)