Commit Graph

54 Commits

Author SHA1 Message Date
Nic Cope 5e5a548113 Clarify that it's not always m.crossplane.io
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-15 13:43:40 -07:00
Nic Cope cc8f9df299 Mention changing API versions for namespaced MRs
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-15 13:17:33 -07:00
Nic Cope 525597921d Guide for updating v1 -> v2
The key point I want to get across with this guide is:

1. Who can upgrade (what breaking changes we made)
2. That there's no tooling to automate migration yet
3. That you can upgrade and start using v2 features anyway

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-14 17:02:25 -07:00
Nic Cope c005bb353b Address vale warnings and errors
These weren't introduced by this PR - I think they were missed in recent
ones.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-14 12:32:28 -07:00
Nic Cope dc1c242c5f Tweak page descriptions
* Keep them concise (~50 chars) for rendering on index pages
* Adjust them for clarity and accuracy
* Add descriptions to pages that were missing them

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-14 12:18:28 -07:00
Nic Cope 789826fc13 Auto-generate child page indexes
This way when folks browse to the index pages they'll see an
auto-generated list of child pages.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-14 11:36:19 -07:00
Nic Cope d71867d6fc
A few low-hanging fruit docs fixes (#971)
* Realtime compositions are beta now

Signed-off-by: Nic Cope <nicc@rk0n.org>

* Composition functions don't run on delete

Signed-off-by: Nic Cope <nicc@rk0n.org>

* You can't patch XR metadata

Signed-off-by: Nic Cope <nicc@rk0n.org>

* Document function response cache

Signed-off-by: Nic Cope <nicc@rk0n.org>

---------

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-14 10:10:40 +02:00
Nic Cope 2a39bc9cba
Double check all MR examples (#966)
* Drop note about (only) AWS MRs supporting v2

A few of the other providers like GCP and Azure now do. The rest will
fast follow.

Also, it's not misleading to say the others don't support v2. That reads
like they're incompatible, which they're not. They're just not
namespaced yet.

Signed-off-by: Nic Cope <nicc@rk0n.org>

* Only use modern namespaced provider-upjet-aws MRs

* Make sure they're using v2.0.0 providers
* Make sure they use m.example.org style API groups
* Make sure they're namespaced

Signed-off-by: Nic Cope <nicc@rk0n.org>

---------

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-13 09:56:45 +02:00
Nic Cope a8176fbdb2 Mostly show v2 style MRs in MRD docs
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-11 13:30:07 -07:00
Nic Cope 40282a3ec7 Fix wait command in MRD guide
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-11 13:02:42 -07:00
Nic Cope 8dfa231a1d Add documentation for MRDs, MRAPs, and safe-start
Large Crossplane providers install hundreds of CRDs consuming significant API
server resources, even when users only need a few resource types. The new
alpha ManagedResourceDefinition (MRD) and ManagedResourceActivationPolicy
(MRAP) features in Crossplane v2.0+ solve this by enabling selective
activation of provider resources, but lack user-facing documentation.

This change adds complete documentation covering both concepts and practical
implementation. The MRD concepts page explains the CRD scaling problem and
selective activation approach. The MRAP concepts page details pattern-based
activation strategies and multiple policy coordination. Two how-to guides
provide end-to-end workflows: one for users wanting to reduce CRD overhead
through selective activation, and another for provider developers implementing
safe-start capability. The user guide was tested with simulated MRDs to verify
the activation workflow and troubleshooting steps.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-08 23:30:20 -07:00
Nic Cope 3235c9fd3e Update master to refer to v2, not preview.
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-07 17:46:22 -07:00
Nic Cope 580593faea Address all warnings in content/master
I tried to address them everywhere but there are literally thousands.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-05 21:50:11 -07:00
Nic Cope 331c389ce9 Fix all Vale errors
Not addressing warnings and suggestions though.

These should've all been spelling mistakes and repeated words.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-05 21:45:43 -07:00
Nic Cope fe508db0b1 Replace content/master with a copy of content/v2.0-preview
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-08-05 21:45:43 -07:00
Jason Tang f117b1240b more edits from review feedback.
Signed-off-by: Jason Tang <jason@upbound.io>
2025-06-11 16:25:53 -04:00
Jason Tang 1f3547a24c Update some refs.
Signed-off-by: Jason Tang <jason@upbound.io>
2025-06-11 10:41:22 -04:00
Jason Tang f6bafbd631 Remove references to Upbound and provide explicit steps for cutting release branches.
Signed-off-by: Jason Tang <jason@upbound.io>
2025-06-11 10:37:27 -04:00
Jason Tang b7498a21f7 Document release process for Crossplane extensions.
Signed-off-by: Jason Tang <jason@upbound.io>
2025-06-11 09:48:57 -04:00
Jared Watts f35a1d6438
change logs guide
Signed-off-by: Jared Watts <jbw976@gmail.com>
2025-05-01 16:07:33 +01:00
Jared Watts ab33ac33e8
bump all community provider versions to latest
Signed-off-by: Jared Watts <jbw976@gmail.com>
2025-03-14 18:15:46 -07:00
Matt Welke bfd0fe9682
Update function-patch-and-transform version to 0.8.2
Signed-off-by: Matt Welke <mattwelke@gmail.com>
2025-03-10 15:38:19 -04:00
Craig D Wilhite e6d0e7f86c
Addressing feedback in PR
Signed-off-by: Craig D Wilhite <craig@upbound.io>
2025-02-21 09:57:55 -06:00
Craig D Wilhite 6f2c39685b
Update docs to point to providers sourced from xpkg.crossplane.io. Remove terminology related to Upbound Marketplace
Signed-off-by: Craig D Wilhite <craig@upbound.io>
2025-02-21 09:57:54 -06:00
Mark Anderson-Trocme a411d64374
chore: relative links
Signed-off-by: Mark Anderson-Trocme <mark.andersontrocme@upbound.io>
2025-02-11 12:13:17 -05:00
Steven Borrelli 4dd74f63b2
Remove ControllerConfig references in the troubleshooting guide (#822) 2024-11-14 10:29:53 +02:00
Yury Tsarev 9a8d43222f
EnvironmentConfig v1beta1 promotion related changes (#833) 2024-11-14 10:26:29 +02:00
Jared Watts 91e03f2150
vale fixes for the go function guide
Signed-off-by: Jared Watts <jbw976@gmail.com>
2024-09-21 20:35:36 -07:00
Jared Watts 7d30add790
bump go function guide to latest function-sdk-go:v0.3.0 experience
Signed-off-by: Jared Watts <jbw976@gmail.com>
2024-09-21 20:25:15 -07:00
Jared Watts 989735f639
Merge pull request #809 from dalton-hill-0/claim-communication-examples
Claim Communication Examples
2024-09-11 16:38:36 -07:00
Jared Watts 15c896d026
Merge pull request #810 from jbw976/fix-all-vales
Fix all Vale errors
2024-09-11 14:47:51 -07:00
Pierluigi Lenoci 9c4d1fd5dc
Vale I hate you
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
2024-09-10 18:02:05 +02:00
dalton hill 412094a45e Adding examples of communicating with the user via events and conditions.
Signed-off-by: dalton hill <dalton.hill.0@protonmail.com>
2024-09-10 09:19:03 -05:00
Pierluigi Lenoci 1901e55499
Integrated Jared suggestion
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
2024-09-10 15:06:26 +02:00
Pierluigi Lenoci 6357c10dfb
Moved in another location
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
2024-09-10 15:02:40 +02:00
Jared Watts b263c2fcbb
Fix all Vale errors
Signed-off-by: Jared Watts <jbw976@gmail.com>
2024-09-09 16:55:36 -07:00
Cem Mergenci, PhD 933aed42f9
Rename referenced master branches to main (#808) 2024-09-03 15:01:17 +02:00
Nic Cope dd01aa1141 Briefly mention how fn-pandt relates to legacy P&T
Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-08-23 12:31:04 -07:00
Nic Cope a90a055dbb Deprecate native P&T, focus Composition docs on functions
Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-08-22 21:02:05 -07:00
Se7en 26c8fae7bd
fix: broken links (#764) 2024-05-18 09:37:11 +02:00
Sharp 4e8193a9d2
update 1.16 version ref
Signed-off-by: Sharp <rachel.sharp@upbound.io>
2024-05-15 17:26:12 -04:00
Sharp 2c6af99cb2
version update
Signed-off-by: Sharp <rachel.sharp@upbound.io>
2024-05-15 17:26:12 -04:00
Pete Lumbis 2b598cb79f
Remove knowledge base section (#755)
Remove KB and add redirects
2024-04-22 15:44:32 -04:00
Pete Lumbis 85407e88c6
Docs Reorg for v1.11 (#271)
Reorg and new home page for docs.
2023-01-31 18:59:52 -05:00
Crossplane 261400307d docs snapshot for crossplane version `master` 2022-12-19 08:08:19 +00:00
Crossplane 9fd142c5c8 docs snapshot for crossplane version `master` 2022-12-13 04:43:38 +00:00
Crossplane bf9aeb13d9 docs snapshot for crossplane version `master` 2022-12-05 23:44:26 +00:00
Crossplane 87253feb22 docs snapshot for crossplane version `master` 2022-12-05 20:50:18 +00:00
Crossplane 998119a9d6 docs snapshot for crossplane version `master` 2022-12-02 13:17:50 +00:00
Crossplane 90db6ed8f6 docs snapshot for crossplane version `master` 2022-12-01 22:07:34 +00:00