-
Notifications
You must be signed in to change notification settings - Fork 90
Update CAPT playground to use tinkerbell/tinkerbell: #209
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
Merged
jacobweinstock
merged 14 commits into
tinkerbell:main
from
jacobweinstock:use-tinkerbell-tinkerbell
Aug 26, 2025
Merged
Update CAPT playground to use tinkerbell/tinkerbell: #209
jacobweinstock
merged 14 commits into
tinkerbell:main
from
jacobweinstock:use-tinkerbell-tinkerbell
Aug 26, 2025
Conversation
This file contains hidden or 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 deploys the playground using the new single binary Tinkerbell stack and its Helm chart. This works with a locally built CAPT that has been updated to also use the latest Tinkerbell APIs. This will need to wait for CAPT to have an official release before it can merge. Signed-off-by: Jacob Weinstock <[email protected]>
Because of the way we are templating kubeadm config files, if an ssh public key is not specified we need to generate one. Signed-off-by: Jacob Weinstock <[email protected]>
The Tootles port in the Tinkerbell Helm chart now has a default port of 7172. Signed-off-by: Jacob Weinstock <[email protected]>
This allows adding arbitrary --set values to the helm chart install. Also, update the chart name and namespace to be Tinkerbell. Signed-off-by: Jacob Weinstock <[email protected]>
I'm exactly sure what shfmt wanted but ran shfmt -w to get the updated formatting. Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
This enables the BMC secret to get moved by the `clusterctl move` command. Signed-off-by: Jacob Weinstock <[email protected]>
This enables testing another key part of CAPT. Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Don't update the config.yaml. Signed-off-by: Jacob Weinstock <[email protected]>
When multiple cidrs are defined they need to be comma delimited. Signed-off-by: Jacob Weinstock <[email protected]>
302d807
to
e6fe8b5
Compare
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This deploys the playground using the new single binary Tinkerbell stack and its Helm chart. This works with a locally built CAPT that has been updated to also use the latest Tinkerbell APIs.
Why is this needed
Fixes: #
How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: