-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding docs for template based processing in k8s name resolution #3785
Conversation
Signed-off-by: Mukundan Sundararajan <[email protected]>
"clusterDomain": "cluster.local" # Mutually exclusive with the template field | ||
"template": "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"clusterDomain": "cluster.local" # Mutually exclusive with the template field | |
"template": "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field | |
clusterDomain: "cluster.local" # Mutually exclusive with the template field | |
template: "{{.ID}}-{{.Data.region}}.internal:{{.Port}}" # Mutually exclusive with the clusterDomain field |
daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-kubernetes.md
Outdated
Show resolved
Hide resolved
Thank you for this PR :) |
Signed-off-by: Mukundan Sundararajan <[email protected]>
Signed-off-by: Mukundan Sundararajan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. this is a helpful update and nicely written.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really quick edits
daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-kubernetes.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-kubernetes.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Mukundan Sundararajan <[email protected]>
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Cluster Domain related to https://github.com/dapr/components-contrib/blob/master/nameresolution/kubernetes/kubernetes.go#L63
Template related to dapr/components-contrib#2883
Issue reference
Will close #3556