- Now have an additional label named `objectstore` with the name of the Object Store, to allow better selection for Services.
- Use `Readiness` and `Liveness` probes.
- Updated automatically on Object Store CRD changes.
- A
CephNFSCRD will start NFS daemon(s) for exporting CephFS volumes or RGW buckets. See the NFS documentation. - Selinux labeling for mounts can now be toggled with the ROOK_ENABLE_SELINUX_RELABELING environment variable.
- Recursive chown for mounts can now be toggled with the ROOK_ENABLE_FSGROUP environment variable.
- Added the dashboard
portconfiguration setting. - Added the dashboard
sslconfiguration setting. - Added Ceph CSI driver deployments on Kubernetes 1.13 and above.
- Rook no longer supports Kubernetes
1.8and1.9. - Rook no longer supports running more than one monitor on the same node when
hostNetworkandallowMultiplePerNodearetrue. - Rook Operator switches from Extensions v1beta1 to use Apps v1 API for DaemonSet and Deployment.
- Rook will no longer create a directory-based osd in the
dataDirHostPathif no directories or devices are specified or if there are no disks on the host. - Containers in
mon,mgr,mds, andrgwpods have been removed and/or changed names. - Config paths in
mon,mgr,mdsandrgwcontainers are now always under/etc/cephor/var/lib/cephand as close to Ceph's default path as possible regardless of thedataDirHostPathsetting.