In 1.5 and before, you'll need to reference the registry by IP In 3.6 there are several improvements that will make this easy - image lookup (you can reference the image stream tag by its short name within a namespace on stateful sets "image:latest") and image triggers on stateful sets (you can set an annotation that makes stateful sets behave like deployment configs)
On Thu, May 18, 2017 at 10:15 AM, Nicola Ferraro <[email protected]> wrote: > Hi, > I'd like to create a StatefulSet from a ImageStreamTag, but the only way I > found to make it work was to specify the full docker image url: " > http://internal-registry-ip-and-port/project/image:latest". If I just set > "image:latest", Openshift tries to look it up from docker (correct). > > Is there a way to create a StatefulSet from a image stream, without > specifying the current project or the registry ip address (almost like we > do with DeploymentConfig objects)? > > Thanks, > Nicola > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
