From ce87efdcb3d16022b6d29c1010bdbb759a2bb41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20R=C3=B6hrich?= Date: Fri, 17 May 2024 17:11:26 +0200 Subject: [PATCH] Docs: Highlight known issue about token TTL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Highlight known issue about token TTL in Harvester node driver/Rancher integration. The highlighting also links to the Knowledgebase article describing the temporary workaround. depends-on: https://github.com/harvester/harvesterhci.io/pull/60 Signed-off-by: Moritz Röhrich --- docs/rancher/node/node-driver.md | 8 +++++++- versioned_docs/version-v1.1/rancher/node/node-driver.md | 7 ++++--- versioned_docs/version-v1.2/rancher/node/node-driver.md | 6 ++++++ versioned_docs/version-v1.3/rancher/node/node-driver.md | 6 ++++++ 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/docs/rancher/node/node-driver.md b/docs/rancher/node/node-driver.md index 6cb4ab40515..08e0499b13e 100644 --- a/docs/rancher/node/node-driver.md +++ b/docs/rancher/node/node-driver.md @@ -58,6 +58,12 @@ When the Harvester node driver is enabled, you can create Kubernetes clusters on ::: +## Known Issues + +| Summary | Status | Last Updated | +|-----------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|--------------| +| [Rancher loses ability to manage/scale guest clusters when the corresponding API tokens expire](https://github.com/harvester/harvester/issues/5827) | [Temporary Workaround Exists](https://harvesterhci.io/kb/modify_harvester_cloud_credential_ttl) | 2024-05-17 | + ## RKE1 Kubernetes cluster Click to learn [how to create RKE1 Kubernetes Clusters](./rke1-cluster.md). @@ -98,7 +104,7 @@ During the cluster installation, the Harvester node driver will automatically he 1. Create a downstream RKE2 cluster using the Harvester node driver with Harvester cloud provider enabled. We recommend adding the [node affinity rules](./rke2-cluster.md#add-node-affinity), which prevents nodes from drifting to other zones after VM rebuilding. ![](/img/v1.2/rancher/create-rke2-harvester-cluster-3.png) - + 1. After the cluster is ready, confirm that those topology labels are successfully synchronized to the nodes on the guest Kubernetes cluster. 1. Now deploy workloads on your guest Kubernetes cluster, and you should be able to manage them using the [topology spread constraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/). diff --git a/versioned_docs/version-v1.1/rancher/node/node-driver.md b/versioned_docs/version-v1.1/rancher/node/node-driver.md index f0d911a2b4b..bb062ae67ad 100644 --- a/versioned_docs/version-v1.1/rancher/node/node-driver.md +++ b/versioned_docs/version-v1.1/rancher/node/node-driver.md @@ -37,9 +37,10 @@ Refer to [Rancher Downstream Cluster Support Matrix](https://www.suse.com/suse-r ## Known Issues -| Summary | Status | Last Updated | -|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|--------------| -| [Volumes created by the Harvester CSI driver in the host Harvester cluster would be deleted after editing/deleting the guest cluster](https://github.com/harvester/harvester/issues/3272) | Resolved | 2023-05-08 | +| Summary | Status | Last Updated | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|--------------| +| [Volumes created by the Harvester CSI driver in the host Harvester cluster would be deleted after editing/deleting the guest cluster](https://github.com/harvester/harvester/issues/3272) | Resolved | 2023-05-08 | +| [Rancher loses ability to manage/scale guest clusters when the corresponding API tokens expire](https://github.com/harvester/harvester/issues/5827) | [Temporary Workaround Exists](https://harvesterhci.io/kb/modify_harvester_cloud_credential_ttl) | 2024-05-17 | ### Volumes created by the Harvester CSI driver in the host Harvester cluster would be deleted after editing/deleting the guest cluster | Status | Last updated | diff --git a/versioned_docs/version-v1.2/rancher/node/node-driver.md b/versioned_docs/version-v1.2/rancher/node/node-driver.md index 6cb4ab40515..265edb8ab0e 100644 --- a/versioned_docs/version-v1.2/rancher/node/node-driver.md +++ b/versioned_docs/version-v1.2/rancher/node/node-driver.md @@ -58,6 +58,12 @@ When the Harvester node driver is enabled, you can create Kubernetes clusters on ::: +## Known Issues + +| Summary | Status | Last Updated | +|-----------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|--------------| +| [Rancher loses ability to manage/scale guest clusters when the corresponding API tokens expire](https://github.com/harvester/harvester/issues/5827) | [Temporary Workaround Exists](https://harvesterhci.io/kb/modify_harvester_cloud_credential_ttl) | 2024-05-17 | + ## RKE1 Kubernetes cluster Click to learn [how to create RKE1 Kubernetes Clusters](./rke1-cluster.md). diff --git a/versioned_docs/version-v1.3/rancher/node/node-driver.md b/versioned_docs/version-v1.3/rancher/node/node-driver.md index 6cb4ab40515..265edb8ab0e 100644 --- a/versioned_docs/version-v1.3/rancher/node/node-driver.md +++ b/versioned_docs/version-v1.3/rancher/node/node-driver.md @@ -58,6 +58,12 @@ When the Harvester node driver is enabled, you can create Kubernetes clusters on ::: +## Known Issues + +| Summary | Status | Last Updated | +|-----------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|--------------| +| [Rancher loses ability to manage/scale guest clusters when the corresponding API tokens expire](https://github.com/harvester/harvester/issues/5827) | [Temporary Workaround Exists](https://harvesterhci.io/kb/modify_harvester_cloud_credential_ttl) | 2024-05-17 | + ## RKE1 Kubernetes cluster Click to learn [how to create RKE1 Kubernetes Clusters](./rke1-cluster.md).