Closed ConnorJC3 closed 2 months ago
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/cloud/devicemanager/allocator.go | 93.3% | 100.0% | 6.7 |
/lgtm thank you !
@ElijahQuinones: changing LGTM is restricted to collaborators
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: torredil
The full list of commands accepted by this bot can be found here.
The pull request process is described here
All containers come up on 1.31 cluster:
❯ k get pod -n kube-system ebs-csi-controller-dd646df8-6nrrl -o yaml | g VolumeAttributes
- --feature-gates=VolumeAttributesClass=true
- --feature-gates=VolumeAttributesClass=true
Is this a bug fix or adding new feature?
Bug fix
What is this PR about? / Why do we need it?
VAC feature gate is applied to the wrong sidecar (attacher instead of resizer), fix that and push a new Helm release.
What testing is done?
Manual