JieWu

Results 6 issues of JieWu

test codes as below ```go func TestPatch(t *testing.T) { // test element delete oldContainer := &v1.Container{ Name: "test", Env: []v1.EnvVar{ { Name: "testA", Value: "testAa", }, { Name: "testB", Value:...

lifecycle/rotten

**What would you like to be added**: **Why is this needed**:

kind/good-first-issue
kind/feature-request

**What would you like to be added**: Add label or field to give uses an option to disable StatefulSet ordinal checking in WorkloadSpread. **Why is this needed**: Generally speaking, Pods...

wontfix
kind/feature-request

controller-runtime register `NewGoCollector() ` to export go runtime metrics, as https://github.com/kubernetes-sigs/controller-runtime/blob/67854429a3437a7684136c46fd8af1d33ea90de4/pkg/internal/controller/metrics/metrics.go#L84C14-L84C28. However, `prometheus/cient_golang` incompatible upgrade leads original behavior breaks. Empty options args in`func NewGoCollector(opts ...func(o *internal.GoCollectorOptions))` will disable `go_sche*` metrics...

**What happened**: cloneset-controller stuck in reconcile to wait ScaleExpectations statisfied. **What you expected to happen**: cloneset-controller will never stuck, and continue to reconcile when ScaleExpectations timeout. **How to reproduce it...

kind/bug