fix(ceph): IPv6

This commit is contained in:
JJGadgets
2023-01-28 12:09:45 +08:00
parent a25bc0d278
commit f44f9c3485
2 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ spec:
network:
provider: host
ipFamily: "IPv6"
dualStack: true
dualStack: false
crashCollector:
disable: true
healthCheck:

View File

@@ -5,6 +5,9 @@ metadata:
name: rook-ceph
namespace: rook-ceph
spec:
ipFamilyPolicy: SingleStack
ipFamilies:
- IPv6
interval: 5m
install:
disableWait: true