Parth Arora

Results 278 comments of Parth Arora

> @parth-gr Please post the link you viewed the docs on sure i saw the latest, https://rook.io/docs/rook/latest/CRDs/ceph-cluster-crd/#commands-on-the-k8s-consumer-cluster

> @parth-gr The numbered list continuation does not seem be fixable for mkdocs/python-markdown. I have changed the wording there to not need to rely on a numbered list. What do...

@arcreigh I tried deleting mgr pod there is no change in the service, And are you trying to access the cluster externally like this https://www.rook.io/docs/rook/v1.9/Storage-Configuration/Monitoring/ceph-dashboard/#node-port? Can you please share logs...

> Was there anything else you needed from me? Thanks for the details I missed your message, will look into this on Monday and try to reproduce it.

Which pod `pod gets recreated` are you talking about, Can you do me a favour of reapplying the settings in cluster.yaml to `ssl:true` and removing the already existing service that...

@arcreigh can you try deleting the dashboard service and restarting the mgr pod?

For me, I can't reproduce it, I tried deleting the mgr pod but the mgr-dashboard service didn't changed, Any specific steps so this can be reproduced? Till then I think...

@vbnrh Yes the FSID is the cephFSID, There already a `rook-ceph-mon` secret created which contains the cephFSID so you can make use of it, ``` "name": "rook-ceph-mon", "kind": "Secret", "data":...

Like the way of mentioning a note has been changed, ```**note** ```,` > note` to `!!! note` So some places are missed to be updated, like https://github.com/rook/rook/blame/master/design/ceph/interacting-with-rook-resources.md#L43, https://github.com/rook/rook/blame/master/design/ceph/ceph-config-updates.md#L138 , etc