Initial implementation using kustomize and envsubst - #1
Merged
Conversation
|
🚀 This PR has been released as Triggering workflows 🛠️ Auto tagging enabled with label |
|
🚀 Merging this PR will release Merging will trigger workflows 🛠️ Auto tagging enabled with label |
thobens
force-pushed
the
alde-262/implement-talos-provider
branch
from
August 18, 2026 22:35
94efeeb to
6bc2f4e
Compare
5 tasks
thobens
force-pushed
the
alde-262/implement-talos-provider
branch
from
August 18, 2026 23:20
6bc2f4e to
5d37018
Compare
thobens
force-pushed
the
alde-262/implement-talos-provider
branch
from
August 19, 2026 15:13
fb0ec68 to
ad8e8ca
Compare
thobens
marked this pull request as ready for review
August 19, 2026 15:14
simu
requested changes
Aug 24, 2026
Merged
5 tasks
Member
|
Also why is this component in https://github.com/vshn? Afaict, there's nothing in here that would prevent it from being in https://github.com/projectsyn |
Collaborator
Author
Move is prepared, will do as soon as this review is complete |
simu
reviewed
Aug 25, 2026
simu
left a comment
Member
There was a problem hiding this comment.
Same as capi-provider-cloudscale, we should switch the ArgoCD app to server-side apply.
thobens
force-pushed
the
alde-262/implement-talos-provider
branch
from
August 25, 2026 12:42
85b38ce to
1b18ab5
Compare
thobens
force-pushed
the
alde-262/implement-talos-provider
branch
from
August 25, 2026 12:49
1b18ab5 to
2a93442
Compare
simu
approved these changes
Aug 25, 2026
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
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.
This PR provides the initial implementation of the capi-provider-talos component. It utilizes kustomize to build the manifests from the upstream provider repositories for the bootstrap and control-plane provider respectively. The component then substitutes variables on the generated output. It does so using https://github.com/a8m/envsubst, which will be included in the commodore image used for CI/CD. This simulates the behavior of clusterctl so we can use project syn to set up CAPI.
See also:
Checklist
changelog.
The PR has a meaningful description that sums up the change. It will be
linked in the changelog.
bug,enhancement,documentation,change,breaking,dependencyas they show up in the changelog.