update pause image to match actual code
Bug #2052442 reported by
Kevin W Monroe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charmed Kubernetes Bundles |
Fix Committed
|
Low
|
Kevin W Monroe |
Bug Description
The pause image for 1.27 and 1.28 was updated in our container-images documentation source-of-truth, but it never made it down to containerd nor layer-k8s-common.
This causes our docs to show pause:3.9:
https:/
Even though the actual deployment uses pause:3.6:
$ sudo ctr -n k8s.io c ls|grep pause|awk '{print $2}'
rocks.canonical
rocks.canonical
rocks.canonical
rocks.canonical
To post a comment you must log in.
PR for the bundle c-i.txt: /github. com/charmed- kubernetes/ bundle/ pull/890
https:/