Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cinder-csi-plugin] Missing dnsPolicy when running with hostNetwork: true #2481

Closed
gman0 opened this issue Nov 27, 2023 · 0 comments · Fixed by #2483
Closed

[cinder-csi-plugin] Missing dnsPolicy when running with hostNetwork: true #2481

gman0 opened this issue Nov 27, 2023 · 0 comments · Fixed by #2483

Comments

@gman0
Copy link
Member

gman0 commented Nov 27, 2023

/kind bug

cinder-csi-plugin node plugin DaemonSet definition (the manifests and the chart) deploys with hostNetwork: true, but it is missing dnsPolicy: ClusterFirstWithHostNet, so node's DNS config is always used, bypassing cluster's DNS cache. This can negatively impact performance of the external DNS.

I'll attach a PR with optional dnsPolicy parameter for the Helm chart, allowing users to set the policy they prefer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant