Replies: 2 comments 6 replies
-
what's the csi-driver-smb/deploy/csi-smb-node.yaml Line 21 in 2457c6d And also have you tried restart the coredns daemonset pods? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I used dnsPolicy: None and then manually configured the DNS.. Something like: dnsPolicy: None
dnsConfig:
nameservers: ["10.138.16.10"] # My DNS Service IP
searches:
- cluster.local
- svc.cluster.local
options:
- name: ndots
value: "5" I think it will be quite good if we have that posibility in the Charts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm not sure if this is a bug or something, I need a bit of help here.
I have a custom dns server configuration in CoreDNS that apparently is ignored by the SMB mount. The Pod when it tries to mount the share, cannot resolve the host name xxxx.mycompany.com. All the pods in the cluster can resolve xxxx.mycompany.com. The connection works fine if I use the IP address instead
Beta Was this translation helpful? Give feedback.
All reactions