As a user I want deployments that partially match Fabrikate components to be reflected in the component.yaml.
Partial Match
A partial match is a scenario where a deployment on the cluster exists in a component, but the component contains one or more deployments that aren't present on my cluster.
Example
Cluster: Prometheus
Component: Prometheus-Grafana
Potential Solutions
-
Suggest to the user that they should use the more extensive component. The added functionality of the other deployments may prove to be useful for their cluster. This could look like a user prompt or a flag that can be set that will do this automatically.
-
Allow the partial match deployment to be treated as if there is no component definition, and handle it like a no match deployment.
Part of #29
As a user I want deployments that partially match Fabrikate components to be reflected in the component.yaml.
Partial Match
A partial match is a scenario where a deployment on the cluster exists in a component, but the component contains one or more deployments that aren't present on my cluster.
Example
Cluster: Prometheus
Component: Prometheus-Grafana
Potential Solutions
Suggest to the user that they should use the more extensive component. The added functionality of the other deployments may prove to be useful for their cluster. This could look like a user prompt or a flag that can be set that will do this automatically.
Allow the partial match deployment to be treated as if there is no component definition, and handle it like a no match deployment.
Part of #29