snapshot api v1beta1 to v1 migration question #5754
Unanswered
langjianke
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@langjianke : Do you know since which volcano version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
recently we start to see below errors when we trying to doing snapshot operations
and
after check around, turns out we should be migrate to v1 api
we are currently on below dependencies
I find that in 4.11 volumnsnapshot-model, VolumeSnapshot.java have this line "@Version("v1beat1")", do I need to update above dependencies to newer version to use v1 api?
such as this 6.X version have this v1 api version :
kubernetes-client/extensions/volumesnapshot/model/src/generated/java/io/fabric8/volumesnapshot/api/model/VolumeSnapshot.java
Line 69 in cf3b65d
is there a way to keep the older package version and overwrite the api from v1beat1 to v1? I notice there is .withApiVersion() in the snapshotclient call wonder if I can overwrite the api version?
Beta Was this translation helpful? Give feedback.
All reactions