Add DNS ClusterFirstWithHostNet to TrueNAS CSI

This commit is contained in:
Daniel Cosme
2026-04-30 09:14:21 -04:00
parent 140b13bf6e
commit d5ac075b68
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -316,6 +316,7 @@ func nodeCSI() apps.DaemonSet {
HostNetwork: true,
HostPID: true,
HostIPC: true,
DNSPolicy: core.DNSClusterFirstWithHostNet,
PriorityClassName: "system-node-critical",
Tolerations: []core.Toleration{{
Operator: core.TolerationOpExists,