-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
309a66c
commit a2fa99d
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,11 +58,11 @@ index eb3f95ad..68e07d1e 100644 | |
&& echo "ReadKMsg=no" >> /etc/systemd/journald.conf \ | ||
- && ln -s "$(which systemd)" /sbin/init | ||
+ # already set on al23 | ||
+ # && ln -s "$(which systemd)" /sbin/init | ||
+ # && ln -s "$(which systemd)" /sbin/init | ||
+ # avoid runaway agetty processes most likely due to al2 being based on older centos 7 | ||
+ # leaving for now, but al23 may not be affected by this issue | ||
+ && systemctl mask [email protected] | ||
+ | ||
+ | ||
|
||
RUN echo "Enabling services ... " \ | ||
&& systemctl enable kubelet.service \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ index 68e07d1e..c91b5430 100644 | |
@@ -98,6 +98,8 @@ RUN echo "Installing Packages ..." \ | ||
# leaving for now, but al23 may not be affected by this issue | ||
&& systemctl mask [email protected] | ||
|
||
+RUN echo "force runc and containerd version ... " \ | ||
+ && DEBIAN_FRONTEND=noninteractive clean-install runc-1.1.5-1.amzn2023.0.1 | ||
|
||
|