Skip to content

Commit 4bdc4a3

Browse files
committed
add FAQ
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent 2df9f68 commit 4bdc4a3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/content/faq.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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/

0 commit comments

Comments
 (0)