如何在现有EKS群集中创建节点?还是给我解决错误的解决方案?

发布于 2025-02-12 04:27:01 字数 309 浏览 2 评论 0原文

我在kubernetes中面临此类错误( 0/1个节点可用:1个节点(s)具有污染{node.kubernetes.io/unreachable: },pod dion''' t耐受。)。我的应用程序服务器已关闭。 首先,由于内存分配(我们有一个节点),我只是在守护程序集中添加一个文件,所有POD都无法分配和显示未决状态和完全冲突(在未决条件下)。如果我删除所有部署,我运行所有新部署,还显示未决条件条件。现在,请帮助解决此问题。我还尝试了污点命令,也不起作用。 根据我的同意,我可以使用现有群集创建一个节点还是撤销了实例?提前致谢

I'm facing this such error in kubernetes( 0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/unreachable: }, that the pod didn't tolerate.). My application server is down.
First, I just add one file in daemon set , due to memory allocation (we are having one node), all pods are failed to allocate and shows pending state and fully clashes (stays in pending condition).If I delete all deployments and I run any new deployments also its showing pending condition .Now please help to get sort it out this issue. I also tried the taint commands, also it doesn't work.
As per my consent , can I create a node with existing cluster or revoke the instance? thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我还不会笑 2025-02-19 04:27:01

您需要为群集配置自动化(默认情况下它不起作用)
https://docs.aws.aws.aws.amazon。 com/eks/最新/userguide/create-managed-node-group.html
或者,您可以手动更改节点组的所需大小。
另外,请确保您的部署有相关的资源要求您的节点

You need to configure autoscaling (it doesn't work by default) for the cluster
https://docs.aws.amazon.com/eks/latest/userguide/create-managed-node-group.html
Or, you can manually change the desired size of the node group.
Also, make sure that your deployment has relevant resources request for your nodes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文