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

Failed to create snapshot in CI #1791

Closed
Madhu-1 opened this issue Dec 15, 2020 · 0 comments · Fixed by #1794
Closed

Failed to create snapshot in CI #1791

Madhu-1 opened this issue Dec 15, 2020 · 0 comments · Fixed by #1794
Assignees
Labels
component/testing Additional test cases or CI work dependency/k8s depends on Kubernetes features rebase update the version of an external component

Comments

@Madhu-1
Copy link
Collaborator

Madhu-1 commented Dec 15, 2020

Currently we are using https://github.com/ceph/ceph-csi/blob/master/scripts/install-snapshot.sh to install the snapshot controller and the snapshot version is mentioned in the build.env https://github.com/ceph/ceph-csi/blob/master/build.env#L28.

Recently external-snapshotter master is updated to use v1.snapshot CRD instead of beta.

the deployment templates from the v3.0.1 snapshot are using the canary snapshot controller image. because of that our E2E is failing. we need to use the sed command to replace canary with the snapshot version mentioned in build.env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/testing Additional test cases or CI work dependency/k8s depends on Kubernetes features rebase update the version of an external component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants