Re: Using ImageStreams with CronJobs?

2020-08-28 Thread Ben Parees
On Fri, Aug 28, 2020 at 5:26 PM Luiz Carvalho wrote: > Hello all, > > I'm digging through the docs and I don't see a way of creating a CronJob > that uses an image from an ImageStream. Is this possible? > It is possible, but only if the imagestream resides in the same project/namespace as your c

Using ImageStreams with CronJobs?

2020-08-28 Thread Luiz Carvalho
Hello all, I'm digging through the docs and I don't see a way of creating a CronJob that uses an image from an ImageStream. Is this possible? I'd like to use an ImageStream so I can use its cached version instead of hitting the registry everytime the pod starts. My understanding is that by doing