1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +00:00

test/e2e: drop hostNetwork from worker pod spec

We don't need or use that anymore.
This commit is contained in:
Markus Lehtonen 2020-05-25 15:45:40 +03:00
parent ff2c30a63c
commit 331f56ecc3

View file

@ -318,7 +318,6 @@ func nfdWorkerPodSpec(image string, extraArgs []string) v1.PodSpec {
},
},
ServiceAccountName: "nfd-master-e2e",
HostNetwork: true,
DNSPolicy: v1.DNSClusterFirstWithHostNet,
Volumes: []v1.Volume{
{