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

refactor: move CRD registration to separate cell #24219

Merged

Commits on Mar 30, 2023

  1. refactor: move CRD registration to separate cell

    Fixes: cilium#24068
    
    1. Move CRD registration to a separate cell inside the client package,
       and add a `--skip-crd-creation` flag.
    2. Remove the `SkipCRDOption` from the `operatorOption.OperatorConfig` struct,
       alongside any reference to it in `operator/cmd/fags.go`,
       `operator/option/config.go` and `pkg/option/config.go`
    3. Update cmdref
    
    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 authored and christarazi committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b918d35 View commit details
    Browse the repository at this point in the history