Merge pull request #99522 from robscott/topology-hints

Adding support for Topology Aware Hints
This commit is contained in:
Kubernetes Prow Robot
2021-03-09 09:19:12 -08:00
committed by GitHub
59 changed files with 4418 additions and 297 deletions

View File

@@ -116,4 +116,9 @@ const (
//
// This annotation is alpha-level and is only honored when PodDeletionCost feature is enabled.
PodDeletionCost = "controller.kubernetes.io/pod-deletion-cost"
// AnnotationTopologyAwareHints can be used to enable or disable Topology
// Aware Hints for a Service. This may be set to "auto" or "disabled". Any
// other value is treated as "disabled".
AnnotationTopologyAwareHints = "service.kubernetes.io/topology-aware-hints"
)