Hello Javier,
Thanks for reaching out and I hope you are doing well.
From the screenshots you shared, I understand that you are using Helm to install/enable Container Insights. However, you are getting an error indicating that a resource already exists in your cluster.
This can happen if you are installing any repository via Helm that include any resource with same name and namespace as existing ones, this throws the error message that you are seeing:
Extension operation failed due to a resource already existing in your cluster. Unable to continue with install: ServiceAccount "ama-logs" in namespace kube-system exists.
Looks like that service account ama-logs exists under kube-system namespace, you can check that by running "kubectl get sa -n kube-system". If you see that service account that means you can't use the Helm installation under the same kube-system namespace or Container Insights is already enabled.
This link can be used to check if Container Insights is already enabled:
Please let us know if any questions. Thanks!