-
Notifications
You must be signed in to change notification settings - Fork 2k
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
add fc/iscsi/nfs identifier tags to persistentvolume_info #1208
add fc/iscsi/nfs identifier tags to persistentvolume_info #1208
Conversation
Could you provide documentation/link to where these fields are defined? |
FC fields: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#fcvolumesource-v1-core |
internal/store/persistentvolume.go
Outdated
@@ -28,6 +28,8 @@ import ( | |||
"k8s.io/apimachinery/pkg/watch" | |||
clientset "k8s.io/client-go/kubernetes" | |||
"k8s.io/client-go/tools/cache" | |||
|
|||
"strconv" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to go under "context"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be resolved @jimmyseto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that @tariq1890 . The push was sitting at the login prompt. The PR should be updated now.
Thanks for this PR @jimmyseto Can you also make sure these fields are supported in |
Hi @tariq1890 -- Thanks for the quick response on this! Confirmed that these fields are supported in v1.14. FC fields: https://v1-14.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#fcvolumesource-v1-core Also, updated the PR to address your CR comments/feedback above. Thanks, again. |
Thanks very much @jimmyseto :) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jimmyseto, tariq1890 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tariq1890 - do you know if there is a target date for the next official release? |
@jimmyseto We have a release in progress, its a major breaking release so might take a few more days. #1224 |
that's great, @lilic . thanks for the link! |
What this PR does / why we need it:
export fc/iscsi/nfs info to help identify underlying storage
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #