< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

编辑节点选择

本节介绍如何编辑容器组 IP 池的自动分配节点,以便为容器组 IP 池自动匹配合适的节点。

创建容器组 IP 池时,默认其 IP 地址可分配给所有节点的容器组。您可以设置节点选择器,以限制符合特定条件的节点上的容器组才能使用该 IP 池的 IP 地址。

Prerequisites

  • You should join a cluster and have the 集群网络资源管理 permission within the cluster. For more information, refer to "Cluster Members" and "Cluster Roles".

  • KubeSphere 平台需要安装并启用 KubeSphere 网络扩展组件。

Steps

  1. Log in to the KubeSphere web console with a user who has the 集群网络资源管理 permission, and access your cluster.

  2. Click 网络 > 容器组 IP 池 in the left navigation pane.

  3. 在需要操作的容器组 IP 池右侧点击more,然后在下拉列表中选择编辑 yaml

  4. spec.nodeSelector 参数下输入表达式,通过自定义表达式来筛选符合条件的节点。有关表达式的更多信息,请参阅节点选择器

注意
  • 容器组 IP 池的 CIDR 不得与节点的 CIDR 以及服务的 CIDR 重复。

  • 修改相关字段时,您必须明确操作后带来的影响,请谨慎操作。

Receive the latest news, articles and updates from KubeSphere


Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.

What’s on this Page