aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/emco/examples/03-addons-app.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-09-15Fix KubeVirt and SR-IOV addon interactionTodd Malsbary1-37/+31
SR-IOV wants to drain the nodes during reconciliation of SriovNetwork resources, while KubeVirt wants to keep at least one instance running at all times via a PodDisruptionBudget. KubeVirt's behavior is not customizable, so split the addons into different composite apps that allow finer control of the instantiation order. Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I15c5cec3ef524b0b1d60dc201e04157272cbe376
2021-06-09Refactor EMCO deploy of addonsTodd Malsbary1-0/+110
Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I90b33cd99c42017b50f3174b6f9033a861e11dd3