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
The generated certificate for external access to the cluster is not trusted.
This may be due to failure reported by provisioners:
module.openshift_install.null_resource.ocp_approve_pending_csrs (remote-exec): error: one or more CSRs must be specified as <name> or -f <filename>
module.openshift_install.null_resource.ocp_approve_pending_csrs (remote-exec): W0225 10:50:20.232961 29397 warnings.go:67] certificates.k8s.io/v1beta1 CertificateSigningRequest is deprecated in v1.19+, unavailable in v1.22+; use certificates.k8s.io/v1 CertificateSigningRequest
module.openshift_install.null_resource.ocp_approve_pending_csrs (remote-exec): error: one or more CSRs must be specified as <name> or -f <filename>
These provisioner errors do not reappear on subsequent provisions, but the certificate is invalid (bad issuer?):
I think this may be related to assets/letsencrypt/1_configure_ingresscerts.sh not being called (and requiring Cloudflare credentials). The older CSR records may be a problem too.
To keep this simple, we may need to enable LetsEncrypt (by default) using an HTTP prover instead of DNS.
The generated certificate for external access to the cluster is not trusted.
This may be due to failure reported by provisioners:
These provisioner errors do not reappear on subsequent provisions, but the certificate is invalid (bad issuer?):
I think this may be related to
assets/letsencrypt/1_configure_ingresscerts.sh
not being called (and requiring Cloudflare credentials). The older CSR records may be a problem too.To keep this simple, we may need to enable LetsEncrypt (by default) using an HTTP prover instead of DNS.
Originally posted by @displague in #2 (comment)
The text was updated successfully, but these errors were encountered: