-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
external: restructure external cluster examples manifests
This PR will add separate directory to handle the external manifest. Here external manifests will have same namespace (rook-ceph) for external cluster. Signed-off-by: smoshiur1237 <[email protected]>
- Loading branch information
1 parent
4b9ada6
commit dab17f7
Showing
13 changed files
with
169 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
################################################################################################################# | ||
# If Rook is not managing any existing cluster in the 'rook-ceph' namespace do: | ||
# kubectl create -f ../../examples/crds.yaml -f ../../examples/common.yaml -f ../../examples/operator.yaml | ||
# kubectl create -f common-external.yaml -f cluster-external.yaml | ||
# | ||
# If there is already a cluster managed by Rook in 'rook-ceph' then do: | ||
# kubectl create -f common-external.yaml | ||
# kubectl create -f common-external.yaml | ||
################################################################################################################# | ||
apiVersion: ceph.rook.io/v1 | ||
kind: CephCluster | ||
metadata: | ||
name: rook-ceph-external | ||
namespace: rook-ceph # namespace:cluster | ||
spec: | ||
external: | ||
enable: true | ||
crashCollector: | ||
disable: true | ||
healthCheck: | ||
daemonHealth: | ||
mon: | ||
disabled: false | ||
interval: 45s | ||
# optionally, the ceph-mgr IP address can be passed to gather metric from the prometheus exporter | ||
# monitoring: | ||
# enabled: true | ||
# externalMgrEndpoints: | ||
# - ip: ip | ||
# externalMgrPrometheusPort: 9283 |
Oops, something went wrong.