Mark Lamourine
Mark Lamourine
I could be wrong. The **oc create --filename ** CLI command allows the creation of a Kubernetes service within OpenShift. If there is a matching API object then it is...
It appears also that OpenShift creates new services as pods are deployed, though how it knows to do that (examining the EXPOSE directives of the container images?) and how it...
Well there it is: an OpenShift application template example: https://github.com/gshipley/openshift3mlbparks/blob/master/mlbparks-template.json
I have been struggling with something that I think is vague about the nulecule usage model. On one hand I want to define a nulecule as metadata to help consume...
OK, I could edit that and avoid looking silly, but I'll re-comment instead. I guess the second "parameters" section I mention, the definition/assignment only needs to be in the global...
I think you've just identified another dimension which I've been thinking about. Ideally, the list of parameters (of all kinds) would be provided from the container image, perhaps in the...
@rtnpro thanks, It looks like [the work you're doing to refactor](https://github.com/projectatomic/nulecule-library/compare/master...rtnpro:refactor_answers#diff-9d8d527e03bfa72cabe4e7130a1ef1dcR30) the paremeters/args structures answers some of what I would like. You're doing the mapping "in reverse" so to speak,...
If possible. I sure would like it as soon as is reasonable. On Wed, May 20, 2015 at 2:28 PM, Vaclav Pavlin [email protected] wrote: > I think so too >...
using names as keys breaks schema validation, doesn't it? array of things with one attribute "name: foo" or .... .not sure On Thu, May 21, 2015 at 12:49 PM, Vaclav...
Re fast-data[path, it is addressed in pending PR 341 https://github.com/redhat-openstack/openshift-on-openstack/pull/341