-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
pod create: read network mode from config #12222
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
/hold |
/lgtm |
Tests are very unhappy. |
2b3cc51
to
760bb78
Compare
/lgtm |
760bb78
to
9c23225
Compare
When we create a pod we have to parse the network mode form the config file. This is a regression in commit d28e857. Fixes containers#12207 Signed-off-by: Paul Holzinger <[email protected]>
9c23225
to
8b7b0b7
Compare
LGTM |
/lgtm |
What this PR does / why we need it:
When we create a pod we have to parse the network mode form the config
file. This is a regression in commit d28e857.
How to verify it
Which issue(s) this PR fixes:
Fixes #12207
Special notes for your reviewer: