-
Notifications
You must be signed in to change notification settings - Fork 488
Closed
Description
/kind feature
We should make new release for Kubeflow 1.1. We need to update manifests and website documentation.
- For manifests my suggestion is to take this commit: 5df1bd2. It is the latest commit when we build images for v1alpha3 (https://console.cloud.google.com/gcr/images/kubeflow-images-public/GLOBAL/katib/v1alpha3/katib-controller?gcrImageListsize=30). What do you think @gaocegege @johnugeorge ?
TODOs list for manifests update (kubeflow/manifests#1239):
- Update Katib-UI RBAC. Ref issue: Add new permission to Katib UI RBAC to view suggestions #1165.
- Submit new labeled Trial Template (trialTemplateConfigmapLabeled.yaml). Ref PR: UI: Support Trial Templates in all namespaces and all configMaps #1083.
- Rename nasrl to enas in katib-config. Ref PR: Change folder structure for NAS algorithms, rename NASRL to ENAS #1143.
- Add cmaes to katib-config. Ref PR: Build Goptuna Suggestion image in CI #1154.
- Add darts to katib-config. Ref PR: Build image for DARTS Suggestion #1178.
- TODOs list for website documentation update.
- Get merged Update katib-config document to describe suggestion service images website#1907.
- Rename nasrl to enas in docs. Make sure that all links work. Ref PR: Change folder structure for NAS algorithms, rename NASRL to ENAS #1143. (Modify Katib UI images website#1989).
- Add information about running experiment without the goal. Ref PR: Enable to run Experiment without Goal #1065. (Update doc to run Katib experiment without the goal website#1983).
- Update Katib UI pictures on the website. (Modify Katib UI images website#1989).
- Add DARTS algorithm to nas list. Ref PR: DARTS Suggestion #1175. (Katib documentation for DARTS algorithm website#1991).
- Add information about Katib SDK. Ref PR: Python SDK for katib #1177. (Add link to Katib SDK website#1990).
- Add information about
ResumePolicy
. Ref PR: Delete Suggestion deployment after Experiment is finished #1150. (Katib resume policy information website#1995). - Add information about new algorithm CMAES. Ref PR: Add Goptuna based suggestion service for CMA-ES. #1131. (Add Katib CMA-ES algorithm documentation website#1993).
If I missed something, please let me know.
/cc @gaocegege @johnugeorge @c-bata @sperlingxx @jlewi
/priority p0
c-bata and sperlingxx