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
Mount secrets into etcd PODs
From etcd POD perspective, it doesn't care about how the secrets/certificates are generated, it just mounts the secret and use the certificates directly.
Also I don't think this task is blocked even the PR #17 isn't merged. We can implement some utilities on certificate management and expose some API for the reconciliation workflow to call. Eventually we can integrate with the reconciliation process.
Refer to the high level design.
Tasks breakdown
From etcd POD perspective, it doesn't care about how the secrets/certificates are generated, it just mounts the secret and use the certificates directly.
The text was updated successfully, but these errors were encountered: