v1.17.0
- Update the go.mod file with:
- Run
go mod tidy
Now, let’s update the Makefile targets accordingly:
- Replace
sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0
withsigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0
- Run
make manifests
andmake generate
to ensure that you will update your manifests with the new versions - You might want to run
make all
to ensure that all updates were done accordinly and succeffully
Update the file config/default/manager_auth_proxy_patch.yaml
by replacing "--v=10"
with
Update the file config/default/manager_auth_proxy_patch.yaml
by adding:
...
resources:
cpu: 500m
memory: 128Mi
requests:
memory: 64Mi