Skip to content

Commit

Permalink
Docs: Highlight known issue about token TTL
Browse files Browse the repository at this point in the history
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: harvester/harvesterhci.io#60

Signed-off-by: Moritz Röhrich <moritz.rohrich@suse.com>
  • Loading branch information
m-ildefons committed May 29, 2024
1 parent 7c4a127 commit 3691832
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
8 changes: 7 additions & 1 deletion docs/rancher/node/node-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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/).
Expand Down
7 changes: 4 additions & 3 deletions versioned_docs/version-v1.1/rancher/node/node-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
6 changes: 6 additions & 0 deletions versioned_docs/version-v1.2/rancher/node/node-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
6 changes: 6 additions & 0 deletions versioned_docs/version-v1.3/rancher/node/node-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 3691832

Please sign in to comment.