-
Notifications
You must be signed in to change notification settings - Fork 36
设置私有 Subnet
Huanyu He edited this page Jun 14, 2023
·
3 revisions
对于 Subnet 对象,可以通过将 spec.config.private
字段设置为 true
来达到 “只有‘指定 Subnet 分配 IP’的 Pod 可以使用该网段中地址” 的目的
如果 Subnet 中存在已经分配的 IP 地址,存量的 IP 地址以及其 Pod 不会收到影响,只会影响新创建的 Pod;该功能不影响网络联通性