Siyu Wang
Siyu Wang
**Why is this needed**: CronJob has added a `timezone` field in Spec https://github.com/kubernetes/kubernetes/pull/108032 . AdvancedCronJob should cherry-pick it to support timezone configuration.
# Who is using Kruise First of all, thanks sincerely for constantly using and supporting Kruise. We will try our best to keep Kruise better, and keep community and eco-system...
**What would you like to be added**: Support bypass liveness probe that restart containers with rate limit. **Why is this needed**: Now the failure of liveness probe always makes the...
**What would you like to be added**: PodUnavailableBudget should also validate creation of ContainerRecreateRequest. **Why is this needed**: ContainerRecreateRequest is used for recreating(restarting) containers in Pods, which also causes unavailable....
**What would you like to be added**: PodMarker: A new CRD that marks Pods by number, labels, nodes, probes. **Why is this needed**: - A canary release plan may want...
OpenKruise has been in CNCF Sandbox since Nov 2020. The project closely aligns with CNCF values on openness and fairness. It has been used in production by at least 40+...
**User Story** As a developer, I would like VirtualCluster to support to sync specific conditions of PodStatus from tenant to super, for some user-defined condition types are designed to be...
### Description This is **NOT** intended to make the real cache mutable. Actually, `MutationCache` is [a struct defined in client-go](https://github.com/kubernetes/client-go/blob/master/tools/cache/mutation_cache.go). But it needs args like `Store` and `Indexer` in client-go,...
Signed-off-by: FillZpp Moves me (@FillZpp ) to maintainers to improve coverage for maintainer-requiring tasks, e.g. making releases (following [RELEASE.md](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md), thanks to @camilamacedo86 ).
Support api-approved annotation for CRD with k8s group fixes #656