-
Notifications
You must be signed in to change notification settings - Fork 757
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 build kustomize for mnist example #681
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
kustomize 2.0.3 is required and mentioned in minist example document Seems other version of kustomize has issues on it. I remember such issues was logged and closed before |
Oh I hadn't noticed that. But this time I tried with |
I've tried to deduce what the kustomize should evaluate to but I keep getting a path or format wrong. Would you be able to share an example? |
Here is the output(sucessful example) from myside after run "kustomize build ."
|
Issue #609 |
After editing that yaml I was able to run the TFJob. |
@ryandawsonuk How exactly did you solve this? I can't get past the issue with the TFJob version... |
@plaffitte I didn't get the kustomize working yet, I just modified the yaml that @fenglixa provided above to use the v1 format - SeldonIO/seldon-core#1106 (comment) |
I get the following error:
My file looks like this:
|
Yeah the TFJob version in kubeflow now is
|
Oops, sorry. I actually tried both and failed but copy-pasted the wrong one...
And my file:
|
What does |
It returns |
Then you need to install the CRD. Did you do a kfctl install of kubeflow? |
I still get error (but different from v3.4.0) when using v2.0.3: kustomize version kustomize build . |kubectl apply -f - |
/area example |
@jtfogarty: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The version should probably be v1. |
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. |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
I'm trying to follow the mnist example with the local storage steps. I've tried to follow those steps but when I do
kustomize build .
then I get:I've tried with kustomize v3 (
go get -u sigs.k8s.io/kustomize/kustomize/v3
) and v2 (go get -u sigs.k8s.io/kustomize/kustomize/v2
) but I get the same error with both. I am running from thetraining/local
directory (have also tried the GCS one and get the same error).I'm not able to get as far as #672 as I can't get the
kustomize build .
step to complete.The text was updated successfully, but these errors were encountered: