feat: Update manifests to match upstream kfp 2.16.0 release - #203
Conversation
2.16.0 release
There was a problem hiding this comment.
suggestion (blocking): while I understand the necessity of changing user ID and group ID with the upstream image, I would not go for root and I would try some other ID, instead, if it was possible to avoid the temporary changes to run it as root even on latest/edge. For example, have we tried with 1000, like they do upstream? They have securityContext.runAsNonRoot set to true, so I don't expect root privileges to be necessary.
|
It seems that running as user |
@mvlassis, then feel free to use root, it's an intrinsic limitation of Juju, as confirmed from the error's logs:
|
This reverts commit cfd1f24.
Ref: canonical/kfp-operators#869
This PR updates the charms according to the update to the manifests files corresponding to the
2.16.0release of Kubeflow pipelines. This task is part of the team's upgrade to Kubeflow26.03.The diff between the 2 version was generated by following the instructions on the upstream README. It can be found here.