cert-manager/cmd
Maël Valais e5436df521 gateway-shim: don't crash cert-manager if the Gateway CRD isn't there
The Gateway CRD has to be installed, meaning that the CRDs may be
installed after cert-manager. We don't want cert-manager to crash in
that case; instead, we let the user know that cert-manager will keep
retrying looking for the CRDs with this message on startup:

  controller.go:181] cert-manager/controller/build-context "msg"="the
  Gateway API CRDs do not seem to be present, cert-manager will keep
  retrying watching for them"

The user then sees the following message printed (using an exponential
back-off):

  reflector.go:167: Failed to watch *v1alpha1.Gateway: failed to list
  *v1alpha1.Gateway: the server could not find the requested resource
  (get gateways.networking.x-k8s.io)

Signed-off-by: Maël Valais <mael@vls.dev>
2021-07-15 20:35:47 +02:00
..
acmesolver Removes unused Bazel deps 2021-06-01 08:49:30 +01:00
cainjector Removes unused Bazel deps 2021-06-01 08:49:30 +01:00
controller gateway-shim: don't crash cert-manager if the Gateway CRD isn't there 2021-07-15 20:35:47 +02:00
ctl remove unused function 2021-07-03 00:31:48 +02:00
webhook Removes unused Bazel deps 2021-06-01 08:49:30 +01:00