Skip to content

Commit 30d33e1

Browse files
committed
add csi driver addon failures on k8s 1.29 to known issues for kkp v2.2.5
Signed-off-by: Akash Gautam <gautamakash04@gmail.com>
1 parent a54e510 commit 30d33e1

File tree

1 file changed

+16
-0
lines changed
  • content/kubermatic/v2.25/architecture/known-issues

1 file changed

+16
-0
lines changed

content/kubermatic/v2.25/architecture/known-issues/_index.en.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,19 @@ This adjustment will help ensure that the issue no longer disrupts the provision
7979
For additional details and discussions related to this issue, you can refer to the following GitHub issues:
8080
- [open-vm-tools](https://github.com/vmware/open-vm-tools/issues/684).
8181
- [cloud-init](https://github.com/canonical/cloud-init/issues/4188).
82+
83+
## CSI addon's reconciliation fails after upgrading user clusters to k8s 1.29 on Azure
84+
85+
### Problem
86+
87+
The CSI addon's reconciliation fails after we upgrade a user cluster on Azure cloud provider to kubernetes version 1.29.x.
88+
89+
### Root Cause
90+
91+
The root cause of this issue is an update to Azure CSI driver's upstream where the ClusterRole referenced in ClusterRoleBinding `csi-azuredisk-node-secret-binding` has been updated from `csi-azuredisk-node-secret-role` to `csi-azuredisk-node-role`.
92+
93+
### Solution
94+
95+
As the ClusterRole referenced in the ClusterRoleBinding can't be updated, we need to delete it & let it get re-created as per the latest spec.
96+
97+
`kubectl delete ClusterRoleBinding csi-azuredisk-node-secret-binding`

0 commit comments

Comments
 (0)