-
Notifications
You must be signed in to change notification settings - Fork 233
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
Implement 'config migrate' command #408
Conversation
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Christoph Mewes <christoph@loodse.com>
Signed-off-by: Christoph Mewes <christoph@loodse.com>
Signed-off-by: Christoph Mewes <christoph@loodse.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
0975990
to
68a2fae
Compare
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
68a2fae
to
68f2716
Compare
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
@kron4eg ready for review |
/assign @kron4eg |
I can't reproduce this locally |
DNS flake |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Only small thing to fix is -update flag, otherwise LGTM
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: d3c56e432155a9b156243e64e2108c63d07ab0ff
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kron4eg 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 |
/retest |
2 similar comments
/retest |
/retest |
@xmudrii: The following test failed, say
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. |
/override pull-kubeone-e2e-digitalocean-upgrade-1.13.5-1.14.1 |
@kron4eg: Overrode contexts on behalf of kron4eg: pull-kubeone-e2e-digitalocean-upgrade-1.13.5-1.14.1 In response to this:
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. |
What this PR does / why we need it:
Implement the
config migrate
command that takes a path to the old configuration manifest and prints manifest converted to the KubeOneCluster API.In a follow-up I'll document changes made to the API and how to use the migration command.
Before merging the PR I'd like to write some unit tests based on
.golden
files.Big thanks to @xrstf for helping us with this!
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):xref #259
the issue will be closed once the document explaining how to migrate to the new API is added
Release note: