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

operator: Hidden flags for egress gateway and LRPs #17772

Merged

Commits on Nov 3, 2021

  1. operator: Hidden flags for egress gateway and LRPs

    Some of the CRD registrations (e.g., CENP and CLRP) are conditioned on
    feature flags. In some cases, that registration happens in the operator,
    in which case it needs to be possible to enable the features there.
    
    Reproduced and tested in the development VM where the operator is in
    charge of registering the CRDs. Without this patch, the CRDs are never
    created and the agent waits indefinitely when e.g. the egress gateway is
    enabled. With this patch, the egress gateway can be enabled in the
    operator via a flag to trigger the registration of the CRD.
    
    Suggested-by: Joe Stringer <joe@cilium.io>
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    af07426 View commit details
    Browse the repository at this point in the history