polym / issues

0 stars 0 forks source link

2020 周报 #4

Open polym opened 4 years ago

polym commented 4 years ago

2月17日-2月21日

Bash

polym commented 4 years ago

3月30日-4月5日

Kubernete

MySQL

polym commented 3 years ago

9月27日-9月30日

Kubernetes/Docker

内核降级到 4.4 后,容器无法正常启动,OCI runtime create failed: listen unixgram /var/run/docker/runtime-runc/moby/ notify bind: invalid argument: unknown,现象同 https://github.com/moby/moby/issues/40886

解决方案:

polym commented 3 years ago

10月

Kubernetes

强制删除 Pod

kubectl delete pod mypod-0 --grace-period=0 --force --wait=false
kubectl patch pod mypod-0 -p '{"metadata":{"finalizers":null}}'