Skip to content

Commit

Permalink
Katib official release v0.16.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Aug 5, 2023
1 parent 888bec3 commit bc5add9
Show file tree
Hide file tree
Showing 42 changed files with 142 additions and 142 deletions.
2 changes: 1 addition & 1 deletion examples/v1beta1/argo/argo-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
- name: num-examples
container:
name: model-training
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/early-stopping/median-stop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/bayesian-optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/cma-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/hyperband.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/multivariate-tpe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/simple-pbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/simple-pbt:latest
image: docker.io/kubeflowkatib/simple-pbt:v0.16.0-rc.0
command:
- "python3"
- "/opt/pbt/pbt_test.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/sobol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/hp-tuning/tpe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand All @@ -61,7 +61,7 @@ spec:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: tensorflow
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:latest
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:v0.16.0-rc.0
command:
- "python"
- "/opt/tf-mnist-with-summaries/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/nas/darts-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/darts-cnn-cifar10-cpu:latest
image: docker.io/kubeflowkatib/darts-cnn-cifar10-cpu:v0.16.0-rc.0
command:
- python3
- run_trial.py
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/nas/darts-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/darts-cnn-cifar10-gpu:latest
image: docker.io/kubeflowkatib/darts-cnn-cifar10-gpu:v0.16.0-rc.0
command:
- python3
- run_trial.py
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/nas/enas-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:latest
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.16.0-rc.0
command:
- python3
- -u
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/nas/enas-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-gpu:latest
image: docker.io/kubeflowkatib/enas-cnn-cifar10-gpu:v0.16.0-rc.0
command:
- python3
- -u
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/resume-experiment/from-volume-resume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/tekton/pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
description: Number of training examples
steps:
- name: model-training
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
8 changes: 4 additions & 4 deletions manifests/v1beta1/components/controller/trial-templates.yaml
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:latest
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.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:latest
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.16.0-rc.0
command:
- python3
- -u
Expand All @@ -54,7 +54,7 @@ data:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.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:latest
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
30 changes: 15 additions & 15 deletions manifests/v1beta1/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:latest
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.0
- kind: File
image: docker.io/kubeflowkatib/file-metrics-collector:latest
image: docker.io/kubeflowkatib/file-metrics-collector:v0.16.0-rc.0
- kind: TensorFlowEvent
image: docker.io/kubeflowkatib/tfevent-metrics-collector:latest
image: docker.io/kubeflowkatib/tfevent-metrics-collector:v0.16.0-rc.0
resources:
limits:
memory: 1Gi
suggestions:
- algorithmName: random
image: docker.io/kubeflowkatib/suggestion-hyperopt:latest
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.0
- algorithmName: tpe
image: docker.io/kubeflowkatib/suggestion-hyperopt:latest
image: docker.io/kubeflowkatib/suggestion-hyperopt:v0.16.0-rc.0
- algorithmName: grid
image: docker.io/kubeflowkatib/suggestion-optuna:latest
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.0
- algorithmName: hyperband
image: docker.io/kubeflowkatib/suggestion-hyperband:latest
image: docker.io/kubeflowkatib/suggestion-hyperband:v0.16.0-rc.0
- algorithmName: bayesianoptimization
image: docker.io/kubeflowkatib/suggestion-skopt:latest
image: docker.io/kubeflowkatib/suggestion-skopt:v0.16.0-rc.0
- algorithmName: cmaes
image: docker.io/kubeflowkatib/suggestion-goptuna:latest
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.0
- algorithmName: sobol
image: docker.io/kubeflowkatib/suggestion-goptuna:latest
image: docker.io/kubeflowkatib/suggestion-goptuna:v0.16.0-rc.0
- algorithmName: multivariate-tpe
image: docker.io/kubeflowkatib/suggestion-optuna:latest
image: docker.io/kubeflowkatib/suggestion-optuna:v0.16.0-rc.0
- algorithmName: enas
image: docker.io/kubeflowkatib/suggestion-enas:latest
image: docker.io/kubeflowkatib/suggestion-enas:v0.16.0-rc.0
resources:
limits:
memory: 200Mi
- algorithmName: darts
image: docker.io/kubeflowkatib/suggestion-darts:latest
image: docker.io/kubeflowkatib/suggestion-darts:v0.16.0-rc.0
- algorithmName: pbt
image: docker.io/kubeflowkatib/suggestion-pbt:latest
image: docker.io/kubeflowkatib/suggestion-pbt:v0.16.0-rc.0
persistentVolumeClaimSpec:
accessModes:
- ReadWriteMany
Expand All @@ -56,4 +56,4 @@ runtime:
storage: 5Gi
earlyStoppings:
- algorithmName: medianstop
image: docker.io/kubeflowkatib/earlystopping-medianstop:latest
image: docker.io/kubeflowkatib/earlystopping-medianstop:v0.16.0-rc.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: latest
newTag: v0.16.0-rc.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: latest
newTag: v0.16.0-rc.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: latest
newTag: v0.16.0-rc.0

patchesStrategicMerge:
- patches/katib-cert-injection.yaml
Expand Down
Loading

0 comments on commit bc5add9

Please sign in to comment.