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

managed-by annotation in hosted-cp deployment prevents workers creation #143

Closed
DinaBelova opened this issue Aug 6, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@DinaBelova
Copy link
Collaborator

We use the cluster.x-k8s.io/managed-by: k0smotron annotation in our aws-hosted-cp deployment.

This is advised by k0smotron deployment guide here: https://docs.k0smotron.io/v1.0.2/capi-aws/

Where it’s explicitly said that This marks the base infra to be self managed. The value of the annotation is irrelevant, as long as there is a value.

In CAPI docs https://cluster-api.sigs.k8s.io/reference/labels_and_annotations this annotation is explained as that some external system is managing the cluster infrastructure. In this case this means that k0smotron should be responsible for AWS resources creation, which it doesn’t.

And Cluster API AWS provider just skipping reconcile and creation of all AWS resources (including workers).

This behavior makes no sense, since it implies that users should provision all AWS infrastructure (including workers) for k0smotron by themselves.

@DinaBelova DinaBelova added the bug Something isn't working label Aug 6, 2024
@a13x5
Copy link
Contributor

a13x5 commented Aug 7, 2024

The discussion is moved to k0sproject/k0smotron#668

@DinaBelova
Copy link
Collaborator Author

Closing per @a13x5 comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants