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:
parent
ff2c30a63c
commit
331f56ecc3
1 changed files with 0 additions and 1 deletions
|
@ -318,7 +318,6 @@ func nfdWorkerPodSpec(image string, extraArgs []string) v1.PodSpec {
|
|||
},
|
||||
},
|
||||
ServiceAccountName: "nfd-master-e2e",
|
||||
HostNetwork: true,
|
||||
DNSPolicy: v1.DNSClusterFirstWithHostNet,
|
||||
Volumes: []v1.Volume{
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue