Skip to content

Commit

Permalink
Katib official release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge committed Mar 4, 2022
1 parent 776840e commit e34d2fe
Show file tree
Hide file tree
Showing 36 changed files with 66 additions and 66 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 @@ -75,7 +75,7 @@ spec:
- name: num-examples
container:
name: model-training
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0
command:
- "python3"
- "/opt/mxnet-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 @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -68,7 +68,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.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 @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand All @@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.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: tensorflow
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:v0.13.0-rc.1
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:v0.13.0
command:
- "python"
- "/opt/tf-mnist-with-summaries/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0
command:
- "python3"
- "/opt/pytorch-mnist/mnist.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/darts-cnn-cifar10:v0.13.0-rc.1
image: docker.io/kubeflowkatib/darts-cnn-cifar10:v0.13.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 @@ -76,7 +76,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/darts-cnn-cifar10:v0.13.0-rc.1
image: docker.io/kubeflowkatib/darts-cnn-cifar10:v0.13.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 @@ -138,7 +138,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.13.0-rc.1
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.13.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 @@ -135,7 +135,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-gpu:v0.13.0-rc.1
image: docker.io/kubeflowkatib/enas-cnn-cifar10-gpu:v0.13.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 @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.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 @@ -88,7 +88,7 @@ spec:
description: Number of training examples
steps:
- name: model-training
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0
command:
- "python3"
- "/opt/mxnet-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.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand Down
28 changes: 14 additions & 14 deletions manifests/v1beta1/components/controller/katib-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ data:
metrics-collector-sidecar: |-
{
"StdOut": {
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.13.0"
},
"File": {
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/file-metrics-collector:v0.13.0"
},
"TensorFlowEvent": {
"image": "docker.io/kubeflowkatib/tfevent-metrics-collector:v0.13.0-rc.1",
"image": "docker.io/kubeflowkatib/tfevent-metrics-collector:v0.13.0",
"resources": {
"limits": {
"memory": "1Gi"
Expand All @@ -24,44 +24,44 @@ data:
suggestion: |-
{
"random": {
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.13.0"
},
"tpe": {
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.13.0"
},
"grid": {
"image": "docker.io/kubeflowkatib/suggestion-chocolate:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-chocolate:v0.13.0"
},
"hyperband": {
"image": "docker.io/kubeflowkatib/suggestion-hyperband:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-hyperband:v0.13.0"
},
"bayesianoptimization": {
"image": "docker.io/kubeflowkatib/suggestion-skopt:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-skopt:v0.13.0"
},
"cmaes": {
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.13.0"
},
"sobol": {
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.13.0"
},
"multivariate-tpe": {
"image": "docker.io/kubeflowkatib/suggestion-optuna:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-optuna:v0.13.0"
},
"enas": {
"image": "docker.io/kubeflowkatib/suggestion-enas:v0.13.0-rc.1",
"image": "docker.io/kubeflowkatib/suggestion-enas:v0.13.0",
"resources": {
"limits": {
"memory": "200Mi"
}
}
},
"darts": {
"image": "docker.io/kubeflowkatib/suggestion-darts:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/suggestion-darts:v0.13.0"
}
}
early-stopping: |-
{
"medianstop": {
"image": "docker.io/kubeflowkatib/earlystopping-medianstop:v0.13.0-rc.1"
"image": "docker.io/kubeflowkatib/earlystopping-medianstop:v0.13.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 @@ -14,7 +14,7 @@ data:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/mxnet-mnist:v0.13.0
command:
- "python3"
- "/opt/mxnet-mnist/mnist.py"
Expand All @@ -32,7 +32,7 @@ data:
spec:
containers:
- name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.13.0-rc.1
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.13.0
command:
- python3
- -u
Expand All @@ -53,7 +53,7 @@ data:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0
imagePullPolicy: Always
command:
- "python3"
Expand All @@ -68,7 +68,7 @@ data:
spec:
containers:
- name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0-rc.1
image: docker.io/kubeflowkatib/pytorch-mnist:v0.13.0
imagePullPolicy: Always
command:
- "python3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ resources:
images:
- name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.13.0-rc.1
newTag: v0.13.0

patchesStrategicMerge:
- patches/katib-cert-injection.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ resources:
images:
- name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/cert-generator
newName: docker.io/kubeflowkatib/cert-generator
newTag: v0.13.0-rc.1
newTag: v0.13.0
patchesStrategicMerge:
- patches/db-manager.yaml
# Modify katib-mysql-secrets with parameters for the DB.
Expand Down
6 changes: 3 additions & 3 deletions manifests/v1beta1/installs/katib-openshift/kustomization.yaml
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.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.13.0-rc.1
newTag: v0.13.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 @@ -21,13 +21,13 @@ resources:
images:
- name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui
newTag: v0.13.0-rc.1
newTag: v0.13.0
- name: docker.io/kubeflowkatib/cert-generator
newName: docker.io/kubeflowkatib/cert-generator
newTag: v0.13.0-rc.1
newTag: v0.13.0
Loading

0 comments on commit e34d2fe

Please sign in to comment.