You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the default image for the new Katib UI (#1608)
* Change default image for Katib UI
* Change title for UI
* Fix image name
* Use katib-ui image for the new UI
* Remove build from CI workflow
* Add cache to Kaniko
* Add cache repo
* Add other cache repo
* Remove cache
During 1.3 we've worked on a new iteration of the UI, which is rewritten in
185
137
Angular and is utilizing the common code of the other Kubeflow [dashboards](https://github.com/kubeflow/kubeflow/tree/master/components/crud-web-apps).
186
-
While this UI is not yet on par with the current default one, we are actively
187
-
working to get it up to speed and provide all the existing functionalities.
188
138
189
139
The users are currently able to list, delete and create Experiments in their
190
140
cluster via this new UI as well as inspect the owned Trials. One important
191
-
missing functionalities are the ability to edit the TrialTemplate ConfigMaps.
141
+
missing functionalities are the ability to edit the Trial templates ConfigMaps
142
+
and view Neural Architecture Search models. Check [this Project](https://github.com/kubeflow/katib/projects/1)
143
+
to monitor the current progress.
192
144
193
-
While this UI is not ready to replace the current one we would like to
194
-
encourage users to also give it a try and provide us with feedback. To try it
195
-
out the user has to update the Katib UI image `newName` with the new registry
196
-
`docker.io/kubeflowkatib/katib-new-ui` in the [Kustomize](https://github.com/kubeflow/katib/blob/54854c1bb/manifests/v1beta1/installs/katib-standalone/kustomization.yaml#L29)
197
-
manifests.
145
+

198
146
199
-

147
+
To use the old Katib UI you can update the Katib image `newName` with the previous
148
+
image tag `docker.io/kubeflowkatib/katib-ui:v0.11.1` in the [Kustomize](./manifests/v1beta1/installs/katib-standalone/kustomization.yaml#L29)
0 commit comments