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

add fc/iscsi/nfs identifier tags to persistentvolume_info #1208

Conversation

jimmyseto
Copy link
Contributor

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 #

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 17, 2020
@tariq1890
Copy link
Contributor

Could you provide documentation/link to where these fields are defined?

@@ -28,6 +28,8 @@ import (
"k8s.io/apimachinery/pkg/watch"
clientset "k8s.io/client-go/kubernetes"
"k8s.io/client-go/tools/cache"

"strconv"
Copy link
Contributor

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"

Copy link
Contributor

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

Copy link
Contributor Author

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.

@tariq1890
Copy link
Contributor

tariq1890 commented Aug 17, 2020

Thanks for this PR @jimmyseto

Can you also make sure these fields are supported in v1.14? That's the minimum version we should be supporting

@jimmyseto
Copy link
Contributor Author

Thanks for this PR @jimmyseto

Can you also make sure these fields are supported in v1.14? That's the minimum version we should be supporting

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
ISCSI fields: https://v1-14.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#iscsipersistentvolumesource-v1-core
NFS fields: https://v1-14.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#nfsvolumesource-v1-core

Also, updated the PR to address your CR comments/feedback above.

Thanks, again.

@tariq1890
Copy link
Contributor

Thanks very much @jimmyseto :)

@tariq1890
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 18, 2020
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 18, 2020
@k8s-ci-robot k8s-ci-robot merged commit feae3c1 into kubernetes:master Aug 18, 2020
@jimmyseto
Copy link
Contributor Author

@tariq1890 - do you know if there is a target date for the next official release?

@lilic
Copy link
Member

lilic commented Sep 16, 2020

@jimmyseto We have a release in progress, its a major breaking release so might take a few more days. #1224

@jimmyseto
Copy link
Contributor Author

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants