Guilhem Lettron
Guilhem Lettron
May superseed #445
I have a N-GT with 2 batteries and integration only get 1 battery information.
## Community Note * Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review * Please do...
https://github.blog/news-insights/product-news/the-next-step-for-lgtm-com-github-code-scanning/
Currently, `Interface` only support "mount" functions: https://github.com/kubernetes/mount-utils/blob/d561b6cfba27ec5c35c8b3255bc69d36f2dd7321/mount.go#L39 To simply CSI test and mocking Can we create a new Interface for all "Format" functions? like: https://github.com/kubernetes/mount-utils/blob/d561b6cfba27ec5c35c8b3255bc69d36f2dd7321/mount.go#L189
This pull request focuses on simplifying the volume attachment logic in the `ControllerServer` by removing redundant checks and related methods. The most important changes include the removal of the `checkAttachmentCapacity`...
### General: * [ ] Have you removed all sensitive information, including but not limited to access keys and passwords? * [ ] Have you checked to ensure there aren't...
https://github.com/kubernetes-sigs/vsphere-csi-driver/blob/5a645a4b2fe29a52bba3305365c5918d049f1cf0/pkg/csi/service/osutils/linux_os_utils.go#L870 ### General: * [ ] Have you removed all sensitive information, including but not limited to access keys and passwords? * [ ] Have you checked to ensure there...
In case of single node cluster, pod finish by working after some time. kubectl describe pod ``` Warning NodeNotReady 5m9s node-controller Node is not ready Warning FailedMount 5m kubelet MountVolume.MountDevice...
### Description of your changes Sort outputs from `ResolveMultiple`. Fixes #803 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `earthly +reviewable` to ensure this PR...