-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow passing additional configuration during bootstrap #72
Commits on Nov 23, 2023
-
internal/rest/types: Adds InitConfig to Control type.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf640ac - Browse repository at this point
Copy the full SHA cf640acView commit details -
microcluster: Pass initConfig into NewCluster and JoinCluster methods.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4547d8a - Browse repository at this point
Copy the full SHA 4547d8aView commit details -
internal/daemon: Add initConfig argument to daemon's StartAPI method.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ba449d - Browse repository at this point
Copy the full SHA 8ba449dView commit details -
internal/state: Add initConfig argument to StartAPI on State.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc16f4f - Browse repository at this point
Copy the full SHA bc16f4fView commit details -
internal/rest/resources: Update calls to StartAPI.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b03ef3 - Browse repository at this point
Copy the full SHA 9b03ef3View commit details -
internal/daemon: Update calls to StartAPI.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebb736b - Browse repository at this point
Copy the full SHA ebb736bView commit details -
config: Add initConfig to bootstrap and join hooks.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccde623 - Browse repository at this point
Copy the full SHA ccde623View commit details -
internal/daemon: Update calls to hooks.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e93089 - Browse repository at this point
Copy the full SHA 9e93089View commit details -
microctl: Update example to pass in config on init.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81c1160 - Browse repository at this point
Copy the full SHA 81c1160View commit details -
microd: Update example to log config passed in on init.
Signed-off-by: Mark Laing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51dffd8 - Browse repository at this point
Copy the full SHA 51dffd8View commit details