-
Notifications
You must be signed in to change notification settings - Fork 290
✨ Add read only mode for local ironic run #2278
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
tuminoid
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.
Not against cleaning the bash here, but can you do it in separate commit or in separate PR as it is making super hard to identify the actual change here.
0e7068d to
00ffe3d
Compare
This commit: - Adds an option to the local ironic deployment script to run the containers with a read-only file system - Adds additional mounts for the Ironic containers regardless if a container runs with a read-only file system or not This commit is needed because otherwise developers would be unable to run the local ironic deployment with read-only root file system. Signed-off-by: Adam Rozman <[email protected]>
00ffe3d to
fd0b87d
Compare
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
|
/remove-lifecycle stale |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
|
/remove-lifecycle stale |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
|
Should we abandon this due IRSO being the way to install Ironic now? |
|
I can move this deployment method to dev-env , if BMO will only host IrSO based deployments. |
This PR:
This commit is needed because otherwise developers would be unable to run the local ironic deployment with read-only root file system.
Related to: metal3-io/ironic-image#613
IRSO and BMO ironic-deployment overlays will need this config also.