-
Notifications
You must be signed in to change notification settings - Fork 893
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
jupyter-web-app fails with kustomize build for aws overlay #1182
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
It seems like aws overlay is causing this error... |
/assign /cc @Jeffwan |
Are you testing master? Can you delete |
@Jeffwan , i am not testing master, i am trying to get KFServing fix with master. Since it is not tagged to any release, i have no choice but to deploy master. Removing |
em. master components have been refactored but it's still using base rather than base_v3 in this case. I have not looked into details yet. AWS overlay was added recently that's why I suggest to remove and see it's working or not. If original kfdef doesn't work, then it could be kustomize issue |
The reason why this fails:
We need to change this into:
Otherwise, it will re-deploy But this change induces another issue, I'll keep updated. |
The text was updated successfully, but these errors were encountered: