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

feat: address various points after review #2

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

utkuozdemir
Copy link
Member

  • Allow "--clear-state" flag only on debug builds.
  • Remove the baremetal.MachineStatus resources when an infra.Machine is being torn down, so that these resources do not accumulate.
  • Build Omni join config using machinery, not template.
  • Various renames and small refactorings.
  • Change the way we persist the logs on integration tests.
  • Ensure that we tear down the spawned QEMU machines at the end of integration tests.
  • Reuse the machine ID header key by importing it from the agent repo.
  • Disable building images of qemu-up binary.
  • Bump Go, deps and rekres.

@utkuozdemir utkuozdemir force-pushed the refactor branch 3 times, most recently from f066e4d to 92f0c44 Compare December 6, 2024 15:41
- Allow "--clear-state" flag only on debug builds.
- Remove the `baremetal.MachineStatus` resources when an `infra.Machine` is being torn down, so that these resources do not accumulate.
- Build Omni join config using machinery, not template.
- Various renames and small refactorings.
- Change the way we persist the logs on integration tests.
- Ensure that we tear down the spawned QEMU machines at the end of integration tests.
- Reuse the machine ID header key by importing it from the agent repo.
- Disable building images of `qemu-up` binary.
- Bump Go, deps and rekres.

Signed-off-by: Utku Ozdemir <[email protected]>
@@ -13,7 +13,7 @@ type Options struct {
OmniAPIEndpoint string
ImageFactoryBaseURL string
ImageFactoryPXEBaseURL string
AgentModeTalosVersion string
AgentModeTalosVersion string // todo: get this from Omni. Warning: needs to be Talos 1.9 with agent code inside
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is something I'm going to do later

@utkuozdemir utkuozdemir requested a review from Unix4ever December 7, 2024 08:57
@utkuozdemir
Copy link
Member Author

/m

@talos-bot talos-bot merged commit 2343815 into siderolabs:main Dec 9, 2024
13 checks passed
@utkuozdemir utkuozdemir deleted the refactor branch December 9, 2024 10:49
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.

3 participants