Add note to oci storage

Try to increase search result ranking of this page
This commit is contained in:
Mario Manno 2024-10-28 11:47:15 +01:00
parent 6a8d9da8db
commit 9e36ff0554
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# OCI Storage
OCI storage is an experimental feature to store a bundle's resources in an OCI registry, instead of k8s resources.
Fleet won't be limited by [`etcd` size limitations](https://etcd.io/docs/v3.4/dev-guide/limit/). However,
Fleet needs write access to a registry and that registry needs to be accessible by the agents in downstream clusters.
## Summary
Fleet stores by default the bundle resources in etcd twice. This is done via the k8s API and there is a size limit, depending on the etcd configuration.