You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The infrastructure components uses cert-manager/v1alpha2 API version for Cert Manager, whereas cert-manager/v1 should be used instead.
$ clusterctl init -i maas:v0.4.0 -b microk8s -c microk8s
Fetching providers
Installing cert-manager Version="v1.12.3"
Waiting for cert-manager to be available...
Installing Provider="cluster-api" Version="v1.5.2" TargetNamespace="capi-system"
Installing Provider="bootstrap-microk8s" Version="v0.6.2" TargetNamespace="capi-microk8s-bootstrap-system"
Installing Provider="control-plane-microk8s" Version="v0.6.2" TargetNamespace="capi-microk8s-control-plane-system"
Installing Provider="infrastructure-maas" Version="v0.4.0" TargetNamespace="capmaas-system"
Error: action failed after 10 attempts: failed to get current provider object: failed to get API group resources: unable to retrieve the complete list of server APIs: cert-manager.io/v1alpha2: the server could not find the requested resource
The text was updated successfully, but these errors were encountered:
I don't think any of that is necessary anymore, as I see that the README "hello world" was updated recently and I believe we have made the necessary fixes and updates to solve the issue you have above.
Summary
The infrastructure components uses
cert-manager/v1alpha2
API version for Cert Manager, whereascert-manager/v1
should be used instead.The text was updated successfully, but these errors were encountered: