diff --git a/kube/3-kube-core/2-storage/rook-ceph/cluster/ceph-cluster.sops.yaml b/kube/3-kube-core/2-storage/rook-ceph/cluster/ceph-cluster.sops.yaml index a5eb6ffa..1daa183d 100644 --- a/kube/3-kube-core/2-storage/rook-ceph/cluster/ceph-cluster.sops.yaml +++ b/kube/3-kube-core/2-storage/rook-ceph/cluster/ceph-cluster.sops.yaml @@ -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: diff --git a/kube/3-kube-core/2-storage/rook-ceph/operator/helm-release.yaml b/kube/3-kube-core/2-storage/rook-ceph/operator/helm-release.yaml index 77d49b8f..9e9d1a13 100644 --- a/kube/3-kube-core/2-storage/rook-ceph/operator/helm-release.yaml +++ b/kube/3-kube-core/2-storage/rook-ceph/operator/helm-release.yaml @@ -23,6 +23,8 @@ spec: name: rook-ceph-charts namespace: flux-system values: + enableCSIHostNetwork: true + useOperatorHostNetwork: true pspEnable: false crds: enabled: false