v1.11.0
See #5118 for more details.
In projects, after installing setup-envtest
binary, the path to KUBEBUILDER_ASSETS
needs to be exported. In Makefile
, add the following:
In go/v3
, ansible/v1
, helm/v1
projects, specify the containerPort
protocol in the following files: - config/default/manager_auth_proxy_patch.yaml
- config/rbac/auth_proxy_service.yaml
Additionally, in projects, add the containerPort
protocol to config/webhook/service.yaml
:
In go/v3
, ansible/v1
, helm/v1
projects, increase the cpu
and memory
resource limits to 200m
and 100Mi
respectively in config/manager/manager.yaml
.
See for more details.