-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump katib-operators version 0.15.0 -> 0.16-rc.1 for release 1.8 #122
Comments
As manifests source for release 1.8, we used the kubeflow/manifests repo and did a
The produced manifests from above were also used as a source for image versions too. |
Regarding this label change, we didn't apply the following label |
Regarding this volume change that introduces a volume of type |
Regarding the webhook failurePolicy removal, I went ahead and removed the |
Regarding RBAC changes, |
Regarding gRPC health check change, upstream Katib changed the way they perform health checks and moved from using the grpc_health_probe binary and Kubernetes Unfortunately, Pebble doesn't support |
Some key points about the volume change from previous comment and the
Defaulted container "katib-controller" out of: katib-controller, juju-pod-init (init)
{"level":"error","ts":"2023-08-23T13:31:50Z","logger":"entrypoint","msg":
"Failed to get KatibConfig","error":"failed to parse katib-config.yaml in ConfigMap:
katib-config: read /katib-config.yaml: is a directory","stacktrace":"main.main
\n\t/go/src/github.com/kubeflow/katib/cmd/katib-controller/v1beta1/main.go:71
\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:267"} In order to overcome this, we changed to volume config to {
"name": "katib-config",
"mountPath": "/katib-config",
"files": [
{
"path": "katib-config.yaml",
"content": render_template(
"src/templates/katib-config.yaml.j2",
self.katib_config_context,
),
}
],
}, and args to "args": ["--katib-config=/katib-config/katib-config.yaml"], |
- Update template files to match `0.16-rc.1` release's manifests - Bump images to `v0.16-rc.1` images See #122
This issue tracks the process of bumping katib-operators version from
0.15.0
to0.16.0-rc.1
. For the process, we 're following our internal release handbook document that has a section about manifest files upgrades and images upgrades.The changes that this process will introduce should match the upstream ones kubeflow/manifests#2506 and they are expected to be templates updates and image versions' bumps.
The text was updated successfully, but these errors were encountered: