-
Notifications
You must be signed in to change notification settings - Fork 16
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
Enforce host networking for Ceph CSI controller plugin pods #157
Comments
similar feature for rook: rook/rook#14585 |
@rohan47 , @nb-ohad , @Madhu-1 , @leelavg, Let's discuss how this should be implemented. In rook, the use of host network can now be enforced by a newly introduced boolean operator setting called |
|
As per the design doc, currently the network is configured via annotations but I don't see any configuration for HostNetwork @leelavg
|
This can be brought up in the meeting and propose change. |
/assign |
Thanks for taking this issue! Let us know if you have any questions! |
In provider mode with dedicated storage network, Where CSI is running on a client cluster both Ceph and Ceph CSI pods must run on the host network.
The Ceph CSI controller plugin pods must also run on the host network, as the dedicated network is not accessible from the pod network. Currently, the controller plugin operates on the pod network.
The text was updated successfully, but these errors were encountered: