adamant-kite-43734
04/02/2024, 7:12 PMcreamy-pencil-82913
04/03/2024, 1:46 AMIs there a way to store the images required for a helm deployment locally on my cluster nodes so pull_policy: IfNotPresent pulls from there instead of internetNo, Always means it has to go out to a registry, even if the node already has the image. You could use the embedded registry mirror though, to satisfy that requirement. Hasn’t been added to the RKE2 docs, but you can check it out at https://docs.k3s.io/installation/registry-mirror
important-activity-72202
04/03/2024, 8:59 AMimportant-activity-72202
04/03/2024, 9:00 AMIfNotPresent
, the image should come out of the local image store of containerd, no internet access required.future-accountant-19088
04/03/2024, 2:28 PM