You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
Some of the Nulecule applications in the nulecule-library, such as MariaDB and MongoDB, can only be used once within an application's (nested) graph, because the Pod and Service created by the Kubernetes provider carries a non-unique name (in their pod and service definitions).
Suggested Solution(s)
Support the generateName property in the artifacts, such that a mariadb-centos7-atomicapp can be pulled in more than once and pods and services are not called a duplicate "mariadb".
Substitute the included atomicapp's name with the name the parent gives the application in the graph, i.e.;
Problem Statement
Some of the Nulecule applications in the nulecule-library, such as MariaDB and MongoDB, can only be used once within an application's (nested) graph, because the Pod and Service created by the Kubernetes provider carries a non-unique name (in their pod and service definitions).
Suggested Solution(s)
generateName
property in the artifacts, such that amariadb-centos7-atomicapp
can be pulled in more than once and pods and services are not called a duplicate "mariadb
".name
with thename
the parent gives the application in the graph, i.e.;The text was updated successfully, but these errors were encountered: