Add DNS ClusterFirstWithHostNet to TrueNAS CSI
This commit is contained in:
@@ -4,14 +4,14 @@ metadata:
|
||||
name: truenas-csi
|
||||
namespace: truenas-csi
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- controller-deployment.yaml
|
||||
- controller-cluster-role.yaml
|
||||
- controller-binding.yaml
|
||||
- node-service-account.yaml
|
||||
- node-cluster-role.yaml
|
||||
- controller-service-account.yaml
|
||||
- node-binding.yaml
|
||||
- node-deamonset.yaml
|
||||
- CSIDriver.yaml
|
||||
- config.yaml
|
||||
- namespace.yaml
|
||||
- controller-service-account.yaml
|
||||
- controller-binding.yaml
|
||||
- node-service-account.yaml
|
||||
|
||||
@@ -127,6 +127,7 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /csi
|
||||
name: plugin-dir
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
hostIPC: true
|
||||
hostNetwork: true
|
||||
hostPID: true
|
||||
|
||||
Reference in New Issue
Block a user