-
Notifications
You must be signed in to change notification settings - Fork 689
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
Find a way to allow xds_cluster to be defined as a DNS name, not an IP address #228
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Comments
davecheney
added
kind/feature
Categorizes issue or PR as related to a new feature.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
labels
Feb 8, 2018
It seems that
// The name of the resolver. This must have been registered with Envoy. If this is
// empty, a context dependent default applies. If address is a hostname this
// should be set for resolution other than DNS. If the address is a concrete
// IP address, no resolution will occur.
string resolver_name = 5; What do you think they mean by registering it with Envoy? |
sevein
added a commit
to sevein/contour
that referenced
this issue
Feb 12, 2018
Fixes projectcontour#228. This enable us to define the contour cluster as a DNS name. I have confirmed that `STRICT_DNS` also works when the address is an IP. As mentioned by @davecheney before, with projectcontour#158 and projectcontour#228 fixed we should be able to split Contour and Envoy into separate pods. Proof of concept: https://gist.github.com/sevein/d30e1791fbc0db786884360486e70737. Signed-off-by: Jesús García Crespo <jesus@sevein.com>
sevein
added a commit
to sevein/contour
that referenced
this issue
Feb 12, 2018
Fixes projectcontour#228. This enable us to define the contour cluster as a DNS name. I have confirmed that `STRICT_DNS` also works when the address is an IP. As mentioned by @davecheney before, with projectcontour#158 and projectcontour#228 fixed we should be able to split Contour and Envoy into separate pods. Proof of concept: https://gist.github.com/sevein/d30e1791fbc0db786884360486e70737. Signed-off-by: Jesús García Crespo <jesus@sevein.com>
Closed
vukg
pushed a commit
to vukg/contour
that referenced
this issue
Feb 24, 2020
Fixes projectcontour#228 site: fix secret name in cert-manager documentation Signed-off-by: vukg <vuk.gojnic@gmail.com>
vukg
added a commit
to vukg/contour
that referenced
this issue
Mar 2, 2020
Fixes projectcontour#228 site: fix secret name in cert-manager documentation Signed-off-by: vukg <vuk.gojnic@gmail.com>
stevesloka
pushed a commit
to stevesloka/contour
that referenced
this issue
Mar 20, 2020
Fixes projectcontour#228 site: fix secret name in cert-manager documentation Signed-off-by: vukg <vuk.gojnic@gmail.com>
stevesloka
pushed a commit
to stevesloka/contour
that referenced
this issue
Mar 20, 2020
Fixes projectcontour#228 site: fix secret name in cert-manager documentation Signed-off-by: vukg <vuk.gojnic@gmail.com> Signed-off-by: Steve Sloka <slokas@vmware.com>
stevesloka
pushed a commit
that referenced
this issue
Mar 20, 2020
Fixes #228 site: fix secret name in cert-manager documentation Signed-off-by: vukg <vuk.gojnic@gmail.com> Signed-off-by: Steve Sloka <slokas@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Using
contour bootstrap --xds-address=contour.heptio-contour.svc.cluster.local
causes the following bootstrap config to be written.Which envoy rejects
Figure out if it is possible to use a DNS name for the
xds_cluster
static resource.The text was updated successfully, but these errors were encountered: