File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Frequently Asked Questions
22
3- TBD
3+ ## Can I add/update objects to already initialized clusters?
4+
5+ No. Once the initialization is completed (and the initializer removed from the
6+ ` LogicalCluster ` ), the init-agent has no way to access the newly created cluster
7+ anymore, so it also cannot reconcile after that point.
8+
9+ Reconciling behaviour is planned for future releases, but the exact approach is
10+ not yet decided.
11+
12+ ## Can ` InitTargets ` generate random data, like passwords?
13+
14+ Yes! ` InitTemplates ` can make use of the entire [ sprig] [ sprig ] library, which
15+ includes functions to generate passwords, UUIDs etc.
16+
17+ However, the init-agent has no memory, so if one initialization round fails
18+ and then agent re-tries, it will re-render all templates and so generate new,
19+ different random data.
20+
21+ [ sprig ] : https://masterminds.github.io/sprig/
You can’t perform that action at this time.
0 commit comments