Wei Huang

Results 17 issues of Wei Huang

Ref https://github.com/kubernetes/community/pull/6467#discussion_r806914761, shall we consider archiving kube-batch?

lifecycle/stale

### Describe the issue Per the recent cleanup in scheduler perf testings, we should sync the documents here. Context: https://github.com/kubernetes/kubernetes/pull/109696#issuecomment-1113897666.

sig/scheduling
lifecycle/stale

Add monthly meeting for APAC timezone. cc @ahg-g

cncf-cla: yes
sig/scheduling
size/S
lifecycle/stale

- [x] Follow-up of upstream v1beta3 config issue. ([1](https://github.com/kubernetes-sigs/scheduler-plugins/blob/6aadda4e9213fd0f71807cd6630eb8e58db740fd/cmd/scheduler/main_test.go#L499) and [2](https://github.com/kubernetes-sigs/scheduler-plugins/blob/6aadda4e9213fd0f71807cd6630eb8e58db740fd/test/util/framework.go#L45)) - fixed by #409

- [x] follow the [release process](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/RELEASE.md) to create branches and tag (https://github.com/kubernetes/k8s.io/pull/4106) - [ ] document update (#414)

In my M1 env, I'd like to reuse the `kubectl`; otherwise you cannot download a darwin/arm64 kubectl binary: w/o this PR, the following command won't work in M1: ``` KWOK_KUBE_VERSION=v1.20.15...

kind/bug
approved
size/S
cncf-cla: yes

### Enhancement Description - One-line enhancement description (can be used as a release note): Add a `schedulingGates` field to the Pod spec that marks a Pod's scheduling readiness. - Kubernetes...

sig/scheduling
stage/stable

- One-line PR description: graduate PodSchedulingReadiness to beta - Issue link: https://github.com/kubernetes/enhancements/issues/3521

sig/scheduling
cncf-cla: yes
size/M
kind/kep

Repro steps: - install pkl-gen-go's latest version - `pkl-gen-go --version` shows `0.5.3` - craft a `generator-settings.pkl` with the folllowing content ``` structTags { ["yaml"] = "%{name},omitempty" } ``` - `pkl-gen-go...

I noticed with the introduction of #610, the following schema will fail (but it was not before #610): ```yaml openapi: 3.0.0 info: title: "Hello World REST APIs" version: "1.0" paths:...