-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds inline sysprep VM bootstrap support
This patch adds support for inline sysprep which was introduced in the API in v1alpha2. For the secrets, we are currently decoding them and adding the values SysprepSecretData field under BootstrapArgs. This patch also adds tests for the changes to enable inline sysprep. Instead of waiting till doBootstrap to pull the secret data for inline sysprep, this patch adds the secret data to the BootstrapArgs earlier for verification purposes. It updates the API to mark certain fields as mandatory. This patch moves the defaulting logic of the secret selector keys to the CRDs instead of relying on a mutating webhook Signed-off-by: Sagar Muchhal <[email protected]>
- Loading branch information
Showing
22 changed files
with
990 additions
and
105 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
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
Oops, something went wrong.