Maël Valais

Results 234 comments of Maël Valais

Can someone else help with review the Go implementation?

Are we looking good for v1.3? 😇 @jakexks

If that's OK I will postpone this issue to v1.4 (planned for Friday 11 June 2021). The v1.3 is now frozen. /milestone v1.4

I propose that we postpone the registry mirroring to v1.5, after we are done with the [release automation effort](https://docs.google.com/document/d/1FlSR4Rtd7WUoBvwZiUacxnuZtht_AS3wMq5NtEX8YS4/edit#). cc @jakexks /milestone Next

I've tried it, I had to rename the binary after running `go install` since the go.mod module name ends with `cmctl`: ```bash go install . && mv $(go env GOPATH)/bin/{cmctl,kubectl-cert_manager}...

Due to a bug in Helm that will probably never get fixed, the `v` prefix in the Helm chart versions breaks Helm's "latest version" discovery functionality: https://github.com/helm/helm/issues/11107 For example, it...

Hey, thanks for sharing! I agree that the approach we went with in 1.15, which is to advise people to add to use `--set extraArgs={...,--enable-gateway-api}`, is far from ideal. Nit:...

Hey, during this morning's open standup I've learned that there is already a (somewhat hidden) way of doing exactly that with cert-manager 1.15: ```bash helm upgrade -i ... \ --set...

In 1.16 and above, you no longer have to pass `--set config.apiVersion` and `--set config.kind` (ref: https://github.com/cert-manager/cert-manager/pull/7126). To enable Gateway API in 1.16, you can run: ```bash make helm-chart helm...