weizhi
weizhi
#### What this PR does / why we need it: I think we can simply use `wait.UntilWithContext` instead of `wait.JitterUntilWithContext` with jitter factor. This enhance code's readability.
## Feature Request **Is your feature request related to a problem? Please describe:** Tidb-operator use `code-generator/openapi-gen` and `to-crdgen` to generate CRD manifest automatically, however, the CRDs only support a few...
## Bug Report **What did you do?** 1. Deploy an operator using kubernetes built-in Statefulset. 2. Deploy an operator with different [controllerManager. selector](https://github.com/pingcap/tidb-operator/blob/master/charts/tidb-operator/values.yaml#L87) value, and set feature [AdvancedStatefulSet=true](https://github.com/pingcap/tidb-operator/blob/master/charts/tidb-operator/values.yaml#L36), which means...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: support create azure file across subscription without using data plane api **Which issue(s)...
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/)...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #546 **Requirements**: - [ ] uses [conventional...
谢谢耗子叔
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Fix [mount point may become local volume after node rebooting](https://github.com/kubernetes/kubernetes/issues/117513) under...
Support using `kubectl ctx -d` to interactively choose a context to delete.
## Change description ### feat: Incoporate azure resources Per [Azure official document](https://learn.microsoft.com/en-us/azure/aks/azure-netapp-files), users have to complete following steps before they deploy trident and create tbc (tridentbackendconfig): 1. Create a netapp...