-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update katib manifests #1903
Comments
After applying the patch, I'm still not seeing any metrics in the UI. @gaocegege @YujiOshima Can you help identify the problem? This is from the |
Definitions for workerConfigMap in kubeflow/kubeflow & kubeflow/katib are also out of sync. These discrepancies are preventing me from getting any of the examples to run. |
Also, I'm seeing some objects created in the |
@YujiOshima Can you look into this? Thanks. |
Looks like we have CRD duplication across other components as well, for example tf-operator. I think we need to add an e2etest for katib in kubeflow/kubeflow, since we are installing katib by default. The process should be:
That way we can at least make sure that the main repo components work out of the box. |
Also for the examples, we should change all the namespaces to |
In v0.3-branch, the image of studyjob-controller is This is the latest code version of Katib. Please note the {{.StudyId}}, {{TrialId}}, and {{.WorkerId}} should not be capitalize in this version. |
Is the fix for v0.3-branch to revert the use of the untagged image to |
Created katib-245 for changing Created website-293 for the corresponding docs update. |
Following the public docs, I ran into the error reported here, which was patched in kubeflow/katib.
Related changes need to be made in this repo. What is the logic behind storing manifests in both places? How have we kept them in sync in the past and which reflects the source of truth?
The text was updated successfully, but these errors were encountered: