TykTechnologies/tyk-operator

[TT-4528] - install docs update for cert-manager version

rewsmith opened this issue · 0 comments

Just ran into an issue installing cert-manager.
The cainjector pod errors and in the logs I see no matches for kind "MutatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1. I believe this is due to me having updated docker desktop k8s version to 1.22.5, in which version the MutatingWebhookConfiguration API has been removed.

The install docs currently suggest cert-manager v1.0.3, but this wont work for k8s version 1.22.

The installation guide should either state a minimum k8s version and associated cert-manager version, or a note to check the cert-manager docs to find the appropriate version,