mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 22:12:14 +11:00
List x86-64-v2 cpu requirement
List x86-64-v2 cpu requirement for AWX. Would have saved me a few hours...
This commit is contained in:
parent
d9829b9447
commit
6b49b47066
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- **Computing resources**
|
- **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.
|
- 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.
|
- The files in this repository are configured to ignore resource requirements which specified by AWX Operator by default.
|
||||||
- **Storage resources**
|
- **Storage resources**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue