-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Consideration of imagePullPolicy on lifecycle hook execution #12080
Conversation
WorkingDir: baseContainer.WorkingDir, | ||
Env: mergedEnv, | ||
Resources: resources, | ||
VolumeMounts: volumeMounts, |
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.
@Kargakis should we be passing along other fields as well like SecurityContext settings?
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.
Sounds reasonable
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.
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.
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to 33eab71 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11891/) (Base Commit: 622ed43) |
#10988 [merge] |
#12112 [merge] |
Evaluated for origin merge up to 33eab71 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11924/) (Base Commit: 7b90443) (Image: devenv-rhel7_5465) |
@pweil- Awesome, thanks. |
For fixes #12079