Steve Jones
Steve Jones
I'm running into this problem. The weird part is that denying root connections appears to be part of the bootstrap script sent by JClouds. i.e. this bit (from my logs):...
So, new issue. I tried adding this to my init script: ``` bash mv /etc/ssh/sshd_config /etc/ssh/sshd_config.bak grep -v 'PermitRootLogin no' /etc/ssh/sshd_config.bak > /etc/ssh/sshd_config reload ssh ``` But the log output...
status.availableReplicas is feature gated as documented here https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/stateful-set-v1/#StatefulSetStatus Hence it is not guaranteed to be available on StatefulSet/status objects. Also it appears to be the only field the client insists...