Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubectl One-line Installation Support #197

Open
lunarwhite opened this issue Sep 4, 2024 · 1 comment
Open

Kubectl One-line Installation Support #197

lunarwhite opened this issue Sep 4, 2024 · 1 comment

Comments

@lunarwhite
Copy link

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.

@inteon
Copy link
Member

inteon commented Oct 22, 2024

We currently don't publish a static manifest for one-line installs.
I think helm template could be a very useful middle ground here.
The README.md should be updated to reflect this change (see https://github.com/cert-manager/openshift-routes/blob/main/README.md?plain=1#L73 as example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants