-
Notifications
You must be signed in to change notification settings - Fork 41
genpolicy: add persistent storage support for stateful sets #199
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
Conversation
manuelh-dev
left a comment
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.
Approve pending test automation
|
LGTM. Run |
|
[like] Manuel Huber reacted to your message:
…________________________________
From: Saul Paredes ***@***.***>
Sent: Monday, June 3, 2024 4:48:53 PM
To: microsoft/kata-containers ***@***.***>
Cc: Manuel Huber ***@***.***>; Review requested ***@***.***>
Subject: Re: [microsoft/kata-containers] genpolicy: add persistent storage support for stateful sets (PR #199)
LGTM. Run python3 update_policy_samples.py to fix https://github.com/microsoft/kata-containers/actions/runs/9351824061/job/25738511724?pr=199 and follow https://dev.azure.com/mariner-org/mariner/_wiki/wikis/mariner.wiki/3368/Testing-genpolicy to trigger a test run
—
Reply to this email directly, view it on GitHub<#199 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOQ53BUPFV4XODXP2Z4R3KLZFSM7LAVCNFSM6AAAAABIWTOPPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBVGY4DKNBQGM>.
You are receiving this because your review was requested.Message ID: ***@***.***>
|
|
Tests run after samples update: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=580957&view=results |
0a4e670 to
9d4fa0f
Compare
|
Test run with latest updates: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=582238&view=results |
dc2af3d to
d388e34
Compare
This change adds support for volume claim templates for stateful sets. This is useful for stateful sets that require persistent storage, using cc-azurefile-csi, cc-azuredisk-csi or other storage providers. Signed-off-by: Archana Choudhary <[email protected]>
This patch updates the samples to include the support for persistant storage for statefulsets. Signed-off-by: Archana Choudhary <[email protected]>
d388e34 to
b41e55e
Compare
Merge Checklist
upstream/missinglabel (orupstream/not-needed) has been set on the PR.Summary
This change adds support for volume claim templates for stateful sets. This is useful for stateful sets that require persistent storage, using cc-azurefile-csi, cc-azuredisk-csi or other storage providers.
Test Methodology