-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update Katib ROCKs to 0.16-rc.1
for CKF release 1.8
#31
Comments
cert-generatorUpstream has consolidated the katib-cert-generator component into the katib controller. Thus, there is no Dockerfile for it in |
katib-db-managerdb-manager Dockerfile has introduced the following changes 5d4
< ENV GRPC_HEALTH_PROBE_VERSION v0.4.15
21,24d19
< # Add GRPC health probe.
< RUN wget -qO /bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
< && chmod +x /bin/grpc_health_probe
<
28d22
< COPY --from=build-env /bin/grpc_health_probe /bin/ which is expected according to canonical/katib-operators#122 (comment). Thus, we will not introduce those changes in the ROCK. |
katib-ui-rockWe need to rewrite the ROCK due to it being based on the wrong dockerfile #32. |
grpc health checksAs discussed here, we 're following what was done upstream and removing the binary for health checks since
|
This issue tracks the process of updating Katib ROCKs to Katib's 0.16 for CKF release 1.8. For the process, we 're following our internal Kubeflow ROCK Images Best Practices that has a section about Upgrade of ROCK Images.
The changes that this process will introduce should match what the upstream has for version v0.16-rc.1.
The text was updated successfully, but these errors were encountered: