File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments