-
Notifications
You must be signed in to change notification settings - Fork 960
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
support juicefs cloud service #1683
support juicefs cloud service #1683
Conversation
Signed-off-by: zwwhdls <[email protected]>
Signed-off-by: zwwhdls <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1683 +/- ##
==========================================
+ Coverage 70.76% 70.89% +0.12%
==========================================
Files 238 238
Lines 13129 13201 +72
==========================================
+ Hits 9291 9359 +68
- Misses 2843 2845 +2
- Partials 995 997 +2
Continue to review full report at Codecov.
|
@zwwhdls Please fix conflict issue. Thanks. |
charts/juicefs/values.yaml
Outdated
@@ -1,5 +1,6 @@ | |||
# This should not be modified in the usual case. | |||
fullnameOverride: juicefs | |||
isCe: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest using meaningful name, because I'm worried about forgetting the meaning of the name in future.
Signed-off-by: zwwhdls <[email protected]>
…ort_juciefs_enterprise
Signed-off-by: zwwhdls <[email protected]>
Signed-off-by: zwwhdls [email protected]
Ⅰ. Describe what this PR does
support juicefs cloud service in JuiceFSRuntime
fix #1682
Ⅱ. Does this pull request fix one issue?
Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews