You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write this issue after spending my work day on getting it to work, I am running a gke 1.22 cluster with the combo of external-dns, cert-manager, traefik, cilium, kube-prom-stack, and now want to expose grafana using this feature. (it's currently exposed but via http).
installed the issuer via the kubectl command (helm install method didn't work)
resource"helm_release""cm-gci" {
count=0# it is 0 because it doesn't work so disabledname="cert-manager-google-cas-issuer"namespace=kubernetes_namespace.cm-ns.metadata.0.namechart="cert-manager-google-cas-issuer"repository="https://charts.jetstack.io"version="v0.6.0"# tried also without the vdepends_on=[
helm_release.cm,
google_privateca_ca_pool.certs-pool,
google_privateca_certificate_authority.certs-roots
]
}
I downloaded the yaml from the release section, changed resources limit from 20Mi to 90Mi
k apply -f google-cas-issuer-v0.5.3.yaml -n cert-manager
I write this issue after spending my work day on getting it to work, I am running a gke 1.22 cluster with the combo of external-dns, cert-manager, traefik, cilium, kube-prom-stack, and now want to expose grafana using this feature. (it's currently exposed but via http).
Configurations:
I downloaded the yaml from the release section, changed resources limit from 20Mi to 90Mi
clusterissuer deployed successfully
what am I missing here? can someone that managed to get it to work share his configurations?
The text was updated successfully, but these errors were encountered: