From 25d89d2b681fd1d5a36d3a2a1e9e5681c4b8d584 Mon Sep 17 00:00:00 2001 From: Bin Wang Date: Sun, 15 Oct 2023 22:54:11 -0400 Subject: [PATCH] doc: fix document about viewing dashboard outside of cluster https://github.com/rook/rook/pull/11845 added dynamic label `mgr_role`. The example yaml files are updated but this doc is missed. I think it would be better to refer to `deploy/examples` but I find all other places are not doing that. So keep it inlined to be consistent. Signed-off-by: Bin Wang --- Documentation/Storage-Configuration/Monitoring/ceph-dashboard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Storage-Configuration/Monitoring/ceph-dashboard.md b/Documentation/Storage-Configuration/Monitoring/ceph-dashboard.md index a2053a19f53b..684a0bf009ca 100755 --- a/Documentation/Storage-Configuration/Monitoring/ceph-dashboard.md +++ b/Documentation/Storage-Configuration/Monitoring/ceph-dashboard.md @@ -133,6 +133,7 @@ spec: selector: app: rook-ceph-mgr rook_cluster: rook-ceph + mgr_role: active sessionAffinity: None type: NodePort ```