diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-06-07 12:44:48 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-28 15:26:17 -0700 |
commit | fbf45c010c1174914ddd04c13a78e1383c632047 (patch) | |
tree | cef384b3a9d24916f7876335cc3d7617a100ffc0 /kud/hosting_providers/containerized/addons | |
parent | 70924000b2d00ec5c692daf425b2f28cbecbc8b1 (diff) |
Add kubevirt to list of EMCO deployed addons
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I5e2c2ebe5af7ee86cc213f0861516664cf4399a7
Diffstat (limited to 'kud/hosting_providers/containerized/addons')
-rw-r--r-- | kud/hosting_providers/containerized/addons/README.md.tmpl | 6 | ||||
-rw-r--r-- | kud/hosting_providers/containerized/addons/values.yaml.tmpl | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/kud/hosting_providers/containerized/addons/README.md.tmpl b/kud/hosting_providers/containerized/addons/README.md.tmpl index 0cef7923..4ed4610a 100644 --- a/kud/hosting_providers/containerized/addons/README.md.tmpl +++ b/kud/hosting_providers/containerized/addons/README.md.tmpl @@ -27,6 +27,12 @@ cloud. This deploys the addons listed in the \`Addons\` and \`AddonResources\` values in values.yaml. +NOTE: On a single node cluster, the SRIOV addon resource will trigger +a drain of the worker node. KubeVirt will prevent the drain from +completing due to its PodDisruptionBudget. The workaround is to scale +down the KubeVirt operator before applying 04-addon-resources-app.yaml +then scaling it back up after the node is ready again. + \`$ /opt/kud/multi-cluster/${CLUSTER_NAME}/artifacts/emcoctl.sh apply -f 03-addons-app.yaml -v values.yaml\` \`$ /opt/kud/multi-cluster/${CLUSTER_NAME}/artifacts/emcoctl.sh apply -f 04-addon-resources-app.yaml -v values.yaml\` diff --git a/kud/hosting_providers/containerized/addons/values.yaml.tmpl b/kud/hosting_providers/containerized/addons/values.yaml.tmpl index 328c37de..f2a20f84 100644 --- a/kud/hosting_providers/containerized/addons/values.yaml.tmpl +++ b/kud/hosting_providers/containerized/addons/values.yaml.tmpl @@ -20,6 +20,8 @@ AddonsDeploymentIntentGroup: addons-deployment-intent-group AddonsDeploymentIntent: addons-deployment-intent AddonsPlacementIntent: addons-placement-intent Addons: +- kubevirt-operator +- cdi-operator - multus-cni - ovn4nfv - node-feature-discovery @@ -35,3 +37,5 @@ AddonResourcesPlacementIntent: addon-resources-placement-intent AddonResources: - ovn4nfv-network - sriov-network +- kubevirt +- cdi |