diff --git a/src/k8s/pkg/k8sd/controllers/node_configuration_test.go b/src/k8s/pkg/k8sd/controllers/node_configuration_test.go index 1a5ecc837..e1b41075a 100644 --- a/src/k8s/pkg/k8sd/controllers/node_configuration_test.go +++ b/src/k8s/pkg/k8sd/controllers/node_configuration_test.go @@ -94,7 +94,7 @@ func TestConfigPropagation(t *testing.T) { }, }, expectedUpdates: map[string]string{ - "--cluster-domain": "test-cluster2.local", + "--cluster-domain": "cluster.local", "--cluster-dns": "10.152.1.3", }, },