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

feat(chart): Posibility to enabled specific CRDs #120

Open
enriqueavindi opened this issue Oct 11, 2024 · 0 comments
Open

feat(chart): Posibility to enabled specific CRDs #120

enriqueavindi opened this issue Oct 11, 2024 · 0 comments

Comments

@enriqueavindi
Copy link

enriqueavindi commented Oct 11, 2024

Hi! In our organization, we want to deploy OpenKruise using the chart, but we don’t want to install all the CRDs, just the ones we need. So, I’ve started working on a PR to enable this. Something like:

crds:
  managed: true
  enabled:
    advancedCronjobs: false
    broadcastJobs: false
    clonesets: false
    containerRecreateRequest: false
    daemonsets: false
    imageListPullJobs: false
    imagePullJobs: false
    nodeImages: false
    nodePodProbes: false
    persistentPodStates: false
    podProbeMarkers: false
    podUnavailableBudgets: false
    resourceDistributions: false
    sidecarsets: false
    statefulsets: false
    unitdDeployments: false
    workloadSpread: false

Is this okay? Or maybe i have to follow other way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant