-
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
Cannot restore "service" with velero build from the main branch #4098
Labels
Milestone
Comments
ywk253100
added
Bug
kind/release-blocker
Must fix issues for the coming release (milestone)
labels
Sep 2, 2021
ywk253100
added a commit
to ywk253100/velero
that referenced
this issue
Sep 2, 2021
…"None" More details please refer to vmware-tanzu#4098 Fixes vmware-tanzu#4098 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
ywk253100
added a commit
to ywk253100/velero
that referenced
this issue
Sep 2, 2021
…"None" More details please refer to vmware-tanzu#4098 Fixes vmware-tanzu#4098 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
3 tasks
I also noticed this issue too. The services cannot be restored due to:
this error. |
sseago
pushed a commit
to sseago/velero
that referenced
this issue
Sep 3, 2021
…terIP" isn't "None" (vmware-tanzu#4101) (cherry-pick from upstream) More details please refer to vmware-tanzu#4098 Fixes vmware-tanzu#4098 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
sseago
pushed a commit
to sseago/velero
that referenced
this issue
Sep 3, 2021
…ware-tanzu#4101) (cherry-pick from upstream) More details please refer to vmware-tanzu#4098 Fixes vmware-tanzu#4098 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
sseago
pushed a commit
to sseago/velero
that referenced
this issue
Sep 3, 2021
…-tanzu#4101) (cherry-pick from upstream) More details please refer to vmware-tanzu#4098 Fixes vmware-tanzu#4098 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
danfengliu
pushed a commit
to danfengliu/velero
that referenced
this issue
Jan 25, 2022
…"None" (vmware-tanzu#4101) More details please refer to vmware-tanzu#4098 Fixes vmware-tanzu#4098 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
gyaozhou
pushed a commit
to gyaozhou/velero-read
that referenced
this issue
May 14, 2022
…"None" (vmware-tanzu#4101) More details please refer to vmware-tanzu#4098 Fixes vmware-tanzu#4098 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run restore with velero built from the main branch, get the following errors:
This is caused by that we bumped up the version of library
k8s.io/api/core/v1
fromv0.19.12
tov0.20.9
in PR #4022.There is a new property
ClusterIPs
introduced inv0.20.9
https://github.com/kubernetes/api/blob/v0.20.9/core/v1/types.go#L4098 and the restore action empties theClusterIP
but not forClusterIPs
https://github.com/vmware-tanzu/velero/blob/main/pkg/restore/service_action.go#L56Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: