mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
Make EndpointSlice controller always canonicalize the IPs it writes out
This commit is contained in:
@@ -782,7 +782,7 @@ func TestSyncService(t *testing.T) {
|
||||
Serving: ptr.To(true),
|
||||
Terminating: ptr.To(false),
|
||||
},
|
||||
Addresses: []string{"fd08::5678:0000:0000:9abc:def0"},
|
||||
Addresses: []string{"fd08::5678:0:0:9abc:def0"},
|
||||
TargetRef: &v1.ObjectReference{Kind: "Pod", Namespace: "default", Name: "pod1"},
|
||||
NodeName: ptr.To("node-1"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user