-
Notifications
You must be signed in to change notification settings - Fork 135
Etcd snapshot dep. failed do download because it moved folders #152
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Welcome @xistoso! |
Hi @xistoso. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
thanks @xistoso
please note that this commit e228b5b needs to be authored by people who have signed the CLA. you also have the option to refactor the commit to be authored by a single github user that have signed the CLA and give credit to other people in the commit message. |
Yeah @neolit123 i noticed that. I don't khow how to remove the root authoring. I updated the commit locally and force pushed. But it got 2 authors now. |
I signed it |
seems good. /ok-to-test |
/assign @dlipovetsky |
@xistoso Thanks for reporting this issue and filing the PR. @neolit123 Thanks for reviewing. Do you think this the right fix? I see that |
@xistoso
the following repository technically no longer exists:
and it now redirects to: k/k is pinning using a SHA pointing at |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@xistoso just try to fix the https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_etcdadm/152/pull-etcdadm-verify/1227601105404301313 error. |
also please keep the commits squashed to 1 (using e.g. |
Agreed. Thanks for setting me straight 😃 |
this LGTM. we can change the import location in a separate PR if someone wants to take this. |
Thanks @xistoso for the PR and @neolit123 for the review. /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dlipovetsky, xistoso The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Merge pull request kubernetes-retired#152 from xistoso/master
Etcd snapshot dep. failed do download because it moved folders
Fixes #191 snapshot dependency changed to clientv3
In de following commit etcd moved files to clientv3 folder. So snapshot dependency should be this one.
Thanks for @neolit123 for pointing out the right path on comment
Created a new cluster successfuly with a snapshot of a running kubernetes