Skip to content

Commit

Permalink
Bump EKS-D releases to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed Jan 18, 2024
1 parent 309a66c commit a2fa99d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions EKSD_LATEST_RELEASES
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ releases:
number: 33
kubeVersion: v1.24.17
- branch: 1-25
number: 29
number: 30
kubeVersion: v1.25.16
- branch: 1-26
number: 25
number: 26
kubeVersion: v1.26.11
- branch: 1-27
number: 19
number: 20
kubeVersion: v1.27.8
- branch: 1-28
number: 12
number: 13
kubeVersion: v1.28.4
- branch: 1-29
number: 1
number: 2
kubeVersion: v1.29.0
latest: 1-25
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ index b802566f4..74fa5964f 100644
+ group: root
+ mode: 0644
+ when: ansible_os_family == "RedHat" and ansible_distribution == "RedHat" and ansible_distribution_major_version == "9"
+
+
- name: Ensure chrony is running
systemd:
enabled: true
Expand Down Expand Up @@ -163,7 +163,7 @@ index 74329afd4..5890d4ae7 100644
+ - lookup('env', 'RHSM_ORG_ID') | length > 0
+ - rhsm_server_hostname != ""
+ - rhsm_server_proxy_hostname != ""
+
+
- name: Perform dnf clean
command: /usr/bin/yum -y clean all

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2fa99d

Please sign in to comment.