-
Notifications
You must be signed in to change notification settings - Fork 167
Add snapshot deployment support #120
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
Conversation
@jingxu97 please rebase and fix conflicts |
/test pull-gcp-compute-persistent-disk-csi-driver-kubernetes-integration |
@jingxu97 sorry integration test is broken right now, I am working on fixing |
@jingxu97 could you also add snapshot user guide and link to it in the main README? |
Hi @jingxu97 just waiting on this to merge now for Beta, |
- name: gce-pd-driver | ||
imagePullPolicy: Always | ||
image: gcr.io/dyzz-csi-staging/csi/gce-pd-driver:latest | ||
image: gcr.io/example/csi/gce-pd-driver:latest |
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.
can you also change this: https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/master/test/k8s-integration/main.go#L250
It is a bad dependency I have, but I have a work item to fix later
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.
sure, changed it back.
verbs: ["create"] | ||
- apiGroups: [""] | ||
resources: ["endpoints"] | ||
verbs: ["list", "watch", "create", "update", "delete", "get"] |
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.
the snapshotter really needs all of these permissions on endpoints?
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.
I tested it, removed watch. The others seems necessary
@davidz627 addressed comments. PTAL |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627, jingxu97 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 |
/retest |
Discussed integration test failure offline, 2 conclusions:
I will link the relevant issues in csi provisioner when they are created |
Blocked on: When these two issues are resolved:
|
Add the snapshotter deployment support and example
@davidz627 The PR is updated with new provisioner version. PTAL. |
/lgtm |
Add the snapshotter deployment support and example