diff --git a/README.md b/README.md index a75b3c08..f8a6cd5b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ matters. OCF Logo

+> [!NOTE] +> +> This framework is not a replacement for [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). +> It is a library you use inside controller-runtime reconcilers, such as in Kubebuilder-generated projects, to manage +> the layers between the reconciler and the Kubernetes resources it manages. + --- ## Mental Model