-
Notifications
You must be signed in to change notification settings - Fork 710
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
After init helm, install chart failed #149
Comments
It looks like the TfJob CRD wasn't created which most likely indicates there was a problem deploying the operator. Check if the CRD was created
You should see something like this
If you don't see tfjobs.tensorflow.org then it means the CRD wasn't created. Check if the operator is running
You should see output like the following
If the deployment is up, check the pod
If the pod isn't running try to figure out why (e.g. by running kubectl describe pods) If the pod is running get the logs and look for errors. If you share them on this issue we can also help
|
@jianzi123 Any luck? |
@jianzi123 I'm going to close this issue for now. If you're still having trouble please feel free to reopen it. |
@jlewi e... i'm sorry for put the logs so late...
|
@jianzi123 It looks like your controller_config_file.yaml is empty is that the case? My guess is that in this case no file actually gets created and this is why the read ends up failing. Can you provide the command line you used to install the helm charter? I'd like to know what value you provided for the config map. I think one problem is that the helm chart is configured to always require a controller_config_file. I'll create an issue to fix that. |
Created #175 |
@jianzi123 As a quick fix I suspect if you could try removing the --controller_config_file argument here |
I have fix it by reset configmap, thanks. |
I can't find the problem..
`[root@master heml_install]# kubectl create -f tf_job.yaml
error: unable to recognize "tf_job.yaml": no matches for tensorflow.org/, Kind=TfJob
[root@master heml_install]# helm ls
NAME REVISION UPDATED STATUS CHART NAMESPACE
tf-job 1 Mon Nov 13 16:09:38 2017 DEPLOYED tf-job-operator-chart-0.2.0-v20171115-a998436 default `
If anyone know the problem, Please tell me, thanks.
The text was updated successfully, but these errors were encountered: