Closed jklippel closed 1 month ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign iurygregory for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/cc @zaneb @dtantsur @elfosardo
/retest
Please rebase, we've recently added some linters for this repo and made fixes to the README.md that are conflicting with your additions. Sorry for the inconvenience.
Please squash your commits. You have fixup commit pending.
@dtantsur please take a another look if this is OK now.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues will close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
PR needs rebase.
Stale issues close after 30d of inactivity. Reopen the issue with /reopen
. Mark the issue as fresh with /remove-lifecycle stale
.
/close
@metal3-io-bot: Closed this PR.
Currently the image only starts the baremetal command without any environment variables set.
This commit introduces the sourcing of the ironic.conf of a pod to which the container can be attached as debug container. The baremetal cli is then directly usable without further "manual" setting of environment variables.
The implementation requires the start of a login shell for the environment to be sourced on startup.
Extended documentation to reflect the use of the feature.