-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for CLI and JSON-styled startup configs (#37)
* typo fix * remove unused kustomization file * added cimments about startup config predefined name * renamed main reconciliation function * initial skeleton for startupcfg handler and status * rename found->pod * added readiness probe and skeleton for scrpaligo provisioning * refactor startup config handling and controller status updates * added docs on how to stream controller logs * address linter * address more linter checks * remove unused received and used var declaration on empty slice * do startup config check at a caller side * added e2e test for startup config * address lint * added matrix test for e2e * increase timeout * rename func * rename * defer driver closing in parent func * added checkpoint provisioning * added commit save to persist the config * checkout before setting go * crank up ready timer even more * added ready check for bare CR * split e2e test functions since gh actions borked * added readme and bump version
- Loading branch information
Showing
17 changed files
with
3,095 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.