trow icon indicating copy to clipboard operation
trow copied to clipboard

Create Admission Controller for Pinning Images to Digests

Open amouat opened this issue 5 years ago • 0 comments

When a k8s YAML contains an image name to be deployed, it should really be resolved to a digest. This stops the annoying use case where different nodes can end up running different versions of the same image even within a replica set.

It should be possible to do this in a mutating admission controller (and I suspect there may be examples of this).

Note that this is what Docker Swarm does.

amouat avatar Aug 20 '20 15:08 amouat