-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Presubmit failure: No such file or directory XXX/.kube/config #562
Comments
Another failure |
@lluunn Your workflow needs to run one of the steps that get credentials and create a .kube file For GKE it should be For minikube it should be deploy minikube. Those steps should copy the config to ${TEST_DIR}/.kube/config |
Thanks Jeremy! |
File "/mnt/test-data-volume/kubeflow-presubmit-tf-serving-image-558-86aca5f-982-d273/src/kubeflow/kubeflow/testing/test_deploy.py", line 80, in create_k8s_client
util.load_kube_config(persist_config=False)
File "/mnt/test-data-volume/kubeflow-presubmit-tf-serving-image-558-86aca5f-982-d273/src/kubeflow/testing/py/kubeflow/testing/util.py", line 487, in load_kube_config
**kwargs)
File "/usr/local/lib/python2.7/dist-packages/kubernetes/config/kube_config.py", line 315, in _get_kube_config_loader_for_yaml_file
with open(filename) as f:
IOError: [Errno 2] No such file or directory: '/mnt/test-data-volume/kubeflow-presubmit-tf-serving-image-558-86aca5f-982-d273/.kube/config'
It failed in #558, which should be unrelated.
This should be related to #523
cc @jlewi
The text was updated successfully, but these errors were encountered: