-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Description
The current implementation of the provider misses some fields for the iSCSI volume source, specifically the chapAuthDiscovery, chapAuthSession, initiatorName, portals and secretRef fields. (See ) As far as I can tell these fields have been in Kubernetes since version 1.7 (2017).
I have made a preliminary implementation for these missing fields that I am presently testing. I'll raise a PR for it shortly. Since this only adds fields I suspect it should be fully backwards compatible.
References
- https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#iscsivolumesource-v1-core
- https://raw.githubusercontent.com/kubernetes/kubernetes/refs/heads/release-1.7/api/openapi-spec/swagger.json
Community Note
- Please vote on this issue by adding a π reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Reactions are currently unavailable