b2dc921b05
This is a scaled back version of: https://review.opendev.org/c/airship/treasuremap/+/792837 This PS basically uses kustomize patches to modify the upstream yamls to create the base resources. Currently we manually edit the upstream yamls. The yamls produced by "kubectl kustomize ." are as before. Kpt can be used for syncing to upstream once this issue is resolved: https://github.com/GoogleContainerTools/kpt/issues/517 Change-Id: Idd7a3f4a61a9dae9ec82dd0a604eb371bdbb4ab4
13 lines
416 B
YAML
13 lines
416 B
YAML
apiVersion: ceph.rook.io/v1
|
|
kind: CephFilesystem
|
|
metadata:
|
|
name: cephfs
|
|
namespace: rook-ceph # namespace:cluster
|
|
spec:
|
|
metadataServer:
|
|
# The number of active MDS instances
|
|
activeCount: 1
|
|
# Whether each active MDS instance will have an active standby with a warm metadata cache for faster failover.
|
|
# If false, standbys will be available, but will not have a warm cache.
|
|
activeStandby: true
|