-
Notifications
You must be signed in to change notification settings - Fork 87
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 CAPT playground: #191
Merged
jacobweinstock
merged 13 commits into
tinkerbell:main
from
jacobweinstock:capt-playground
Jun 27, 2024
Merged
Add CAPT playground: #191
jacobweinstock
merged 13 commits into
tinkerbell:main
from
jacobweinstock:capt-playground
Jun 27, 2024
Conversation
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 will allow users to try out CAPT. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
The name wasnt matching properly and now is. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Move the default k8s version to 1.29. Upgrade to kubevip 0.8.0. Handle the super-admin.conf in kubevip for k8s versions >= 1.29. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
3 tasks
Added a pause before applying all CAPI objects so that any User customizations that aren't supported in any Task can be applied. This is also the time where a custom build of the CAPT controller could be deployed, allowing for development of CAPT with the playground. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
The patch for HardwareAffinity was being overridden by the patch for the templateOverride. This caused no HardwareAffinity to be in place and all node being used for any role. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
ttwd80
pushed a commit
to ttwd80/tinkerbell-playground
that referenced
this pull request
Sep 7, 2024
Add CAPT playground: ## Description <!--- Please describe what this PR is going to change --> This will allow users to try out CAPT. The CAPT playground uses [Task](https://taskfile.dev/) and a few bash scripts to create the playground. ## Why is this needed <!--- Link to issue you have raised --> Fixes: tinkerbell#165 ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> I've tested this locally on a few different machines. ## Checklist: I have: - [x] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
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 will allow users to try out CAPT. The CAPT playground uses Task and a few bash scripts to create the playground.
Why is this needed
Fixes: #165
How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?
I've tested this locally on a few different machines.
Checklist:
I have: