检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
创建动态EIPPool 动态EIPPool,即根据用户在EIPPool中填写的配置,动态创建底层的EIP资源,同时在CCI命名空间下创建相应的EIP对象。 以下示例创建了一个名为eippool-demo1的动态EIPPool,具体字段含义见表1。
创建静态EIPPool 静态EIPPool,即根据用户指定的多个未使用的EIP,静态纳管底层的EIP资源,同时在CCI命名空间下创建相应的EIP对象。如果EIPPool中的EIP已经被NAT或者ELB使用,则会纳管失败。
创建Pod时,可指定annotation属性,创建完成后,更新EIP相关的annotation均无效。 EIP随Pod创建的优先级高于使用EIPPool创建的EIP。 绑定已有EIP创建的优先级高于EIP随Pod创建的EIP。
EIPPool概述 为方便用户在CCI内直接为Pod关联EIP,CCI新增了名为EIPPool的自定义资源对象,通过EIPPool资源对象,用户可以为Pod自动绑定EIP。
管理EIPPool 更新EIPPool 考虑到用户实际场景,EIPPool对象当前只允许用户调整EIP的数量,即对EIPPool进行扩缩容。用户如果需要调整EIP其他参数,可新建EIPPool对象后在负载配置中替换即可。
使用EIPPool 在命名空间下创建完成EIPPool对象后,用户可在Pod模板中添加指定的Annotation: yangtse.io/eip-pool 使用对应EIPPool中的EIP资源,指定后,Pod在创建时将会自动从EIPPool中获取一个可用的EIP并绑定至Pod。
注入nvidia-smi工具。
为Pod绑定已有EIP 为Pod指定EIP的ID 创建Pod时,填写yangtse.io/eip-id的annotation后,EIP会随Pod自动完成绑定。 以下示例创建一个名为nginx的实例数为1的无状态负载,EIP将随Pod自动绑定至Pod。具体字段含义见表1。
size of the PublicIP id String The ID of the PublicIP ipv4 String The ipv4 address of the PublicIP ipv6 String The ipv6 address of the PublicIP
size of the PublicIP id String The ID of the PublicIP ipv4 String The ipv4 address of the PublicIP ipv6 String The ipv6 address of the PublicIP
size of the PublicIP id String The ID of the PublicIP ipv4 String The ipv4 address of the PublicIP ipv6 String The ipv6 address of the PublicIP
为Pod动态创建EIP EIP随Pod创建 创建Pod时,填写pod-with-eip的annotation后,EIP会随Pod自动创建并绑定至该Pod。 以下示例创建一个名为nginx的无状态负载,EIP将随Pod自动创建并绑定至Pod。具体字段含义见表1。
EIP EIP概述 为Pod动态创建EIP 为Pod绑定已有EIP
创建EIPPool 创建动态EIPPool 创建静态EIPPool 父主题: EIPPool
size of the PublicIP id String The ID of the PublicIP ipv4 String The ipv4 address of the PublicIP ipv6 String The ipv6 address of the PublicIP
size of the PublicIP id String The ID of the PublicIP ipv4 String The ipv4 address of the PublicIP ipv6 String The ipv6 address of the PublicIP
删除指定的EIPPool 功能介绍 删除指定的EIPPool。 调用方法 请参见如何调用API。
size of the PublicIP id String The ID of the PublicIP ipv4 String The ipv4 address of the PublicIP ipv6 String The ipv6 address of the PublicIP
EIPPool 查询指定namespace下的EIPPools 创建EIPPool 删除指定的EIPPool 查询指定的EIPPool 更新EIPPool 替换EIPPool 查询指定的EIPPool 父主题: API
EIPPool EIPPool概述 创建EIPPool 使用EIPPool 管理EIPPool