Add toubleshooting for cert-manager ca error (#1598)

I encountered this once while E2E testing ARC with K8s 1.22 and cert-manager 1.1.1. The K8s version is too high / The cert-manager is too low so you generally need to fix either. In a standard scenario, it should be more feasible and meaningful to upgrade cert-manager to a recent enough version that supports the new Kubernetes version.
This commit is contained in:
Yusuke Kuoka
2022-07-07 11:27:49 +09:00
committed by GitHub
parent 2a475f25c7
commit 9f6f962fc7
2 changed files with 33 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ var (
},
}
certManagerVersion = "v1.1.1"
certManagerVersion = "v1.8.2"
images = []testing.ContainerImage{
testing.Img("docker", "dind"),