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

Support for VolumeSnapshots in 1.17 #2382

Closed
ajaykmis opened this issue Jul 31, 2020 · 7 comments · Fixed by #2356
Closed

Support for VolumeSnapshots in 1.17 #2382

ajaykmis opened this issue Jul 31, 2020 · 7 comments · Fixed by #2356

Comments

@ajaykmis
Copy link

Hello,

I am trying to use VolumeSnapshotting feature in kubernetes which is supported in beta in 1.17.

https://kubernetes.io/docs/concepts/storage/volume-snapshots/

But looking through the client, I didn't find any support for the classes "API Objects VolumeSnapshot, VolumeSnapshotContent, and VolumeSnapshotClass are CRDs" in this client.

is there a plan to add support for these in fabric client? or is there another way I can use these?

Thanks in advance.

@rohanKanojia
Copy link
Member

We do have a PR #2356 for adding extension for Volume snapshots. Do you think that would fit your use case?

@manusa manusa linked a pull request Aug 3, 2020 that will close this issue
11 tasks
@ajaykmis
Copy link
Author

ajaykmis commented Aug 3, 2020

@rohanKanojia Yes, this is exactly what I was looking for. Is there a way I can give this a try? May be build a custom version from the source. Could you point me to the instructions?

Also, can you share by when can this be merged and released in a new version. I am okay to use a pre-release version for now.

Thanks :)

@rohanKanojia
Copy link
Member

I think you should be able to build a SNAPSHOT version and use that for testing.

@darewreck54
Copy link

@rohanKanojia Do you have an ETA on the release?

@rohanKanojia
Copy link
Member

@darewreck54 : Do you mean next Kubernetes Client release or release with #2356 merged? I think we would be able to cut a release within this week. But I can't give you much ETA regarding latter case since that PR hasn't gone through review yet.

@ajaykmis
Copy link
Author

ajaykmis commented Aug 4, 2020

Hi @rohanKanojia ,

I tried to create a SNAPSHOT version from the PR branch. But I don't see the bundled jar. Just to confirm, I ran "mvn clean install", I see individual jar's get generated for VolumeSnapshot.jar, and kubernetes-client.jar, but I don't see anything "kubernetes-client-project.jar".

If there's a readme, could you please share how can I create a custom version for my use?

@rohanKanojia
Copy link
Member

I think you need to use volumesnapshot-client for this case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants