Jakob Möller

Results 200 comments of Jakob Möller

``` if os.Getenv("ENABLE_WEBHOOKS") != "false" { if err = (&batchv1.CronJob{}).SetupWebhookWithManager(mgr); err != nil { setupLog.Error(err, "unable to create webhook", "webhook", "CronJob") os.Exit(1) } } ``` this statement in `main.go` should...

Just saw that there is a previous pull for this in https://github.com/kubernetes-sigs/kubebuilder/pull/2522 that got closed. Also leaving this in draft until we have dedicated v4 scaffolding

I would suggest to even open up this PR normally (to upgrade kubebuilder and its test) and then a follow-up PR for the scaffolding. That would make it a bit...

/test pull-kubebuilder-e2e-k8s-1-19-16

I will pick up the ginkgo v2 scaffolding migration next

Checked both failing tests and they seem to be timeout related, can I just rerun them?

golanci-lint still failing with exit 137 Exit code 137 is triggered when a pod or a container within your Kubernetes environment exceeds the amount of memory that they’re assigned

@everettraven I checked your GH Actions and I think we cannot simply increase the memory limit through a setting as can be observed in https://github.com/golangci/golangci-lint-action#how-to-use, since it is a machine-limitation...