lehrig / kubeflow-ppc64le-manifests

A repository for Kustomize manifests for Kubeflow on ppc64le
Apache License 2.0
3 stars 7 forks source link

Rocket AI Hub installation and uninstallation in OpenShift #11

Closed william-xiang closed 1 month ago

william-xiang commented 1 month ago

Tested the installation and uninstallation using main branch(Migrated to Rocket AI Hub v1.8.0) on OpenShift 4.14.24 deployed on P9 host.

Major changes:

  1. Create a namespace and operator group for grafana
  2. Update the version of service mesh control plane
  3. Replace the deprecated filter and envoy filter configuration
  4. Downgrade the version of kubeflow frontend and visualization-server to 2.0.0-alpha.7
  5. Add script to uninstall gpu operator in OpenShift

Unresolved issues:

  1. This image is not for ppc64le, change to use image quay.io/ibm/kubeflow-visualization-server-ppc64le:1.8.1 to start the pod quay.io/rocketaihub/visualization-server:v1.8.0
  2. These two images don't exist, have to use images with tag 2.0.0-alpha.7 as a workaround quay.io/ibm/kubeflow-frontend-ppc64le:2.0.3 quay.io/ibm/kubeflow-visualization-server-ppc64le:2.0.3
  3. metadata-write pod cannot start successfully, below is the error message
    Traceback (most recent call last):
    File "/kfp/metadata_writer/metadata_writer.py", line 20, in <module>
    import kubernetes
    ModuleNotFoundError: No module named 'kubernetes'