Closed m-messiah closed 2 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: christopherhein, m-messiah
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What this PR does / why we need it:
virtual cluster tests were disabled in https://github.com/kubernetes-sigs/cluster-api-provider-nested/pull/267 and we had no CI tests since that. The PR enables them back.
The envtest is failing to start when
--race
flag is set, so I removed it.Also, SHA1 is proved to be weak and golang tls prevented these certificate from being used https://github.com/golang/go/issues/41682. The PR regenerates test certificates with sha256
Also fix ginkgo warning: