You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(catalog): enforce non-root security context on demo overlay initContainer
Apply upstream fix from kubeflow/hub#2568: add runAsNonRoot
and runAsUser: 65534 (nobody) to the perf-data-init container. The base
deployment enforces runAsNonRoot: true at pod level, but the demo
overlay init container uses busybox (UID 0), producing
Init:CreateContainerConfigError.
Re-add catalog deployment and wait blocks to model_registry_install.sh.
Signed-off-by: Siddhant Jain <siddhantjainofficial26@gmail.com>
0 commit comments