Chris Boot

Results 51 comments of Chris Boot

> The notion of FIPS mode (related to locking down the system) will cause problems for the pppd project. If OpenSSL is in FIPS mode, using any of the illegal...

I'd like to see something like this too, though ideally being able to configure the excluded paths using the `.kube-linter.yaml` configuration file. In my particular case I have a directory...

I'd like to see this too. In my case I run kube-linter across a directory that [Flux](https://fluxcd.io/) applies to my cluster, and some of the subdirectories contain Kustomiziations. It would...

There's currently no URI in NetBox that's really suitable for use with a liveness probe. It looks like https://github.com/netbox-community/netbox/issues/8831 might help with something like that, however. Learnk8s.io's [Kubernetes production best...

It sounds like it might be handy to have a `doc` directory which contains more in-depth documentation and/or examples like these. Would you be happy to submit a PR to...

I think with the change to NGINX Unit this requires changing/overriding the [`nginx-unit.json`](https://github.com/netbox-community/netbox-docker/blob/release/docker/nginx-unit.json) file. You would need to change the path on [line 11](https://github.com/netbox-community/netbox-docker/blob/676ca798cd684ce30fca2692180e680d2becf76e/docker/nginx-unit.json#L11) to incorporate your desired static path....

Nice workaround @besteban1989, thanks for documenting it here!

I'd rather keep workarounds like this out of the chart to be honest. I'd be happy to have a note in the README saying how to deal with this particular...

Thanks for this, I think having a note about this makes sense, though I'd like it to include more about the various other ways around the issue. - Users may...

We could probably remove some of the volume mounts from the housekeeping job, though I can see how it might be needed in future. I wouldn't want to second guess...