Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document periodic reconciliation behavior #74

Open
lxfontes opened this issue Jul 15, 2024 · 0 comments
Open

Document periodic reconciliation behavior #74

lxfontes opened this issue Jul 15, 2024 · 0 comments

Comments

@lxfontes
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant