Amir Alavi
Amir Alavi
Feature Request: https://github.com/kubernetes/charts/issues/4569
**What happened**: If a Role has two colons in the name `::`, then a ResourceBinding nor Work is created. Karmada replaces colon with dot (not sure why), but this causes...
**What happened**: we have a role called `kube-system/compute-controller-manager-leader-election-rolebinding`, given that karmada adds it in the label, it cannot be longer than 63 characters ``` 4m55s Warning SyncFailed rolebinding/compute-controller-manager-leader-election-rolebinding Failed to...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #4681 **Special notes for your reviewer**: This...
**What would you like to be added**: Automated release of helm charts I created it for GitHub pages in my fork: https://a7i.github.io/karmada [GitHub Actions](https://github.com/a7i/karmada/blob/v1.9.0-preview5/.github/workflows/release.yml) **Why is this needed**: We typically...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: It would be ideal for karmada to allow all `Kind` from a certain...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Follow-up to https://github.com/karmada-io/karmada/pull/3262 Adds the well-known "karmada.io/managed" label to resources created by karmada...
- bump go to 1.21 - bump k8s deps to 1.29 - update GitHub Actions to use latest actions
I assume this needs a chart bump?
collect use-cases for v1alpha3: - [Ability to define granular nodeFit checks](https://github.com/kubernetes-sigs/descheduler/issues/1149) - [Merge TooManyRestarts and PodLifeTime](https://github.com/kubernetes-sigs/descheduler/issues/1169) - [Default Evictor to support Delete](https://github.com/kubernetes-sigs/descheduler/issues/1170) - [Per strategy dry-run mode](https://github.com/kubernetes-sigs/descheduler/issues/1176)