wasmCloud/wasmcloud-operator

Document periodic reconciliation behavior

Opened this issue · 0 comments

Document how often the operator reconciles each CRD object.
We should also consider making the periodic reconciliation time configurable, currently hardcoded to 5 minutes.

Scenario:

  • Create a configmap hosting root.crt certificate authority
  • Setup wasmcloudhost, pointing certificate authority to configmap above. This results in the root.crt certificate being passed to wasmcloudhost as --tls-ca-path
  • Add another certificate to configmap, ex: second.crt

The second.crt certificate will show up after roughly 5 minutes, which is the reconciliation interval.

Relates to https://github.com/wasmCloud/wasmcloud-operator/blob/main/src/controller.rs#L224