Skip to content

Commit

Permalink
Synchronize katib and kubeflow/kubeflow (#2672)
Browse files Browse the repository at this point in the history
* Update kubeflow/katib manifests from v0.16.0 (#2565)

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

* Update kubeflow/kubeflow manifests from v1.8.0 (#2567)

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>

---------

Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
Co-authored-by: Daniela Plascencia <daniela.plascencia@canonical.com>
  • Loading branch information
juliusvonkohout and DnPlas committed Apr 8, 2024
1 parent 9fa11e0 commit 03a33a7
Show file tree
Hide file tree
Showing 24 changed files with 137 additions and 138 deletions.
2 changes: 1 addition & 1 deletion apps/admission-webhook/upstream/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/poddefaults-webhook
newName: docker.io/kubeflownotebookswg/poddefaults-webhook
newTag: v1.8.0-rc.0
newTag: v1.8.0
namespace: kubeflow
generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion apps/centraldashboard/upstream/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/centraldashboard
newName: docker.io/kubeflownotebookswg/centraldashboard
newTag: v1.8.0-rc.0
newTag: v1.8.0
configMapGenerator:
- envs:
- params.env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ spawnerFormDefaults:
################################################################
image:
# the default container image
value: kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.0
value: kubeflownotebookswg/jupyter-scipy:v1.8.0

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-scipy:v1.8.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.8.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0

################################################################
# VSCode-like Container Images (Group 1)
Expand All @@ -60,11 +60,11 @@ spawnerFormDefaults:
################################################################
imageGroupOne:
# the default container image
value: kubeflownotebookswg/codeserver-python:v1.8.0-rc.0
value: kubeflownotebookswg/codeserver-python:v1.8.0

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/codeserver-python:v1.8.0-rc.0
- kubeflownotebookswg/codeserver-python:v1.8.0

################################################################
# RStudio-like Container Images (Group 2)
Expand All @@ -81,11 +81,11 @@ spawnerFormDefaults:
################################################################
imageGroupTwo:
# the default container image
value: kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0
value: kubeflownotebookswg/rstudio-tidyverse:v1.8.0

# the list of available container images in the dropdown
options:
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0

################################################################
# CPU Resources
Expand Down Expand Up @@ -129,12 +129,11 @@ spawnerFormDefaults:
# the list of available vendors in the dropdown
# `limitsKey` - what will be set as the actual limit
# `uiName` - what will be displayed in the dropdown UI
vendors: []
#vendors:
# - limitsKey: "nvidia.com/gpu"
# uiName: "NVIDIA"
# - limitsKey: "amd.com/gpu"
# uiName: "AMD"
vendors:
- limitsKey: "nvidia.com/gpu"
uiName: "NVIDIA"
- limitsKey: "amd.com/gpu"
uiName: "AMD"

# the default value of the limit
# (possible values: "none", "1", "2", "4", "8")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/jupyter-web-app
newName: docker.io/kubeflownotebookswg/jupyter-web-app
newTag: v1.8.0-rc.0
newTag: v1.8.0
# We need the name to be unique without the suffix because the original name is what
# gets used with patches
configMapGenerator:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newName: docker.io/kubeflownotebookswg/notebook-controller
newTag: v1.8.0-rc.0
newTag: v1.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand All @@ -33,7 +33,7 @@ data:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.16.0-rc.1
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.16.0
command:
- python3
- -u
Expand All @@ -54,7 +54,7 @@ data:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand All @@ -68,7 +68,7 @@ data:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
30 changes: 15 additions & 15 deletions apps/katib/upstream/installs/katib-cert-manager/katib-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@ init:
runtime:
metricsCollectors:
- kind: StdOut
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.16.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.16.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.16.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.16.0
resources:
limits:
memory: 200Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.16.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.16.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -56,4 +56,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.16.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ resources:
images:
- name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller
newTag: v0.16.0-rc.1
newTag: v0.16.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.16.0-rc.1
newTag: v0.16.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.16.0-rc.1
newTag: v0.16.0

patchesStrategicMerge:
- patches/katib-cert-injection.yaml
Expand Down
30 changes: 15 additions & 15 deletions apps/katib/upstream/installs/katib-external-db/katib-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,40 @@ init:
runtime:
metricsCollectors:
- kind: StdOut
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.16.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.16.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.16.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.16.0
resources:
limits:
memory: 200Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.16.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.16.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -58,4 +58,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.16.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ resources:
images:
- name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller
newTag: v0.16.0-rc.1
newTag: v0.16.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.16.0-rc.1
newTag: v0.16.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.16.0-rc.1
newTag: v0.16.0
patchesStrategicMerge:
- patches/db-manager.yaml
# Modify katib-mysql-secrets with parameters for the DB.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,40 @@ init:
runtime:
metricsCollectors:
- kind: StdOut
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.16.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.16.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.16.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.16.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.16.0
resources:
limits:
memory: 200Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.16.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.16.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.16.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -59,4 +59,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.16.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.16.0
Loading

0 comments on commit 03a33a7

Please sign in to comment.