Chris Boot

Results 51 comments of Chris Boot

There's a `housekeeping.affinity` setting that does what you want I think?

CronJob doesn't need to support it, it's not its job. All a CronJob does is create [Jobs](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/job-v1/) from the `jobTemplate` based on the `schedule`. Similarly, Jobs don't do much more...

Oh d'oh. Yes please, a PR would be really handy, thanks.

PR #89 is a good start at a documentation update to "fix" this issue.

This is a limitation of [netbox-docker](https://github.com/netbox-community/netbox-docker), which now uses [NGINX Unit](https://github.com/nginx/unit). It looks like support for this is simply missing from NGINX Unit: https://github.com/nginx/unit/issues/132. Sorry.

This needs to be fixed in [netbox-docker](https://github.com/netbox-community/netbox-docker), not in this chart, so you'd need to ask there. As of the `quay.io/netboxcommunity/netbox:v3.0.2` image this includes Unit 1.23. It looks like the...

I've created an issue (in netbox-docker) to update the NetBox Docker image with Alpine 3.15 (released earlier this week) which contains Unit 1.26: https://github.com/netbox-community/netbox-docker/issues/654

NetBox 3.2.1 still appears to use Alpine 3.14, so this still isn't fixed.

We're almost there! The NetBox 3.2.6 container is now built from [netbox-community/[email protected]](https://github.com/netbox-community/netbox-docker/releases/tag/2.0.0) and includes NGINX Unit 1.27.0. In theory you should be able to pass a modified version of [`/etc/unit/nginx-unit.json`](https://github.com/netbox-community/netbox-docker/blob/release/docker/nginx-unit.json)...

I've been pondering this myself as well. I'm not so sure about the ConfigMap for this, it feels kind of wrong for scripts, but I don't have an immediate better...