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

Unconditionally sync CA cert for Controller webhooks #3421

Commits on Mar 8, 2022

  1. Unconditionally sync CA cert for Controller webhooks

    Webhooks are used by other features besided AntreaPolicy. At the moment,
    if someone tries to disable AnteraPolicy and enable Egress for example,
    the webhooks would not be using the correct CA cert and the Egress API
    would not be usable.
    
    Given that we unconditionally create these webhooks in the Antrea
    deployment manifest, it makes sense to unconditionally sync the CA cert
    for them.
    
    Signed-off-by: Antonin Bas <[email protected]>
    antoninbas committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    7a5e3fe View commit details
    Browse the repository at this point in the history