mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 14:51:58 +00:00
Create control plane with ClusterFirstWithHostNet dns policy
This commit is contained in:
@@ -380,6 +380,7 @@ func TestComponentPod(t *testing.T) {
|
||||
},
|
||||
PriorityClassName: "system-cluster-critical",
|
||||
HostNetwork: true,
|
||||
DNSPolicy: v1.DNSClusterFirstWithHostNet,
|
||||
Volumes: []v1.Volume{},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user