crossplane-runtime
crossplane-runtime copied to clipboard
A set of libraries for writing Crossplane controllers.
### What problem are you facing? Right now, it is possible to create ProviderConfigs as part of a Composition, but the composition never transitions to a Ready status. This appears...
We provide a platform built on git-ops principles which allow developers to build and deploy to Kubernetes as well as create and configure external resources outside of the cluster. Crossplane...
### What problem are you facing? Currently folks wishing to add support for a new managed resource to Crossplane must write Go. Specifically, they must author a type that satisfies...
### What problem are you facing? In a recent discussion with @luebken and @muvaf and me, there were some concerns around how the paused state of a managed resource is...
**Just writing down two related ideas here** ### What problem are you facing? Disaster recover or migrating resources to other clusters is hard and scary ### How could Crossplane help...
### What problem are you facing? Currently if we are unable to resolve references, we [return `Requeue: true`](https://github.com/crossplane/crossplane-runtime/blob/428b7c3903756bb0dcf5330f40298e1fa0c34301/pkg/reconciler/managed/reconciler.go#L735), causing us to enter backoff as configured for the managed resource reconciler....
### What problem are you facing? Currently, the package parser will ignore [empty YAML documents and those that only contain whitespace](https://github.com/crossplane/crossplane-runtime/blob/619edbacb81eb9b4ccb6a5a7ba8f07d74cc07dc9/pkg/parser/parser.go#L111). However, it does not accommodate for a YAML document...
### What happened? When using references to other objects, the object is resolved even though the referenced object is in a terminating state. ### How can we reproduce it? We...
### What problem are you facing? As a follow up to https://github.com/crossplane/crossplane-runtime/issues/315 and https://github.com/crossplane/crossplane/issues/2366, we would like to have AWS Secrets Manager as an ESS (External Secret Store) ### How...
Crossplane 1.9.x with KinD cluster. Without any recognized way to recreate the issue. Occasionally a providerconfig will hang on the finalizer, even when all of the resources are deleted and...