cert-manager / google-cas-issuer

cert-manager issuer for Google CA Service
Apache License 2.0
77 stars 30 forks source link

Kubectl One-line Installation Support #197

Open lunarwhite opened 1 month ago

lunarwhite commented 1 month ago

Hello community.

From the README, it is saying:

Or alternatively, assuming that you have installed cert-manager in the cert-manager namespace, you can use a single kubectl command to install Google CAS Issuer. Visit the GitHub releases, select the latest release and copy the command, e.g.

kubectl apply -f https://github.com/jetstack/google-cas-issuer/releases/download/v0.6.1/google-cas-issuer-v0.6.1.yaml

It's really a straightforward and useful option for users who don't have Helm installed. However, starting from v0.9.0, it appears that the single YAML manifest for One-line Installation is no longer included with the release.

I'm wondering if the kubectl One-line Install method is still supported, or if there's any workaround available.