Fan Shangxiang
Fan Shangxiang
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes...
Tracking issue for: - [ ] https://github.com/kubernetes-sigs/cloud-provider-azure/security/code-scanning/40
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command `az aks update --load-balancer-outbound-ports 0` ### General Guidelines related: #27071...
### Feature Request FileShareItem is the same as FileShare struct in FileShareClients. Can we use FileShare instead? https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage#FileSharesClientListResponse
…re/azure-sdk-for-go/sdk/storage **What type of PR is this?** /kind cleanup **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Requirements**: - [ ] uses...
I would like to get cloudprovider-azure integrated with CNCF-Fuzzing! Codebase is at https://github.com/kubernetes-sigs/cloud-provider-azure It is a set of controllers. Thanks!
Add MartinForReal as a reviewer PR: https://github.com/kubernetes/node-problem-detector/pull/756 https://github.com/kubernetes/node-problem-detector/pull/760 https://github.com/kubernetes/node-problem-detector/pull/769 https://github.com/kubernetes/node-problem-detector/pull/773 https://github.com/kubernetes/node-problem-detector/pull/774 https://github.com/kubernetes/node-problem-detector/pull/793 https://github.com/kubernetes/node-problem-detector/pull/806 https://github.com/kubernetes/node-problem-detector/pull/820 https://github.com/kubernetes/node-problem-detector/pull/811 in review. Reviewed pr: https://github.com/kubernetes/node-problem-detector/pull/823 https://github.com/kubernetes/node-problem-detector/pull/806 https://github.com/kubernetes/node-problem-detector/pull/774 https://github.com/kubernetes/node-problem-detector/pull/761
The QoS of worker pod created by operator is Burstable due to the resource config here: https://github.com/kubeflow/pytorch-operator/blob/4aeb6503162465766476519339d3285f75ffe03e/pkg/common/config/config.go#L9-L20 This is a vital issue because only the pods with Guaranteed class can...
**Is your feature request related to a problem? Please describe.** I don't want to add unused dependencies such as client-go and etc when I use controller-runtime to develop operators. **Describe...