-
Notifications
You must be signed in to change notification settings - Fork 77
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 an experimental --dry-run
#588
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d33fa10 - Browse repository at this point
Copy the full SHA d33fa10View commit details -
Build all k0s configs already in Prepare()
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for 808b559 - Browse repository at this point
Copy the full SHA 808b559View commit details -
Rename UploadBinaries to UploadK0s
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for f464b99 - Browse repository at this point
Copy the full SHA f464b99View commit details -
Add reset conditionals to several phases
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for 2a9dbc7 - Browse repository at this point
Copy the full SHA 2a9dbc7View commit details -
Fix env cleanup on reset phases
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for 0c9c03b - Browse repository at this point
Copy the full SHA 0c9c03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abd601a - Browse repository at this point
Copy the full SHA abd601aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a30179a - Browse repository at this point
Copy the full SHA a30179aView commit details -
Replace the PathFuncs interface magic with a plain map
The strange interface magic done in configurers to allow overriding the path functions is something I never quite understood how it actually works and why it is necessary. Here the mechanism is replaced with a simple map[string]string and getter functions + a setter because in the dry-run mechanism it was necessary to programmatically override the K0sBinaryPath() at run time. Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for a358bef - Browse repository at this point
Copy the full SHA a358befView commit details -
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for 84fdb53 - Browse repository at this point
Copy the full SHA 84fdb53View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31c52d - Browse repository at this point
Copy the full SHA d31c52dView commit details -
Mark dry-run flag experimental
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
Configuration menu - View commit details
-
Copy full SHA for 1cc4d94 - Browse repository at this point
Copy the full SHA 1cc4d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c5de7 - Browse repository at this point
Copy the full SHA b1c5de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4699fc3 - Browse repository at this point
Copy the full SHA 4699fc3View commit details