You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(templates): e2e fixes for RPM-based distros (Rocky 9)
Fixes discovered during end-to-end testing of Rocky Linux 9 with
all three container runtimes (Docker, containerd, CRI-O) + Kubernetes.
Fixes:
- CRI-O: add crun and containers-common dependencies for RHEL-family
(opensuse package doesn't pull OCI runtime deps on RPM)
- CRI-O: fix repo file name format (isv:cri-o:stable:vX.Y.repo)
- Kubernetes/Calico: patch Tigera operator with hostNetwork + node IP
to resolve CNI bootstrap chicken-and-egg problem (operator can't
reach API server via cluster IP before CNI is installed)
- Containerd: set sandbox_image to pause:3.10 for K8s 1.33+ compat
- Common: add /usr/local/bin to sudo secure_path on RHEL-family
- AMI resolver: per-OS arch mapping instead of hardcoded Ubuntu logic
Also adds Rocky 9 + AL2023 e2e test data files and test entries for
all three container runtimes.
Tested: Rocky 9 + Docker (PASS), Rocky 9 + CRI-O (PASS),
Rocky 9 + Containerd (PASS)
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
0 commit comments