You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
root.crt
certificate authorityroot.crt
certificate being passed to wasmcloudhost as--tls-ca-path
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
The text was updated successfully, but these errors were encountered: