For questions about the open source cert-manager project for Kubernetes, a CNCF project.
Questions tagged [cert-manager]
387 questions
0
votes
0 answers
I have problems with Kubernetes Cert-manager
I'm trying to deploy a website with Kubernetes. While deploying I get this error:
[exec kubectl]: Error from server (Forbidden): error when retrieving current configuration of:
Resource: "certmanager.k8s.io/v1alpha1, Resource=certificates",…

user9468014
- 479
- 2
- 6
- 20
0
votes
1 answer
How can I issue a certificate after I've moved to a new cluster?
I setup up a prototype cluster in Azure Kubernetes Service to test the ability to configure HTTPS ingress with cert-manager. I was able to make everything work, now I'm ready to setup my production environment.
The problem is I used the sub domain…

Ian
- 48
- 1
- 8
0
votes
1 answer
I can't access https urls served on google cloud kubernetes
All,
I followed this tutorial: https://github.com/ahmetb/gke-letsencrypt.
I have an ingress setup for kubernetes in Google Cloud, I have a static IP address and the secrets are created.
This is my ingress config:
apiVersion:…

Vandeperre Maarten
- 556
- 1
- 8
- 21
0
votes
1 answer
Docker registry in kubernetes with cert-manager
I'm using cert-manager for SSL management with configuration on ingress level. For example this config for .com (skipping metadata and other not-related config parts):
kind: Certificate
spec:
secretName: myhost-tls
issuerRef:
name:…

Kirill
- 7,580
- 6
- 44
- 95
0
votes
2 answers
Trouble setting up cert-manager without helm or rbac on gke
I believe I have followed this guide:
https://medium.com/@hobochild/installing-cert-manager-on-a-gcloud-k8s-cluster-d379223f43ff
which, has me install the without-rbac version of cert-manager from this…

kahsm
- 67
- 7
0
votes
1 answer
Cert-Manager doesnt create https route
Given:
I want to run a web application with letsencrypt certs via cert manager
Problem
I can access the site with http but https doesnt work even I can see that cert-manager created a certificate which is also saved as a secret.
What I did
1.) I…

Boas Enkler
- 12,264
- 16
- 69
- 143
0
votes
2 answers
Is it possible to use a wildcard certificate generated via cert-manager (Lets Encrypt) in multiple K8S clusters
I would be using different subdomains for different services, but those services would reside in different K8S clusters. I would like to know if I can just copy the wildcard certificate across the clusters. Also, if there is a similar example…

Shibu
- 105
- 1
- 6
-1
votes
0 answers
cert-manager issuer unable to connect to vault
Specifications
kubernetes version: 1.24.9
Cert-Manager Version: 1.7.2
vault version: 0.23.0
ERROR
* permission denied
cert-manager/clusterissuers "msg"="error setting up issuer" "error"="error reading Kubernetes service account token from…

jobin george
- 179
- 1
- 8
-1
votes
1 answer
Cert-Manager Challenge pending, no error in MIC (Azure DNS)
I can't get TLS to work. The CertficateRequest gets created, the Order too and also the Challenge. However, the Challenge is stuck in pending.
Name: test-tls-secret-8qshd-3608253913-1269058669
Namespace: test
Labels: …

kevin-schmid
- 21
- 5
-1
votes
1 answer
Certificate manifest file for k8s using cert-manager
Can any one give me a sample minimalistic manifest files for kind: certificate in K8s using cert-manager. OR suggest me a effective way to use the certificate. May a lead to good documentation would be appreciated
PS: the example in the cert-manager…

Samir Parhi
- 41
- 6
-1
votes
1 answer
Cert-Manager is not issuing any certificates Google Cloud Kubernetes
I am struggling to get cert-manager to issue certificates from let's encrypt which I can use with my ingress in Google Cloud Kubernetes.
I have a cluster running with a deployment, service and ingress in the default namespace. I also registered a…

needRhelp
- 2,948
- 2
- 24
- 48
-1
votes
1 answer
Cert-managed with wilcard and Cloudflare DNS, stuck at 'OrderCreated'
I'm trying to get cert-manager and letsencrypt working for a wildcard domain. I've pointed the wildcard A host to the load balancer IP (GKE). Here is the secret and issuer:
apiVersion: v1
kind: Secret
metadata:
name: cloudflare-api-key
…

Gijo Varghese
- 11,264
- 22
- 73
- 122