On Tue, Jun 6, 2017 at 7:49 AM, Spyros Trigazis <strig...@gmail.com> wrote: > Hello, > > I'm working on using system containers for our kubernetes configuration. > > What I found a little strange in a solution like [1], is that we don't > specify > the version of the component. eg if i do atomic install --system > jasonbrooks/kubernetes-kubelet:rawhide > I don't control and I don't know the kubelet version. > > If we move to system containers, which containers we need to use? > Is ti recommended to maintain our own container images based on [2]?
Yeah, that's a good point. I've been going with a Fedora sort of a model, where the versions you get are the ones that are in Fedora rawhide/f25/etc at the moment. There could be tagging to indicate the version. > > Cheers, > Spyros >