This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.3.3.4. pod 关联性和反关联性规则示例
以下示例演示了 pod 关联性和 pod 反关联性。
3.3.4.1. Pod 关联性 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
以下示例演示了具有匹配标签和标签选择器的 pod 的 pod 关联性。
pod team4 具有标签
team:4
。Copy to Clipboard Copied! Toggle word wrap Toggle overflow pod team4a 在
podAffinity
下具有标签选择器team:4
。Copy to Clipboard Copied! Toggle word wrap Toggle overflow - team4a pod 调度到与 team4 pod 相同的节点上。