ouyang1204

Results 12 issues of ouyang1204

**What happened**: Deploy CloneSet which specified replicas 1, and node selector such as : ``` nodeSelector: foo: "bar" ``` k8s scheduled pod with different node, eg: 192.168.0.10, 192.168.0.11 Pod status:...

kind/enhancement
help wanted
kind/feature-request

#### What type of PR is this? /kind bug #### What this PR does / why we need it: Pod that mounts a PVC reaches a completed state, remove finalizer...

kind/bug
area/test
lgtm
sig/storage
size/M
release-note-none
sig/apps
cncf-cla: yes
sig/testing
ok-to-test
needs-priority
needs-triage

#### What type of PR is this? /kind feature #### What this PR does / why we need it: The channel protocols supported by k8s include: - channel.k8s.io - base64.channel.k8s.io...

kind/feature
cncf-cla: yes
size/L
lifecycle/rotten
release-note-none

#### What type of PR is this? /kind feature #### What this PR does / why we need it: Improve log printing, migrate PLEG to structured logging. Additionally make the...

area/test
priority/backlog
sig/network
area/kubelet
kind/cleanup
sig/scheduling
area/kube-proxy
area/apiserver
area/kubectl
sig/storage
sig/node
sig/api-machinery
sig/cluster-lifecycle
size/L
kind/api-change
kind/feature
release-note-none
sig/apps
sig/cli
area/kubeadm
cncf-cla: yes
sig/testing
area/code-generation
ok-to-test
area/e2e-test-framework
triage/accepted
sig/etcd

Does edgeservice has a github repo? The image is kubesphere/edgeservice:latest.

Using k8s-device-plugin in our kubernetes cluster, we found that in MIG mode: 1. The device plug-in instance corresponding to the newly created GI is not started 2. The status of...

The goals of this PR are as follows: 1.Expose pod.Status.PodIPs as ipv4 and ipv6 if dualstack enabled. 2.If pod.Status.PodIP is a IPv6 address and no ports defined, use JoinHostPort returns...

Ignore files generated by IDEs, such as IntelliJ IDEA, Vscode, Eclipse.

Fixes https://github.com/robfig/cron/issues/554. Xref:https://github.com/kubernetes/kubernetes/issues/134320