fix(ceph): IPv6

This commit is contained in:
JJGadgets
2023-01-28 11:54:00 +08:00
parent 3811670293
commit a25bc0d278
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ spec:
dataDirHostPath: /var/lib/rook
cephVersion:
image: quay.io/ceph/ceph:v17.2.5
network:
provider: host
ipFamily: "IPv6"
dualStack: true
crashCollector:
disable: true
healthCheck:

View File

@@ -23,6 +23,8 @@ spec:
name: rook-ceph-charts
namespace: flux-system
values:
enableCSIHostNetwork: true
useOperatorHostNetwork: true
pspEnable: false
crds:
enabled: false