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 DetailsIn 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.
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.
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 DetailsIn 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-pullcrictl [create|run] --with-pull
crictl [create|run] --with-pullcrictl [create|run] --with-pull
ab2421d to
c1daf41
Compare
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
c1daf41 to
bd276bf
Compare
crictl [create|run] --with-pullcrictl [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 DetailsNeeds 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?