Skip to content

Commit

Permalink
Update kubeflow/katib manifests from v0.17.0 (kubeflow#2801)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo M. Oliveira <[email protected]>
Signed-off-by: Patrick Schönthaler <[email protected]>
  • Loading branch information
rimolive authored and pschoen-itsc committed Sep 3, 2024
1 parent 91c7bc4 commit 8344dcd
Show file tree
Hide file tree
Showing 13 changed files with 112 additions and 112 deletions.
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/pytorch-mnist-cpu:v0.17.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand All @@ -33,7 +33,7 @@ data:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.17.0-rc.1
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.17.0
command:
- python3
- -u
Expand All @@ -54,7 +54,7 @@ data:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.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.17.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.17.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.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0
resources:
limits:
memory: 400Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -56,4 +56,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.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.17.0-rc.1
newTag: v0.17.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.17.0-rc.1
newTag: v0.17.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.17.0-rc.1
newTag: v0.17.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.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0
resources:
limits:
memory: 400Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -58,4 +58,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.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.17.0-rc.1
newTag: v0.17.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.17.0-rc.1
newTag: v0.17.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.17.0-rc.1
newTag: v0.17.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.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0
resources:
limits:
memory: 400Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -59,4 +59,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0
30 changes: 15 additions & 15 deletions apps/katib/upstream/installs/katib-openshift/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.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0
resources:
limits:
memory: 400Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -56,4 +56,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ resources:
images:
- name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller
newTag: v0.17.0-rc.1
newTag: v0.17.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.17.0-rc.1
newTag: v0.17.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.17.0-rc.1
newTag: v0.17.0

patchesJson6902:
# Annotate Service to delegate TLS-secret generation to OpenShift service controller
Expand Down
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.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/file-metrics-collector:v0.17.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0-rc.1
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.17.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.17.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.17.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-skopt:v0.17.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.17.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-optuna:v0.17.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-enas:v0.17.0
resources:
limits:
memory: 400Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-darts:v0.17.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0-rc.1
image: docker.io/kubeflowkatib/suggestion-pbt:v0.17.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -58,4 +58,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0-rc.1
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.17.0
Loading

0 comments on commit 8344dcd

Please sign in to comment.