kfp-* charms should be upgraded to "channel: 2.0/stable" inside Kubeflow Upgrade 1.7 to 1.8 (Doc bug)
Bug Description
In the “upgrade-1.7-1.8” section, the below command fails as there is no “dashboard-links” relation of kfp-ui application. It’s because kfp-ui version should be "channel: 2.0/stable". Also, below charms should not be updated with “trust” flag, “--channel 2.0/stable” should be targeted.
$ juju refresh kfp-profile-controller --trust $ juju refresh kfp-ui --trust $ juju refresh kfp-viz --trust
To Reproduce
kfp-ui has no relation named “dashboard-links”
$ juju relate kubeflow-dashboard:links kfp-ui:dashboard-links
In channel: 2.0-alpha.7/stable
$ juju show-application kfp-ui kfp-ui: charm: kfp-ui base: [email protected] channel: 2.0-alpha.7/stable constraints: arch: amd64 principal: true exposed: false remote: false life: alive endpoint-bindings: "": alpha ingress: alpha kfp-api: alpha kfp-ui: alpha object-storage: alpha
In channel: 2.0/stable
$ juju show-application kfp-ui kfp-ui: charm: kfp-ui base: [email protected] channel: 2.0/stable constraints: arch: amd64 principal: true exposed: false remote: false life: alive endpoint-bindings: "": alpha dashboard-links: alpha ingress: alpha kfp-api: alpha kfp-ui: alpha object-storage: alpha
Environment
Juju v3.1, KUbeflow v1.7, Microk8s v1.26
Relevant Log Output
Shared in Reprdouce section
Additional Context
No response
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5357.
This message was autogenerated