From fbf45c010c1174914ddd04c13a78e1383c632047 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Mon, 7 Jun 2021 12:44:48 -0700 Subject: Add kubevirt to list of EMCO deployed addons Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary Change-Id: I5e2c2ebe5af7ee86cc213f0861516664cf4399a7 --- kud/hosting_providers/containerized/addons/README.md.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kud/hosting_providers/containerized/addons/README.md.tmpl') 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\` -- cgit 1.2.3-korg