mirror of https://github.com/crossplane/docs.git
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> |
||
|---|---|---|
| .github | ||
| content | ||
| static/og | ||
| themes/geekboot | ||
| utils | ||
| .gitignore | ||
| LICENSE.md | ||
| OWNERS.md | ||
| README.md | ||
| config.yaml | ||
| netlify.toml | ||
| netlify_build.sh | ||
| package.json | ||
| postcss.config.js | ||
README.md
Crossplane Documentation
This is the repository for the Crossplane documentation.
The documentation site is built using Hugo and tested with BrowserStack.
For detailed information about contributing to documentation read the Docs Contributing Guide.
License
The Crossplane documentation is under the Creative Commons Attribution license. CC-BY allows reuse, remixing and republishing of Crossplane documentation with attribution to the Crossplane organization.
The docs.crossplane.io theme is based on Geekdoc and Bootstrap, both licensed under the MIT License.