-
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
[codelab-intro-mnist-feedback]:build #609
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I encountered the same issue. What can we do to solve it? |
@wanglj-lanzer Which version of kustomize you used? we hit some problems due to kustomize bug, and seuggested (noted) using kustomize v2.0.3 in README file. And which platform you tried, GCP or on-prem cluster? Thanks. |
GCP I installed the kustomize via |
See notes in the readme file Could you please try this by using v2.0.3 and following the Readme file? New kustomize has bug here. |
new errors after reinstall kustomize as the recommended version Error: rawResources failed to read Resources: Load from path ../base failed: '../base' must be a file (got d='~/examples/mnist/training/base') |
I have also experienced same issues as @wanglj-lanzer – both on latest kustomize and v2.0.3. |
Following the README in the repo, that should work fine. Thanks. |
Unfortunately it doesn't work as expected on my machine. I have ensured I am running v2.0.3 using cloned latest from (this) examples repo. I have followed README instructions and error:
Note: I ran this from mnist/training/GCS directory. I was able to successfully build from local directory. |
@andrewcantos @wanglj-lanzer I'm not sure which steps has the problem? But that works fine on my env, below is a example, thanks.:
|
I'm following this tutorial. I'm pretty sure I followed the instructions correctly and I reached the same problem at step
I installed my version is as below: |
@ricoms use kustomize v2.0.3 please, new kustomize has bugs here. |
using v2.0.3 I fell on the issue you opened @jinchihe #1029 when I applied I created a tag with Then I was able to apply
But the original "bug" seems so "simple"... the problem appears to be the |
@ricoms See here kubernetes-sigs/kustomize#1295 I think that has been fixed, and code may be merged in 3.x. |
Calling
with
which leads to |
Getting the same error |
@aicdp1010 try it using kustomize v2.0.3 please. |
Above error is resolved using v2.0.3 but now I am getting
I am new to this, Is the issue related to kubernetes cluster. Please guide me. |
@aicdp1010 please check your cluster, what the TFJob version installed in your cluster? |
Hi I tried to add trainingName but it already existed But when I am again trying to build it gives error cloudshell:~/examples/mnist/training/GCS$ kustomize build |
@shreya-verma19 you executed twice? if yes, need to remove the frist one, seems kustomize does not support rewriting the value. |
hi @jinchihe Following this guide here
I ran
|
You tfjob CRD is V1, so we need to update the tfjobs version to v1. |
@jinchihe is that as simple as changing one of the yaml files from |
@FrancisLennon17 I think need to update all yaml files, I will update this once get chance. thanks |
I got the same issues and I did the following (as mention aboved):
you can also look at the correct YAML for serving as an example: mnist/serving/GCS/kustomization.yam Then everything is working fine on my side. |
@jinchihe I tried replacing all
|
I had the same issue as reported by @plaffitte. |
based on @lucastheis 's situation, i downgraded to older Kustomize package then if i edit GCS/kustomization.yaml to replace "resources" with "bases" e.g.
etc then this works. really obnoxious. |
/area example/mnist |
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. |
kustomize build .
Error: no matches for OriginalId kubeflow.org_v1beta1_TFJob|~X|$(trainingName); no matches for CurrentId kubeflow.org_v1beta1_TFJob|~X|$(trainingName); failed to find unique target
for patch kubeflow.org_v1beta1_TFJob|$(trainingName)
The text was updated successfully, but these errors were encountered: