- Existing clusters that are running previous versions of Rook will need to be upgraded/migrated to be compatible with the
v0.8
operator and to begin using the newrook.io/v1alpha2
andceph.rook.io/v1alpha1
CRD types. Please follow the instructions in the upgrade user guide to successfully migrate your existing Rook cluster to the new release, as it has been updated with specific steps to help you upgrade tov0.8
.
- Rook is now architected to be a general cloud-native storage orchestrator, and can now support multiple types of storage and providers beyond Ceph. More storage providers such as CockroachDB and Minio will be available in master builds soon.
- Ceph tools can be run from any rook pod.
- Output from stderr will be included in error messages returned from the
exec
of external tools - Rook-Operator no longer creates the resources CRD's or TPR's at the runtime. Instead, those resources are provisioned during deployment via
helm
orkubectl
. - The 'rook' image is now based on the ceph-container project's 'daemon-base' image so that Rook no longer has to manage installs of Ceph in image.
- Removed support for Kubernetes 1.6, including the legacy Third Party Resources (TPRs).
- Various paths and resources have changed to accommodate multiple backends:
- Examples: The yaml files for creating a Ceph cluster can be found in
cluster/examples/kubernetes/ceph
. The yaml files that are backend-independent will still be found in thecluster/examples/kubernetes
folder. - CRDs: The
apiVersion
of the Rook CRDs are now backend-specific, such asceph.rook.io/v1alpha1
instead ofrook.io/v1alpha1
. - Cluster CRD: The Ceph cluster CRD has had several properties restructured for consistency with other backend CRDs that will be coming soon. Rook will automatically upgrade the previous Ceph CRD versions to the new versions with all the compatible properties. When creating the cluster CRD based on the new
ceph.rook.io
apiVersion you will need to take note of the new settings structure. - Container images: The container images for Ceph and the toolbox are now
rook/ceph
androok/ceph-toolbox
. The steps in the upgrade user guide will automatically start using these new images for your cluster. - Namespaces: The example namespaces are now backend-specific. Instead of
rook-system
androok
, you will seerook-ceph-system
androok-ceph
. - Volume plugins: The dynamic provisioner and flex driver are now based on
ceph.rook.io
instead ofrook.io
- Examples: The yaml files for creating a Ceph cluster can be found in
- Ceph container images now use CentOS 7 as a base
The REST API service has been removed. All cluster configuration is now accomplished through the CRDs or with the Ceph tools in the toolbox.
The tool rookctl
has been removed from the toolbox pod. Cluster status and configuration can be queried and changed with the Ceph tools.
Here are some sample commands to help with your transition.
rookctl Command |
Replaced by | Description |
---|---|---|
rookctl status |
ceph status |
Query the status of the storage components |
rookctl block |
See the Block storage and direct Block config | Create, configure, mount, or unmount a block image |
rookctl filesystem |
See the Filesystem and direct File config | Create, configure, mount, or unmount a file system |
rookctl object |
See the Object storage config | Create and configure object stores and object users |
- Legacy CRD types in the
rook.io/v1alpha1
API group have been deprecated. The types fromrook.io/v1alpha2
should now be used instead.