aws / amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
https://aws.amazon.com/systems-manager/
Apache License 2.0
1.03k stars 323 forks source link

Support Flatcar Linux #442

Open jkroepke opened 2 years ago

jkroepke commented 2 years ago

https://www.flatcar.org/

Flatcar Linux is like Bottlerocket a semi immutable Linux OS Distribution. Flatcar Linux is also supported by https://github.com/kubernetes/kops/pull/7084

I would like to see some support for Flatcar Linux. Currently, SSM on Flatcar Linux is pre-installed and works in general, but it raises error on self-updates or Configure packages, see also: https://github.com/aws/amazon-ssm-agent/issues/438

jkroepke commented 2 years ago

Initial Support: https://github.com/aws/amazon-ssm-agent/pull/439

jkroepke commented 2 years ago

Hi @gianniLesl,

there is a chance that the linked PR reviewed?