-
Notifications
You must be signed in to change notification settings - Fork 39
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
Include supported capabilities in CSIAddonsNode status output #376
Labels
Comments
/assign @black-dragon74 |
black-dragon74
added a commit
to black-dragon74/kubernetes-csi-addons
that referenced
this issue
Aug 6, 2024
This patch adds support to display advertised capabilities in the status field of CSIAddonsNode Closes: csi-addons#376 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
black-dragon74
added a commit
to black-dragon74/kubernetes-csi-addons
that referenced
this issue
Aug 6, 2024
This patch adds support to display advertised capabilities in the status field of CSIAddonsNode Closes: csi-addons#376 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
black-dragon74
added a commit
to black-dragon74/kubernetes-csi-addons
that referenced
this issue
Aug 8, 2024
This patch adds support to display advertised capabilities in the status field of CSIAddonsNode Closes: csi-addons#376 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
black-dragon74
added a commit
to black-dragon74/kubernetes-csi-addons
that referenced
this issue
Aug 8, 2024
This patch adds support to display advertised capabilities in the status field of CSIAddonsNode Closes: csi-addons#376 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
black-dragon74
added a commit
to black-dragon74/kubernetes-csi-addons
that referenced
this issue
Aug 8, 2024
This patch adds support to display advertised capabilities in the status field of CSIAddonsNode Closes: csi-addons#376 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
nixpanic
pushed a commit
to black-dragon74/kubernetes-csi-addons
that referenced
this issue
Aug 14, 2024
This patch adds support to display advertised capabilities in the status field of CSIAddonsNode Closes: csi-addons#376 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Rakshith-R
pushed a commit
to Rakshith-R/kubernetes-csi-addons
that referenced
this issue
Sep 13, 2024
This patch adds support to display advertised capabilities in the status field of CSIAddonsNode Closes: csi-addons#376 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CSIAddonsNode object contains details about the node and CSI-driver that provides a set of CSI-Addons features. It would be useful for debugging and validation to have the capabilities (from CSI-Addons Identity service) listed in the Status field of the CSIAddonsNode CR.
This could be done on the initial connection to the csi-addons-sidecar, at
https://github.com/csi-addons/kubernetes-csi-addons/blob/493222166f4132a930137e03ba51960319cf39d0/controllers/csiaddons/csiaddonsnode_controller.go#L138C44-L144
The text was updated successfully, but these errors were encountered: