You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
matthewmcnew
pushed a commit
to buildpacks-community/kpack
that referenced
this issue
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#L134The text was updated successfully, but these errors were encountered: