Skip to content

Managing large resources? #1047

Closed Answered by nolar
bobh66 asked this question in Q&A
Discussion options

You must be logged in to vote

You can implement your own state & progress key-value storages (see the docs), e.g. in sqlite/postgres/mysql, or in a shared filesystem with json in files.

Or you can configure the pre-implemented storages in the status field (also documented).

The annotation storages are made a default to serve builtin resources (like pods) out of the box, since the builtins prohibit writing arbitrary data to their status. The same can be expected for crds unless their schema allows such storage.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bobh66
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants