From 6b49b47066abb89cd0b9d0957d6ee5e9eb45ab09 Mon Sep 17 00:00:00 2001 From: Gijsbert Date: Mon, 26 Feb 2024 11:48:29 +0100 Subject: [PATCH] List x86-64-v2 cpu requirement List x86-64-v2 cpu requirement for AWX. Would have saved me a few hours... --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c6e5bd..9fc46db 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas ## Requirements - **Computing resources** - - **2 CPUs and 4 GiB RAM minimum**. + - **2 CPUs with x86-64-v2 support**. + - **4 GiB RAM minimum** - It's recommended to add more CPUs and RAM (like 4 CPUs and 8 GiB RAM or more) to avoid performance issue and job scheduling issue. - The files in this repository are configured to ignore resource requirements which specified by AWX Operator by default. - **Storage resources**