Travis Nielsen

Results 567 comments of Travis Nielsen

@bberst The `clusterIP` of a K8s service is expected to be immutable and we rely on this in several places in Rook. For example, if you try to modify the...

> @travisn Maybe this is related to rook? @nirs So you are waiting for the condition "Ready", and the `kubectl wait` command is timing out even though the condition is...

Perhaps the command could be: ``` kubectl rook-ceph admin ``` The plugin could lookup which pod to connect to based on the daemon name, such as `mon.a` or `osd.0`

Will this already work with `kubectl rook-ceph ceph --admin-daemon ...`?

Oh right, the `kubectl rook-ceph ceph` commands would run in the operator pod, but the admin-daemon commands need to run in a specific daemon pod.

> @travisn Although lvm mode OSD resize is supported now in host-based cluster, it's not supported yet in PVC-based cluster. I'll submit a PR soon. Ok thanks, I see it's...

See https://github.com/rook/rook/pull/10190#issuecomment-1347255864

Since this issue was opened, there have been several related fixes: - The bucket health check was removed with #11124 - Insecure checks have been added with PRs such as...

Great to hear, since it's working I'll close this for now.