weizhi
weizhi
Yes, I'm not planning to make the changes in this PR. Just raised for discussion. We need to first enhance the e2e testing capabilities before making major changes or refactoring.
If we add node informer(https://github.com/kaito-project/kaito/pull/1052), `resources.GetNode` will get node from cache rather than apiserver. But this fix should still work, because node informer will make sure the cache always sync...
This PR is checkout from https://github.com/NetApp/trident/pull/829
I've added manual test steps in the description.
I've tested with [Azure official doc](https://learn.microsoft.com/en-us/azure/aks/azure-netapp-files-nfs) successfully, so there should be no regression.
Should watch for lws at [here](https://github.com/kaito-project/kaito/blob/main/pkg/ragengine/controllers/ragengine_controller.go#L561-L566)
track task from comment https://github.com/kubernetes-sigs/blob-csi-driver/pull/1551#issuecomment-2296059258
Hi, @karlschriek , we are working on this feature. But there won't be any field like `nodeStageServiceAccount` added in PVC, PV or storage class, in fact, a service account federated...