Skip to content

Commit f56138b

Browse files
committed
chore: clarify snap install failure & aliasing
Signed-off-by: Tyler Gillson <[email protected]>
1 parent 35a8b9d commit f56138b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ provider-image:
535535
RUN apt-get update -y && apt-get install -y gnupg && \
536536
/opt/nodeadmutil/bin/nodeadm install -p iam-ra $K8S_VERSION --skip validate && \
537537
/opt/nodeadmutil/bin/nodeadm install -p ssm $K8S_VERSION --skip validate && \
538-
# ssm-setup-cli fails to install amazon-ssm-agent after downloading the package due to
539-
# PID 1 not being systemd, so we do it manually
538+
# ssm-setup-cli fails to install amazon-ssm-agent via snap after downloading the package
539+
# due to PID 1 not being systemd, so we do it manually
540540
find /opt/ssm -type f -name "amazon-ssm-agent.deb" -exec sudo dpkg -i {} \; && \
541541
apt-get remove gnupg -y && apt autoremove -y && \
542542
# nodeadm installs these bins under /usr/local/bin, which gets wiped during kairos upgrade,

0 commit comments

Comments
 (0)