Ashutosh Kumar

Results 10 issues of 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...

area/test
lgtm
sig/storage
size/L
kind/feature
release-note-none
cncf-cla: yes
sig/testing
ok-to-test
needs-priority
area/e2e-test-framework
needs-triage

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...

cncf-cla: yes
size/XL
area/provider/azure
lifecycle/stale
release-note-none
needs-rebase
sig/cluster-lifecycle

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/feature
cncf-cla: yes
release-note-none
size/XXL

/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...

kind/bug

Signed-off-by: Ashutosh Kumar Add e2e test for NodeOutOfServiceVolumeDetach feature. Ref: https://github.com/kubernetes/kubernetes/pull/108486

cncf-cla: yes
size/M
area/provider/gcp
sig/testing
area/jobs
sig/cloud-provider
area/config
ok-to-test

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 )...

Backlog

**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)...

cncf-cla: yes
size/M
release-note

/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...

kind/feature

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...

cla-not-required

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...

question/support