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
The E2E tests are failing. The problem appears to be that the TfJob operator gets stuck starting the container.
Here's the output of kubectl describe
48s 48s 1 kubelet, gke-jlewi-fix-tests-default-pool-3e2af6b5-6gp1 Warning FailedMount Unable to mount volumes for pod "tf-job-operator-901829092-qbsk7_default(1fb329f3-bcf2-11e7-af94-42010a8000b3)": timeout expired waiting for volumes to attach/mount for pod "default"/"tf-job-operator-901829092-qbsk7". list of unattached/unmounted volumes=[config-volume]
This is most likely the result of changes to the helm chart in #71. We need to specify cloud when calling helm init otherwise no config will be created.
The text was updated successfully, but these errors were encountered:
The E2E tests are failing. The problem appears to be that the TfJob operator gets stuck starting the container.
Here's the output of kubectl describe
This is most likely the result of changes to the helm chart in #71. We need to specify cloud when calling helm init otherwise no config will be created.
The text was updated successfully, but these errors were encountered: