40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
#################################################################################################################
|
|
# Define the settings for the rook-ceph-external cluster with common settings for a production cluster.
|
|
|
|
# For example, if Rook is not managing any existing cluster in the 'rook-ceph' namespace do:
|
|
# kubectl create -f crds.yaml -f common.yaml -f operator.yaml
|
|
# kubectl create -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 cluster-external.yaml
|
|
#################################################################################################################
|
|
apiVersion: ceph.rook.io/v1
|
|
kind: CephCluster
|
|
metadata:
|
|
name: rook-ceph-external
|
|
namespace: rook-ceph-external # namespace:cluster
|
|
spec:
|
|
external:
|
|
enable: true
|
|
crashCollector:
|
|
disable: true
|
|
network:
|
|
connections:
|
|
encryption:
|
|
enabled: false
|
|
compression:
|
|
enabled: false
|
|
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
|
|
# rulesNamespace: rook-ceph
|
|
# externalMgrEndpoints:
|
|
#- ip: ip
|
|
# externalMgrPrometheusPort: 9283
|