Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 931 Bytes

managedresources.md

File metadata and controls

11 lines (7 loc) · 931 Bytes

Deploy resources to the Shoot cluster

We have introduced a component called gardener-resource-manager that is deployed as part of every shoot control plane in the seed. This component manages CRDs, so called ManagedResources. Managed resources contain Kubernetes resources that shall be created, reconciled, updated, and deleted by the gardener-resource-manager.

Extension controllers may create these ManagedResources in the shoot namespace if they need to create any resource in the shoot cluster itself, for example RBAC roles (or anything else).

Where can I find more examples and more information how to use ManagedResources?

Please take a look at the README.md in the gardener/gardener-resource-manager repository.