From d9ddf215ef891885838cf9d69fd08fefca18f873 Mon Sep 17 00:00:00 2001 From: Devendra Kulkarni Date: Fri, 13 Oct 2023 00:31:12 +0530 Subject: [PATCH] Modified the kb with requested changes --- kb/2023-10-10/deploy-additional-workload-on-harvester-host.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kb/2023-10-10/deploy-additional-workload-on-harvester-host.md b/kb/2023-10-10/deploy-additional-workload-on-harvester-host.md index fd5f622f..f6067360 100644 --- a/kb/2023-10-10/deploy-additional-workload-on-harvester-host.md +++ b/kb/2023-10-10/deploy-additional-workload-on-harvester-host.md @@ -11,7 +11,7 @@ tags: [harvester, workloads, host, cluster , resources, WebUI] hide_table_of_contents: false --- -While it is technically possible to deploy additional worklaods on the Harvester Host Cluster, running other workloads or microservices in the same Kubernetes cluster where Harvester is deployed on is not recommended. +While it is technically possible to deploy additional worklaods on the Harvester Host Cluster, running other workloads or microservices in the same Kubernetes cluster where Harvester is deployed on is not officially supported yet. Moreover, deployment of other microservices or workloads may invite following risks: (1) They might not be well integrated and tested on Harvester. Additionally, users need to deploy and troubleshoot them on their own. @@ -19,4 +19,4 @@ Moreover, deployment of other microservices or workloads may invite following ri (3) No WebUI support, all operations can only be achived via kubectl or other CLI tools. (4) During system upgrade, they would not be covered. -Hence, Best practice is to deploy Harvester seperately without any additional workloads. +Hence, Best practice is to deploy Harvester seperately without any additional workloads. Although, we have an experimental feature allowing you to deploy additional workload on Harvester Host Cluster (Bare Metal) in Harvester v1.2.0 and for more information on it, please review the [blog](https://www.suse.com/c/rancher_blog/harvester-v1-2-0-release/) and our official documentation [Harvester baremetal container workload support](https://docs.harvesterhci.io/v1.2/rancher/index/#harvester-baremetal-container-workload-support-experimental).