Comment 1 for bug 2027722

Revision history for this message
Bruno Drugowick Muniz (brunomuniz) wrote :

Thanks for the report.

It looks like the latest version of the Kubernetes Dashboard has a breaking change (see https://github.com/kubernetes/dashboard/releases/tag/v3.0.0-alpha0). There's the following section there:

> "Kubernetes Dashboard now requires cert-manager and nginx-ingress-controller to work properly. Please make sure you have them installed in your cluster if you want to use a manifest-based installation path. The helm-based approach can install all required dependencies automatically for you if needed."

On their artifacthub.io it says it's possible to ignore cert-manager and nginx if you already have them installed, which allows us to install the latest version, but I'm making sure there are no other impacts (or improvements that we should consider).

So I might lock the versions to get this fixed and open a Task for the improvements if no one objects to that.