Kubernetes cert-manager 证书生成错误

Kubernetes cert-manager certificate generating error

Events:
  Type     Reason        Age   From          Message
  ----     ------        ----  ----          -------
  Normal   Generated     30s   cert-manager  Generated new private key
  Normal   OrderCreated  30s   cert-manager  Created Order resource "letsencrypt-prod-2527702610"
  Warning  FailedOrder   27s   cert-manager  Order "letsencrypt-prod-2527702610" failed. Waiting 1h0m0s before retrying issuance.

我正在尝试更改集群颁发者中的电子邮件我已经在 K8s 集群中使用此证书管理器生成了一个。

Nginx ingress controller 和 cert-manager 都在集群上 运行 那么为什么我会收到这个错误。

Yesterday i tried for staging certificate and it's work but production it is not working

当我使用 helm 快速删除然后安装我的应用程序时,我遇到了类似的问题。您可能 运行 进入以下速率限制:

We also have a Duplicate Certificate limit of 5 certificates per week. A certificate is considered a duplicate of an earlier certificate if they contain the exact same set of hostnames, ignoring capitalization and ordering of hostnames. For instance, if you requested a certificate for the names [www.example.com, example.com], you could request four more certificates for [www.example.com, example.com] during the week. If you changed the set of names by adding [blog.example.com], you would be able to request additional certificates.

Source