Skip to content
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

fix: integration ca test #89

Closed
wants to merge 1 commit into from

Conversation

Abirdcfly
Copy link
Contributor

Signed-off-by: Abirdcfly [email protected]

Signed-off-by: Abirdcfly <[email protected]>
@Abirdcfly Abirdcfly closed this Dec 30, 2022
@Abirdcfly Abirdcfly reopened this Dec 30, 2022
@Abirdcfly
Copy link
Contributor Author

The purpose of vcap.me is to resolve all *.vcap.me to localhost, but this service is no longer available and we need to resolve the domain manually.

Copy link
Contributor

@jkneubuh jkneubuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Abirdcfly , thank you for investigating the integration test error.

A better fix is to use the *.localho.st DNS domain resolver, a good wildcard resolver that also refers traffic back to 127.0.0.1 without editing /etc/hosts.

/etc/hosts updates are also problematic, as they are not updated in kube DNS for pods running in a cluster. The local dev / KIND cluster includes a DNS override to resolve *.localho.st -> Nginx ingress port.

@jkneubuh
Copy link
Contributor

jkneubuh commented Jan 2, 2023

I submitted a fix for the CA failure in #91 - thank you for digging in to find the root problem.

@jkneubuh jkneubuh closed this Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants