Ashutosh Kumar
Ashutosh Kumar
Signed-off-by: Ashutosh Kumar #### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds e2e test for non graceful...
Signed-off-by: Ashutosh Kumar **What this PR does / why we need it**: Adds unit tests for missing functions in converters package. Increases the test coverage from 60% to 92.7%. **Which...
Signed-off-by: Ashutosh Kumar **What type of PR is this?** e2e tests /kind feature **What this PR does / why we need it**: With Kubernetes 1.23, CSI migration for azure disk...
/kind bug **What steps did you take and what happened:** From Kubernetes v1.23 AzureDiskCSI driver is enabled by default. An e2e test with following validations should be there: - Create...
Signed-off-by: Ashutosh Kumar Add e2e test for NodeOutOfServiceVolumeDetach feature. Ref: https://github.com/kubernetes/kubernetes/pull/108486
List of integration tests that should be covered : **Provisioning:** - [x] Stripe pool provisioning with multiple disks and raid groups ( includes write cache and data raid groups )...
**What this PR does / why we need it**: This PR adds capability to specify to use workload identity for cloud provider azure on workload clusters on azure. **Which issue(s)...
/kind feature **Describe the solution you'd like** All the CI jobs in capz should start using workload identity. **Anything else you would like to add:** [Miscellaneous information that will assist...
Signed-off-by: Ashutosh Kumar ### What this PR does / why we need it Implements direct server return. ### Which issue(s) this PR fixes Fixes # ### Describe testing done for...
I have the following in my values file: ```yaml containerPort: http: 80 https: 443 ``` which is used as below in the deployment template: ```yaml ports: {{- range $key, $value...