R. P. Taylor

Results 91 comments of R. P. Taylor

I think there are two separate functions at play here: 1. **Resource reservation** configured by `KubeReserved` and `SystemReserved`. This is like a k8s resource request. It is very important for...

I have tried https://github.com/kubernetes-sigs/kubespray/pull/11367 to fix this.

Looks like upgrading a cluster to 2.20 fails due to the calico block size change: https://github.com/kubernetes-sigs/kubespray/pull/9055#issuecomment-1876155710

Looks like there was a duplicate issue, this was covered by https://github.com/kubernetes-sigs/kubespray/pull/9212 to run CI with Rocky 9 which should provide coverage for supporting other EL9 OSes as well.

Looks like this is complete and should be closed now. https://docs.ansible.com/ansible/latest/collections/community/general/nmcli_module.html#parameter-xmit_hash_policy

I found more documentation [here](https://ara.readthedocs.io/en/latest/api-security.html#enabling-authentication-for-read-or-write-access) that clarifies "you can enable authentication against the API for read (ex: GET) and write (ex: DELETE, POST, PATCH) requests." Those three types of operations...

> Handling authentication in django has non-negligible performance drawbacks and using a reverse proxy gives you the flexibility of handling different endpoints (or HTTP methods) according to your needs. Yes,...

This looks like it could be the same as https://github.com/xbmc/inputstream.adaptive/issues/1394 so it may also be fixed by https://github.com/xbmc/inputstream.adaptive/pull/1464

Hi @GodloveD , The host system is an unprivileged k8s pod, running a CentOS7 image. I don't know of any way for an unprivileged process to add user accounts or...