adamant-kite-43734
07/14/2023, 11:45 AMprehistoric-gpu-28362
07/14/2023, 12:05 PMkubectl get --raw /apis/cert-manager.io
{"kind":"APIGroup","apiVersion":"v1","name":"<http://cert-manager.io|cert-manager.io>","versions":[{"groupVersion":"<http://cert-manager.io/v1|cert-manager.io/v1>","version":"v1"}],"preferredVersion":{"groupVersion":"<http://cert-manager.io/v1|cert-manager.io/v1>","version":"v1"}}
same as the api-versions
but added for completenessprehistoric-gpu-28362
07/14/2023, 1:04 PMhelm template
to render it. The chart just creates a secret with this:
data:
caps: {{ .Capabilities.APIVersions }}
and cert-manager is missing from there so clearly not a Rancher issueprehistoric-gpu-28362
07/14/2023, 2:02 PMinstall
instead and using that I see:
<http://cert-manager.io/v1|cert-manager.io/v1>
prehistoric-gpu-28362
07/19/2023, 10:43 AM