You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support customization of sharding labels (#24)
## What type of PR is this?
/kind feature
## What this PR does / why we need it:
1. Support label redefinition through flags:
- `ctrlmesh.kusionstack.io/control`, the sharding hash label.
- `ctrlmesh.kusionstack.io/shard-hash`, the controller-mesh control
label.
- `ctrlmesh.kusionstack.io/namespace`, the namespace label.
2. Support disable patch runnable.
## Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
_If PR is about `failing-tests or flakes`, please post the related
issues/tests in a comment and do not use `Fixes`_*
-->
## Special notes for your reviewer:
### Does this PR introduce a user-facing change?
<!--
If no, just write "NONE" in the release-note block below.
If yes, a release note is required:
Enter your extended release note in the block below. If the PR requires
additional action from users switching to the new release, include the
string "action required".
-->
```release-note
```
### Additional documentation e.g., design docs, usage docs, etc.:
<!--
Please use the following format for linking documentation:
- [Design]: <link>
- [Usage]: <link>
- [Other doc]: <link>
-->
```docs
```
0 commit comments