Believe it
2021-03-15发表2021-03-15更新Docker / K8s

k8s故障

nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial

很多POD处于evicted状态

1
2
3
4
5
#!/bin/bash
for pod in $(kubectl get pods|grep Evicted|awk '{print $1}');
do
kubectl delete pods $pod
done
docker-mysql
操作系统导论
fightinggg

fightinggg

文章

461

分类

74

标签

12

最新文章

2022-07-24

VPN与代理那些事

计算机网络

2022-07-19

CPU架构介绍

CPU

2022-07-16

docker内部安装软件

Docker

2022-05-25

白帽子讲Web安全

计算机网络

2022-03-31

spring13-AspectJ

Language / Java / Spring

Believe it

© 2022 fightinggg  Powered by Hexo & Icarus