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

Mac release not built with CGO enabled, can't talk to non-public EKS #1624

Closed
jaygorrell opened this issue Sep 26, 2019 · 2 comments
Closed

Comments

@jaygorrell
Copy link

Is this a BUG REPORT or FEATURE REQUEST?:
Could be argued either way, but I'd call it a bug since it affects all EKS users with a non-public cluster endpoint.

What happened:
Despite using /etc/resolver/ files, using the argo CLI returns an error about DNS resolution after trying to resolve via normal public DNS servers.

What you expected to happen:
The /etc/resolver/ entries are used to resolve the DNS of the cluster endpoint.

Anything else we need to know?:
There are lots of issues around this in various Go projects:
golang/go#12524
kubernetes/kubernetes#23130
kubernetes/release#469

An interesting reproduction of this with kubectl is that installing via curl gives the same results as Argo, while installing through brew fixes the problem.

Environment:

  • Argo version:
2.3.0
  • Kubernetes version :
v1.14.6
@ghost
Copy link

ghost commented Oct 8, 2019

I also use Argo in a network environment where this is a problem. So the fix to this is as simple as rebuilding with CGO_ENABLED=1, is that right?

@stale
Copy link

stale bot commented Jul 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

1 participant