Gert van den Berg

Results 75 comments of Gert van den Berg

> 2.6.6 seems more responsive in general, I haven't seen any of the 11 minute responses with it yet... (It is possible that they take longer than the first day...

Kubernetes works fine, there is no need to use docker-compose or docker...

@Fgruntjes What works for me (running on Kubernetes): * Scale down Redis (mine is using emptyDir stoage) and chartmuseum to 0. * Delete the index-cache.yaml * Scale chartmuseum and redis...

> versions of charts. The main issue I had - charts deleted from the UI (and likely API) still listed there seem gone when using Chartmuseum >= 0.13.1. (Deleting them...

PSPs are going away... https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/

[This tool](https://dlaa.me/Insomnia/) will keep the PC awake while it is running and the source code has examples on [how to prevent sleep](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate).

> this is now available with addon configuration support - you can now pass the corefile to CoreDNS That does mean that changes in the default config needs to be...

I'm [attempting to see](https://bugzilla.redhat.com/show_bug.cgi?id=2166562) if we can convince CentOS to update the images more regularly...

> Except for the CVEs in `usr/local/bin/cephcsi`, you'll need to report them to the Ceph team that builds the base container-image. It is possible update the packages from the Dockerfile......

> > It is possible update the packages from the Dockerfile... Updating it in the base image is better and smaller, but that works.... > > @mohag we do that...