-
Notifications
You must be signed in to change notification settings - Fork 456
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
Add OCI Volume Source support to crictl [create|run] --with-pull
#1464
Add OCI Volume Source support to crictl [create|run] --with-pull
#1464
Conversation
7084ef2
to
17764a1
Compare
17764a1
to
d8fdb7a
Compare
2019afc
to
50a59f0
Compare
50a59f0
to
8516ef8
Compare
53ff5e2
to
d55497b
Compare
48abdd5
to
eca281c
Compare
869f7f9
to
fc6c9b1
Compare
crictl [create|run] --with-pull
fc6c9b1
to
adec55d
Compare
/approve |
@kwilczynski: changing LGTM is restricted to collaborators In response to this:
Instructions 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. |
cmd/crictl/container.go
Outdated
} | ||
|
||
for _, image := range images { | ||
logrus.Infof("Pulling image: %s", image) |
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.
can this message be a bit clearer that it's being pulled for a mount? also: maybe we should only do this if the pull-on-create flag is set?
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.
I changed the log messages to reflect which image / OCI object we'd like to pull on which purpose.
I'm not sure to which flag you're referring. Right now it's only enabled when --with-pull
is specified on create
or run
.
adec55d
to
ab2421d
Compare
New changes look good! /approve |
@kwilczynski: changing LGTM is restricted to collaborators In response to this:
Instructions 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. |
@kubernetes-sigs/cri-tools-maintainers PTAL |
crictl [create|run] --with-pull
crictl [create|run] --with-pull
crictl [create|run] --with-pull
crictl [create|run] --with-pull
ab2421d
to
c1daf41
Compare
Signed-off-by: Sascha Grunert <[email protected]>
c1daf41
to
bd276bf
Compare
crictl [create|run] --with-pull
crictl [create|run] --with-pull
@kubernetes-sigs/cri-tools-maintainers PTAL |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, saschagrunert 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adding support for the new OCI Volume Source feature.
Which issue(s) this PR fixes:
Refers to kubernetes/enhancements#4639
Special notes for your reviewer:
Requires kubernetes/kubernetes#125659
Does this PR introduce a user-facing change?