Tim Ramlot

Results 302 comments of Tim Ramlot

> Could you split this into two commits, one with actual changes to code and the other with the `go fmt` changes? 😄 go1.19 fmt was done in #5364

@rgl I agree that this could be a useful change; feel free to create a PR to implement this.

@wallrj I agree that this might be a bit too complicated, maybe we should not bother trying to use this K8s script and instead just use the git version `git...

I fixed these issues in #5376

Hi @rittneje, Can you please give some more information on what tweaks you are making to the yaml files? Are you using any tools for that, eg. kustomize? Cert-manager supports...

The following commands should generate the requested static yaml manifest: ```bash $ helm repo add jetstack https://charts.jetstack.io $ helm repo update $ helm template \ cert-manager jetstack/cert-manager \ --namespace cert-manager...

> > Agree to make install proceed even if CRDs exist? > > To me this makes sense 👍🏼 > > (cc-ing @inteon as he wrote the original install command...

@irbekrm During the GSoC project, I also pondered on some of the edge cases for these install/ uninstall tools. For example, what if the CRDs are outdated, do we still...

Please try `sudo helm repo add jetstack https://charts.jetstack.io --force-update` to reconfigure the Helm repo for the root user (thank you @aidy for the help). Feel free to re-open this issue...