-
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.
Merge pull request rook#13932 from Nordix/restucture-external-moshiur
external: Restructure external cluster examples manifests
- Loading branch information
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.