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**
|
||||
* **Composition supports any Kubernetes resource**
|
||||
|
||||
Despite these major changes, Crossplane v2 is backward compatible with
|
||||
Crossplane v1.
|
||||
**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.
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
|
@ -38,10 +39,6 @@ compose-svc@{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">}}
|
||||
Most users can upgrade to Crossplane v2 without breaking changes.
|
||||
|
||||
|
|
Loading…
Reference in New Issue