We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are topology.kubernetes.io/region and topology.kubernetes.io/zone label on ecs node(in 1.16, those are failure-domain.beta.kubernetes.io/region and failure-domain.beta.kubernetes.io/zone). Those label can be used for podAntiAffinity.
topology.kubernetes.io/region
topology.kubernetes.io/zone
failure-domain.beta.kubernetes.io/region
failure-domain.beta.kubernetes.io/zone
podAntiAffinity
But the virtualnode created by alibabacloud-eci doesn't have those label, which makes podAntiAffinity doesn't work properly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are
topology.kubernetes.io/region
andtopology.kubernetes.io/zone
label on ecs node(in 1.16, those arefailure-domain.beta.kubernetes.io/region
andfailure-domain.beta.kubernetes.io/zone
). Those label can be used forpodAntiAffinity
.But the virtualnode created by alibabacloud-eci doesn't have those label, which makes
podAntiAffinity
doesn't work properly.The text was updated successfully, but these errors were encountered: