Skip to content

Commit

Permalink
Katib official release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge committed Aug 18, 2022
1 parent 12a4896 commit 0a7453d
Show file tree
Hide file tree
Showing 38 changed files with 68 additions and 68 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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/simple-pbt:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/darts-cnn-cifar10-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/darts-cnn-cifar10-gpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/enas-cnn-cifar10-gpu:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1beta1/resume-experiment/never-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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
30 changes: 15 additions & 15 deletions manifests/v1beta1/components/controller/katib-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ data:
metrics-collector-sidecar: |-
{
"StdOut": {
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.14.0"
},
"File": {
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.14.0"
},
"TensorFlowEvent": {
"image": "docker.io/kubeflowkatib/tfevent-metrics-collector:v0.14.0-rc.0",
"image": "docker.io/kubeflowkatib/tfevent-metrics-collector:v0.14.0",
"resources": {
"limits": {
"memory": "1Gi"
Expand All @@ -25,42 +25,42 @@ data:
suggestion: |-
{
"random": {
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.14.0"
},
"tpe": {
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.14.0"
},
"grid": {
"image": "docker.io/kubeflowkatib/suggestion-chocolate:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-chocolate:v0.14.0"
},
"hyperband": {
"image": "docker.io/kubeflowkatib/suggestion-hyperband:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-hyperband:v0.14.0"
},
"bayesianoptimization": {
"image": "docker.io/kubeflowkatib/suggestion-skopt:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-skopt:v0.14.0"
},
"cmaes": {
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.14.0"
},
"sobol": {
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.14.0"
},
"multivariate-tpe": {
"image": "docker.io/kubeflowkatib/suggestion-optuna:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-optuna:v0.14.0"
},
"enas": {
"image": "docker.io/kubeflowkatib/suggestion-enas:v0.14.0-rc.0",
"image": "docker.io/kubeflowkatib/suggestion-enas:v0.14.0",
"resources": {
"limits": {
"memory": "200Mi"
}
}
},
"darts": {
"image": "docker.io/kubeflowkatib/suggestion-darts:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/suggestion-darts:v0.14.0"
},
"pbt": {
"image": "docker.io/kubeflowkatib/suggestion-pbt:v0.14.0-rc.0",
"image": "docker.io/kubeflowkatib/suggestion-pbt:v0.14.0",
"persistentVolumeClaimSpec": {
"accessModes": [
"ReadWriteMany"
Expand All @@ -76,6 +76,6 @@ data:
early-stopping: |-
{
"medianstop": {
"image": "docker.io/kubeflowkatib/earlystopping-medianstop:v0.14.0-rc.0"
"image": "docker.io/kubeflowkatib/earlystopping-medianstop:v0.14.0"
}
}
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:v0.14.0-rc.0
image: docker.io/kubeflowkatib/mxnet-mnist:v0.14.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.14.0-rc.0
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.14.0
command:
- python3
- -u
Expand All @@ -54,7 +54,7 @@ data:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.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.14.0-rc.0
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.14.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
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.14.0-rc.0
newTag: v0.14.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.14.0-rc.0
newTag: v0.14.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.14.0-rc.0
newTag: v0.14.0

patchesStrategicMerge:
- patches/katib-cert-injection.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ resources:
images:
- name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller
newTag: v0.14.0-rc.0
newTag: v0.14.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.14.0-rc.0
newTag: v0.14.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.14.0-rc.0
newTag: v0.14.0
- name: docker.io/kubeflowkatib/cert-generator
newName: docker.io/kubeflowkatib/cert-generator
newTag: v0.14.0-rc.0
newTag: v0.14.0
patchesStrategicMerge:
- patches/db-manager.yaml
# Modify katib-mysql-secrets with parameters for the DB.
Expand Down
Loading

0 comments on commit 0a7453d

Please sign in to comment.