Skip to content

Conversation

@xing-yang
Copy link
Contributor

This document proposes to add Kubernetes snapshot support in-tree.

@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 23, 2018
@k8s-github-robot k8s-github-robot added the sig/storage Categorizes an issue or PR as relevant to SIG Storage. label Jan 23, 2018
@mtanino
Copy link

mtanino commented Jan 23, 2018

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jan 23, 2018
@k8s-github-robot k8s-github-robot added the kind/design Categorizes issue or PR as related to design. label Feb 6, 2018
* Determine the correct volume snapshot plugin to use from the `VolumeSnapshotData` referenced by the
`VolumeSnapshot`

* Create a delete operation: only one such operation is allowed to exist for the given `VolumeSnapshot` and
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the controller stopped before we delete VolumeSnapshotData, according VolumeSnapshot no longer exists in ASW after controller started again, and the VolumeSnapshotData will be orphaned. Maybe we need an asynchronous go routine to clean up these VolumeSnapshotDatas.

@xing-yang
Copy link
Contributor Author

/test pull-community-verify

@xing-yang
Copy link
Contributor Author

/retest

This document proposes to add Kubernetes snapshot support in-tree.
@jingxu97
Copy link
Contributor

cc @thockin PTAL

@jingxu97
Copy link
Contributor

/assign @jsafrane @saad-ali @thockin @bgrant0607

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: bgrant0607

Assign the PR to them by writing /assign @bgrant0607 in a comment when ready.

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

xing-yang added a commit to xing-yang/kubernetes that referenced this pull request Jun 14, 2018
This PR moves snapshot APIs in-tree and also adds
a snapshot controller in-tree.
The design proposal is here: kubernetes/community#1662
@xing-yang
Copy link
Contributor Author

We are going to use CRD instead of in-tree APIs. A new PR is submitted here: #2335. Closing this one.

@xing-yang xing-yang closed this Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/design Categorizes issue or PR as related to design. sig/storage Categorizes an issue or PR as relevant to SIG Storage. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants