Introducing Topology Mode Annotation, Deprecating Topology Hints

Annotation

As part of this change, kube-proxy accepts any value for either
annotation that is not "disabled".

Change-Id: Idfc26eb4cc97ff062649dc52ed29823a64fc59a4
This commit is contained in:
Rob Scott
2023-03-13 06:21:32 +00:00
parent 16bc942a6b
commit e23af041f5
10 changed files with 116 additions and 32 deletions

View File

@@ -65,7 +65,7 @@ var _ = common.SIGDescribe("[Feature:Topology Hints]", func() {
ObjectMeta: metav1.ObjectMeta{
Name: "topology-hints",
Annotations: map[string]string{
v1.AnnotationTopologyAwareHints: "Auto",
v1.AnnotationTopologyMode: "Auto",
},
},
Spec: v1.ServiceSpec{