-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add a warning to the velero version
cmd when versions don't match
#3017
Labels
Area/CLI
related to the command-line interface
Good first issue
Looking to contribute to Velero? Issues with this label might be a great place to start!
Help wanted
Comments
velero version
when versions don't matchvelero version
cmd when versions don't match
Hi, I can pick this up if this is up for grabs. |
Yes, go for it! |
Here, the warning should be thrown if the versions are not same for the cli and server right? |
Yes. I think we should do the match on the minor version only, not the patch. Example: 1.4.1 and 1.4.2 would be a match. |
cvhariharan
added a commit
to cvhariharan/velero
that referenced
this issue
Oct 20, 2020
cvhariharan
added a commit
to cvhariharan/velero
that referenced
this issue
Oct 20, 2020
Signed-off-by: Hariharan <[email protected]>
cvhariharan
added a commit
to cvhariharan/velero
that referenced
this issue
Oct 20, 2020
Signed-off-by: Hariharan <[email protected]>
cvhariharan
added a commit
to cvhariharan/velero
that referenced
this issue
Oct 21, 2020
Signed-off-by: Hariharan <[email protected]>
zubron
pushed a commit
that referenced
this issue
Oct 23, 2020
Signed-off-by: Hariharan <[email protected]>
georgettica
pushed a commit
to georgettica/velero
that referenced
this issue
Dec 23, 2020
…nzu#3024) Signed-off-by: Hariharan <[email protected]>
georgettica
pushed a commit
to georgettica/velero
that referenced
this issue
Jan 26, 2021
…nzu#3024) Signed-off-by: Hariharan <[email protected]>
vadasambar
pushed a commit
to vadasambar/velero
that referenced
this issue
Feb 3, 2021
…nzu#3024) Signed-off-by: Hariharan <[email protected]>
dharmab
pushed a commit
to dharmab/velero
that referenced
this issue
May 25, 2021
…nzu#3024) Signed-off-by: Hariharan <[email protected]>
ywk253100
pushed a commit
to ywk253100/velero
that referenced
this issue
Jun 29, 2021
…nzu#3024) Signed-off-by: Hariharan <[email protected]>
gyaozhou
pushed a commit
to gyaozhou/velero-read
that referenced
this issue
May 14, 2022
…nzu#3024) Signed-off-by: Hariharan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area/CLI
related to the command-line interface
Good first issue
Looking to contribute to Velero? Issues with this label might be a great place to start!
Help wanted
I've been seeing a few issues opened with a mismatch in version between Velero client and server. I think there's sufficient coupling between the two that it (the mismatch) could originate the problems being reported.
The
velero version
command should verify any mismatch and warn. Not sure how strong this warning should be. Should it be: "will not work, please update [whichever has the lower version]"?The text was updated successfully, but these errors were encountered: