-
Notifications
You must be signed in to change notification settings - Fork 756
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
unable to recognize "STDIN": no matches for kind "TFJob" in version "kubeflow.org/v1beta2" #672
Comments
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details. |
I think this is because TFJob in kubeflow 0.7.0 is now v1, not v1beta2 - the example is out of date |
I have the same issue. Any way to solve it? |
@plaffitte Sorry for the delay, It worked for me after replacing |
@FrancisLennon17 no worries, it also ended up working for me but I'm not sure why now... I had probably forgotten to make the change in some places |
@FrancisLennon17 I'm actually running into the issue again and I don't know how to solve it since last time it just went away without my understanding why.... |
if you run the command Where you originally said you changed The repository has already been updated it seems to the correct versions as you can see in this merged pull request https://github.com/kubeflow/examples/pull/684/files#diff-22add3960bd77cf1e25fdf202caf83b7L1 |
@plaffitte ^^. However if it is a different issue and you find the solution, please keep me updated |
@FrancisLennon17 I figured it out... I had forgotten to re-deploy Kubeflow onto my cluster in the first place, that's why Kubernetes wasn't recognizing the |
/area kustomize |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Following this guide here
When running
kustomize build . | kubectl apply -f -
configmap/mnist-map-training-45h47275m7 unchanged error: unable to recognize "STDIN": no matches for kind "TFJob" in version "kubeflow.org/v1beta2"
I've been reading through a couple of these threads and I can't find a solution. Looking for any advice on what I can do
Version: {KustomizeVersion:2.0.3 GitCommit:a6f65144121d1955266b0cd836ce954c04122dc8 BuildDate:2019-03-05T20:37:42Z GoOs:linux GoArch:amd64}
I ran
kubectl describe crd tfjobs.kubeflow.org
and this is what returnedThe text was updated successfully, but these errors were encountered: