-
Notifications
You must be signed in to change notification settings - Fork 36
指定 Subnet 分配 IP
Huanyu He edited this page Jun 7, 2022
·
1 revision
任意 Pod 可以通过添加 networking.alibaba.com/specified-subnet=<subnet name>
的 annotation 指定其要被分配到哪个 Subnet,<subnet name>
为目标 Subnet 的名字
如果是 workload,需要将 annotation 加在 Pod template 里
同时,也可以为 Namespace 对象打上相同的 annotation,对应 Namespace 中创建的 Pod 默认会被分配到对应的 Subnet
一旦 Pod 有任何 “指定” 的行为(不管是指定 Network/Subnet/network-type/ip-family),Namespace 级别的所有指定将会失效