mirror of https://github.com/crossplane/docs.git
Remove redundant statement about backward compatbility
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
a2a2d3f5b5
commit
ffe6d2c590
|
@ -12,8 +12,9 @@ Crossplane v2 makes three major changes:
|
||||||
* **Managed resources are now namespaced**
|
* **Managed resources are now namespaced**
|
||||||
* **Composition supports any Kubernetes resource**
|
* **Composition supports any Kubernetes resource**
|
||||||
|
|
||||||
Despite these major changes, Crossplane v2 is backward compatible with
|
**Crossplane v2 is better suited to building control planes for applications,
|
||||||
Crossplane v1.
|
not just infrastructure.** It removes the need for awkward abstractions like
|
||||||
|
claims and provider-kubernetes Objects.
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
|
@ -38,10 +39,6 @@ compose-svc@{animate: true}
|
||||||
compose-rds@{animate: true}
|
compose-rds@{animate: true}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Crossplane v2 is better suited to building control planes for applications,
|
|
||||||
not just infrastructure.** It removes the need for awkward abstractions like
|
|
||||||
claims and provider-kubernetes Objects.
|
|
||||||
|
|
||||||
{{<hint "tip">}}
|
{{<hint "tip">}}
|
||||||
Most users can upgrade to Crossplane v2 without breaking changes.
|
Most users can upgrade to Crossplane v2 without breaking changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue