Xinfeng Liu

Results 11 issues of Xinfeng Liu

In a highly churned docker swarm cluster, sometimes the error `creating vxlan interface: file exists` emerges, then it is needed to manually clean up the orphaned `vx-xxxxx` interfaces in host...

Current network allocation is run asynchronously with network (object) creation, when a user specifies an overlapped subnet, the network creation succeeds but this network is useless with empty IPAM config....

**- What I did** - Fix error: `grpc: received message larger than max` - Make `swarmctl` able to create ingress network with the same `ingress` name. - Add `Node Attachment(s)`...

Per https://kubernetes.io/docs/concepts/services-networking/dual-stack/#configure-ipv4-ipv6-dual-stack, when setting PoCIDRs for dual stack, IPv4 CIDR should be in front of IPv6 CIDR. Otherwise, when enabling IPv6 in an existing IPv4 cluster, the `kube-controller-manager` would be...

A customer ran into container operations hanged. From the stack dump, here's the goroutine that hangs: ``` goroutine 11387 [chan send, 1570 minutes]: github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/overlay.(*driver).peerInit(0xc44ba78500, 0xc4353174c0, 0x19) /go/src/github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/overlay/peerdb.go:302 +0xc6 github.com/docker/docker/vendor/github.com/docker/libnetwork/drivers/overlay.(*driver).initSandboxPeerDB(0xc44ba78500, 0xc4353174c0,...

- Need to upgrade go 1.10 and later to fix "go get -u github.com/golang/lint/golint" error in travis CI. See: https://github.com/golang/lint/issues/421 - Also modify integration test code to make it pass...

Following Crosby's patch, this commit makes launching health-check processes faster when many health-checks occur simultaneously. It helps avoiding health-check timeouts that Paypal ran into. (FIELD-2190) In addition, this commit adds...

This is a rework for https://github.com/Mirantis/cri-dockerd/pull/409 since I'm not able to modify that PR.

Fixes #446 ## Proposed Changes Backport from #447

The pod fails to start when `automountServiceAccountToken` is set to `true`. The mount spec passed by `kubelet` should be corrected for Windows: `Warning Failed 23m (x9 over 29m) kubelet Error:...