当前位置:网站首页>Warning FailedScheduling 8s default-scheduler 0/3 nodes are available: 1 Insufficient memory
Warning FailedScheduling 8s default-scheduler 0/3 nodes are available: 1 Insufficient memory
2022-07-20 01:06:00 【喝醉酒的小白】
问题
ka get pod -o wide
ka describe pod oracle-265abd451-0
Pod无法调度
Warning FailedScheduling 8s default-scheduler 0/3 nodes are available: 1 Insufficient memory, 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn’t tolerate, 1 node(s) had volume node affinity conflict.
默认调度程序0/3个节点可用:1个内存不足,1个节点具有pod无法容忍的污点{node.kubernetes.io/not-ready:},1个节点具有卷节点亲和力冲突。
排查思路
查看节点状态:发现有一个节点NotReady
k get node
查看标签
k get nodes --show-labels
查看污点
k get node -o yaml |grep taint -A 5
f:taints: {
}
manager: kube-controller-manager
operation: Update
time: "2022-07-19T12:49:26Z"
name: x-x-x-x
resourceVersion: "233927"
--
taints:
- effect: NoSchedule
key: node.kubernetes.io/not-ready
timeAdded: "2022-07-19T12:49:26Z"
- effect: NoExecute
key: node.kubernetes.io/not-ready
--
f:taints: {
}
f:status:
f:conditions:
k:{
"type":"DiskPressure"}:
f:lastTransitionTime: {
}
f:message: {
}
--
taints:
- effect: NoSchedule
key: node.kubernetes.io/unreachable
timeAdded: "2022-07-19T12:45:33Z"
- effect: NoExecute
key: node.kubernetes.io/unreachable
kubectl taint nodes node{
1,2,3} node-role.kubernetes.io/master:NoSchedule
清除污点
k taint nodes --all node-role.kubernetes.io/master-
taint "node-role.kubernetes.io/master" not found
taint "node-role.kubernetes.io/master" not found
taint "node-role.kubernetes.io/master" not found
k get node -o yaml |grep taint -A 5
没了。。。
重启Pod后正常。。。
边栏推荐
- codeforces每日5题(均1500)-第二十天
- 央视新闻《深圳开住宿手撕定额发票》新闻频道_人民网
- Codeworks 5 questions per day (average 1500) - day 20
- Operation log of dbeaver
- PX4使用P900数传
- CCTV news news news channel "Tianjin opens catering quota invoice by hand"_ People's network
- 英伟达NX使用笔记
- CCTV news "Hangzhou rent quota invoice by hand" news channel_ People's network
- CCTV news news news channel of Chongqing catering manual tearing quota invoice_ People's network
- 央视新闻《重庆开住宿手撕定额发票》新闻频道_人民网
猜你喜欢
这款国产良心软件正式开源!
Voulez - vous assurer la sécurité des logiciels à faible coût? Cinq missions de sécurité méritent d'être examinées
Overview of global event bus
如何入门.NET Core ? 推荐这10个优秀的开源项目!
Why has API strategy become a magic weapon for enterprises' digital transformation?
全局事件总线概述
零信任和SASE有什么不一样?答案其实并不重要
Sweetalert notes - add input box pictures, etc. in the pop-up window
How to get asp Net core current startup address?
Dynamic memory management + flexible array
随机推荐
Information system project manager core examination center (46) procurement statement of work (SOW)
[JVM series] common garbage collector in JVM
央视新闻《广州开餐饮手撕定额发票》新闻频道_人民网
Common interview questions for app UI automated testing may be useful~
How to check whether win11 can be upgraded to 22h2? How to upgrade 22h2 in win11
CCTV news "Nanjing rent quota invoice by hand" news channel_ People's network
CCTV news "Shanghai rent quota invoice by hand" news channel_ People's network
智能问答(Question Answering)的主要研究方向
Web performance test needs analysis, what should we do?
Leetcode 做题语法补充总结笔记
Leetcode- number of occurrences of numbers in the array (single dog problem)
Implement metersphere signature signature through shell
codeforces每日5题(均1500)-第二十天
LeetCode_78_子集
央视新闻《济南开餐饮手撕定额发票》新闻频道_人民网
Weex demining 1:data this
央视新闻《宁波开餐饮手撕定额发票》新闻频道_人民网
全局事件总线概述
CCTV news "Ningbo opens catering quota invoice by hand" news channel_ People's network
What are the differences and connections between cloud computing and edge computing?