diff --git a/content/u/blog/2022-08-27-migrating-ceph-nautilus-into-kubernetes-with-rook/contents.lr b/content/u/blog/2022-08-27-migrating-ceph-nautilus-into-kubernetes-with-rook/contents.lr index 80bf608..5296198 100644 --- a/content/u/blog/2022-08-27-migrating-ceph-nautilus-into-kubernetes-with-rook/contents.lr +++ b/content/u/blog/2022-08-27-migrating-ceph-nautilus-into-kubernetes-with-rook/contents.lr @@ -1196,6 +1196,32 @@ requested resource rook-ceph/00-rook-ceph-operator. Make sure the ``` +Same issue on rook 1.8.10: + +``` + kind: PodSecurityPolicy + message: >- + The Kubernetes API could not find policy/PodSecurityPolicy for + requested resource rook-ceph/00-rook-privileged. Make sure the + "PodSecurityPolicy" CRD is installed on the destination cluster. + name: 00-rook-privileged + namespace: rook-ceph + status: SyncFailed + syncPhase: Sync + version: v1beta1 + revision: v1.8.10 + source: +``` + +* rook 1.9.12 deploys in kubernetes 1.26.1 + +``` +2023-05-18 11:44:36.169248 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". failed to reconcile cluster "rook-ceph": failed to configure local ceph cluster: failed the ceph version check: the version does not meet the minimum version "15.2.0-0 octopus" +``` + +* requires 15.2.0 octopus as a minimum + + ### 2022-09-10 * Added missing monitor description