-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add compose support for cluster volumes #3662
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #3662 +/- ##
==========================================
- Coverage 59.21% 59.17% -0.05%
==========================================
Files 288 288
Lines 24605 24647 +42
==========================================
+ Hits 14571 14586 +15
- Misses 9159 9176 +17
- Partials 875 885 +10 |
e93dd1c
to
bf21204
Compare
I think this is important to get into 22.06 |
@thaJeztah I think this should be merged. Happy to help with anything regarding CSI support in Swarm Mode. |
I think there's two changes needed for this to be merged;
@dperny do you have time to work on that, to get it merged? |
81c35e7
to
3a75f29
Compare
Seems like on this one we just need the |
26f7b57
to
1b827ae
Compare
There is a problem with the expectedConfig.Volumes in the test run results. Is there an additional change needed to go with the |
Signed-off-by: Drew Erny <[email protected]>
1b827ae
to
02e7826
Compare
Yeah, I was just missing a struct tag for |
Adds compose support for CSI/cluster volumes.
Feel free to bikeshed on the UI.