Skip to content

CSI Cluster Registry and Node Info CRDs#67803

Merged
k8s-github-robot merged 6 commits intokubernetes:masterfrom
saad-ali:csiClusterReg3
Aug 31, 2018
Merged

CSI Cluster Registry and Node Info CRDs#67803
k8s-github-robot merged 6 commits intokubernetes:masterfrom
saad-ali:csiClusterReg3

Conversation

@saad-ali
Copy link
Copy Markdown
Member

What this PR does / why we need it:
Introduces the new CSIDriver and CSINodeInfo API Object as proposed in kubernetes/community#2514 and kubernetes/community#2034

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 kubernetes/enhancements#594

Special notes for your reviewer:
Per the discussion in https://groups.google.com/d/msg/kubernetes-sig-storage-wg-csi/x5CchIP9qiI/D_TyOrn2CwAJ the API is being added to the staging directory of the kubernetes/kubernetes repo because the consumers will be attach/detach controller and possibly kubelet, but it will be installed as a CRD (because we want to move in the direction where the API server is Kubernetes agnostic, and all Kubernetes specific types are installed).

Release note:

Introduce CSI Cluster Registration mechanism to ease CSI plugin discovery and allow CSI drivers to customize Kubernetes' interaction with them.

CC @jsafrane

Loading
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. area/kubelet 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. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/storage Categorizes an issue or PR as relevant to SIG Storage. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CSI Cluster Registration Mechanism