Skip to content
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
merged 13 commits into from
Jun 27, 2024
Merged

Conversation

jacobweinstock
Copy link
Member

@jacobweinstock jacobweinstock commented Jun 10, 2024

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:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

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>
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>
@jacobweinstock jacobweinstock merged commit 4703fcb into tinkerbell:main Jun 27, 2024
3 checks passed
@jacobweinstock jacobweinstock deleted the capt-playground branch June 27, 2024 14:51
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate CAPT into the Playground
1 participant