k3s/pkg/kubelet/rkt
Kubernetes Submit Queue 9deb18b989 Merge pull request #31378 from yifan-gu/rkt_fetch_no_store
Automatic merge from submit-queue

rkt: Force `rkt fetch` to fetch from remote to conform the image pull policy.

Fix https://github.com/kubernetes/kubernetes/issues/27646

Use `--no-store` option for `rkt fetch` to force it to fetch from remote.
However, `--no-store` will fetch the remote image regardless of whether the content of the image has changed or not. 
This causes performance downgrade when the image tag is ':latest' and the image pull policy is 'always'. 
The issue is tracked in https://github.com/coreos/rkt/issues/2937.
2016-08-26 01:53:20 -07:00
..
mock_os Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cap.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
config.go rkt: Override the config using the response from rkt api service. 2016-08-23 11:42:20 -07:00
container_id.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fake_rkt_interface_test.go Set extra supplemental groups for rkt 2016-07-22 17:43:24 -04:00
image.go rkt: Force `rkt fetch` to fetch from remote to conform the fetch policy. 2016-08-25 14:44:44 -07:00
log.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
rkt.go Merge pull request #31286 from yifan-gu/rkt_privileged 2016-08-25 06:58:43 -07:00
rkt_test.go Merge pull request #31286 from yifan-gu/rkt_privileged 2016-08-25 06:58:43 -07:00
systemd.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
version.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00