You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: