ouyang1204
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:...
#### 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...
#### 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...
Fixes #174 .
#### 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...
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