-
Notifications
You must be signed in to change notification settings - Fork 791
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
Issuer name annotation is not set and a default issuer has not been configured #6107
Comments
The workarounds listed here seems relevant #5310 (comment) |
I ended up working around the issue by running One relevant quirk I noticed about this worked is the use of the url template. Background: Although the cluster was originally configured with a pattern that follows |
I noticed that |
Yeah I've seen the same behavior. |
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@jenkins-x-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. |
Summary
Production and stage have both been configured to use tls but certificates are self signed
Steps to reproduce the behavior
Configure cluster with jx boot and configure tls for production and staging:
jx-requirements:
Expected behavior
certs to be issued from letsencrypt
Actual behavior
Self signed kubernetes certs are being issued
Jx version
The output of
jx version
is:Jenkins type
Kubernetes cluster
jx create cluster gke --skip-installation -n clustername --region=us-west1 --max-num-nodes=9 --min-num-nodes=1
Operating system / Environment
Other Info
I can see the following messages in the cert-manager logs:
The content of
environment-clustername-production/env/values.yaml
is:The text was updated successfully, but these errors were encountered: