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

[Proposal] use CRD to quickly enable more features #904

Open
zxh326 opened this issue Mar 20, 2024 · 0 comments
Open

[Proposal] use CRD to quickly enable more features #904

zxh326 opened this issue Mar 20, 2024 · 0 comments
Labels
kind/feature New feature or request

Comments

@zxh326
Copy link
Member

zxh326 commented Mar 20, 2024

Objective:

let users to quickly create a resource to use some features, such as warming up data, creating cache group clusters.

Example:

  • Warrmup

ref: #872

In a certain scenario, users need to pre-warm one or more data.

The following resources can be created:

apiVersion: csi.juicefs.com/v1
kind: Warmup
metadata:
  name: app-warmup
  namespace: default
spec:
  pv: xxxx
  concurrent: 50
  cachegroup: xx

Then we will create a task to execute this plan.

  • Create cache group clusters.
    TBD

  • Sync
    TBD

  • Schedule some jobs
    TBD

@zxh326 zxh326 added the kind/feature New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant