enable grpc e2e (#1354)

Signed-off-by: Wei Liu <liuweixa@redhat.com>
This commit is contained in:
Wei Liu
2026-01-27 18:26:32 +08:00
committed by GitHub
parent 68ea574041
commit 8fd640694e
39 changed files with 844 additions and 917 deletions

View File

@@ -187,7 +187,7 @@ func (c *CSRDriver) Process(
shouldHalt := c.haltCSRCreation()
if shouldHalt {
recorder.Eventf(ctx, "ClientCertificateCreationHalted",
"Stop creating csr since there are too many csr created already on hub", controllerName)
"Stop creating CSR for %s since there are too many CSRs created already on the hub.", controllerName)
return nil, &metav1.Condition{
Type: "ClusterCertificateRotated",
Status: metav1.ConditionFalse,