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

Tests importing https://github.com/google/go-containerregistry/tree/master/pkg/authn/k8schain hang on Wings #66

Open
thisisnotashwin opened this issue Oct 4, 2019 · 0 comments

Comments

@thisisnotashwin
Copy link

thisisnotashwin commented Oct 4, 2019

We are running into an issue where our go code seems to get stuck because an underlying k8s library looks for the file /sys/class/dmi/id/product_name on the container, and if it finds it, tries to reach out to google's credential server with an exponential backoff that never exits. This causes our job to freeze indefinitely. Is there a way we can prevent that file from being mounted on the container when the job runs? https://github.com/kubernetes/kubernetes/blob/5a4c6c2b34a011ca1801354395538df5b8e8cd66/pkg/credentialprovider/gcp/metadata.go#L134

matthewmcnew pushed a commit to buildpacks-community/kpack that referenced this issue Oct 4, 2019
  - Enable isolation of blocking tests on HushHouse concourse on gcp
  - concourse/hush-house#66

Signed-off-by: Matthew McNew <[email protected]>
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