canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
104 stars 50 forks source link

Deploy to AKS and EKS actions fail on latest/edge bundle #1006

Closed mvlassis closed 3 months ago

mvlassis commented 3 months ago

Bug Description

The Github actions "Create AKS cluster, deploy CKF and run bundle test" and "Create EKS cluster, deploy CKF and run bundle test" on the main branch fail to run the Charmed Kubeflow UATs from the main branch. The failure is during the "Test bundle deployment" step.

To Reproduce

  1. Go to Actions, and then select the action named "Create AKS cluster, deploy CKF and run bundle test" or "Create EKS cluster, deploy CKF and run bundle test"
  2. Use the workflow from the main branch, on the latest bundle, with the default Kubernetes version (empty field), and for the main branch of the Charmed Kubeflow UATs repository

Environment

Relevant Log Output

Output from the deploy-to-aks action (the Test bundle deployment step): here

Output from the deploy-to-eks action (the Test bundle deployment step): here

Additional Context

No response

syncronize-issues-to-jira[bot] commented 3 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6082.

This message was autogenerated

DnPlas commented 3 months ago

This issue should be fixed by https://github.com/canonical/bundle-kubeflow/pull/1001. There we are checking if the deployed bundle is 1.8 to wait for the oidc-gatekeeper charm to go to BlockedStatus; otherwise it should pass.

DnPlas commented 3 months ago

Closing as a duplicate of #997