Alexander Knipping

Results 13 comments of Alexander Knipping

This seems to be the case because NewV4() does only return the UUID and [no error](https://github.com/satori/go.uuid/blob/master/generator.go#L69). It should be an easy fix, I can submit a PR if wanted?

You can specify the allowed return codes on the ALB, as a workaround just set them to `0-99` and leave the health check path as default.

@hiddeco any opinions on this PR? This could really help us since there are a lot of completed jobs in our clusters. It would make it much easier to adjust...

Running into the same problem here. Now my `TZCronJobs` won't start at all, at least not during my specified time. I haven't been able to debug the tzdb inside the...

@maksimu Your errors _should_ be unrelated. Your service account seems to be missing the correct `ClusterRole` permissions. ``` apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRole metadata: name: cronjobber rules: - apiGroups: ['cronjobber.hidde.co'] resources:...

@hiddeco do you find time to fix this? Otherwise I can draft a PR.

Works again with `0.3.0`, thank you! 🙏

I'll take a look at it!

Hey, any background on why it's being deprecated?

Hi, is there any update to the process? I've just found your project while trying to find resources on how to build a flask API with swagger support. I have...