++notes
This commit is contained in:
parent
81a96547b3
commit
674a86111b
1 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue