摘要: kubectl top (metrics-server) node NotFound components.yaml 网上的各种方法都有问题,找到了一个完整版的 yaml apiVersion: v1 kind: ServiceAccount metadata: labels: k8s-app: m 阅读全文
posted @ 2022-11-16 16:54 VipSoft 阅读(452) 评论(0) 推荐(0)
摘要: k8s 线上集群中 Node 节点状态变成 NotReady 状态,导致整个 Node 节点中容器停止服务。 一个 Node 节点中是可以运行多个 Pod 容器,每个 Pod 容器可以运行多个实例 App 容器。Node 节点不可用,就会直接导致 Node 节点中所有的容器不可用,Node 节点是否 阅读全文
posted @ 2022-11-16 15:58 VipSoft 阅读(2895) 评论(2) 推荐(0)
摘要: POM 添加依赖 <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.3.7</version> </dependency> <!--添加依赖--> <dependency> 阅读全文
posted @ 2022-11-16 12:03 VipSoft 阅读(827) 评论(0) 推荐(0)