From 21ad066d0be905d499c16aa081aa4c471c26b78c Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Tue, 21 Apr 2026 13:28:44 +0200 Subject: [PATCH 1/2] docs: Add readme for swap Signed-off-by: Fabian Deutsch --- assets/active/machine-config/README.md | 7 +++++++ config/manager/kustomization.yaml | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 assets/active/machine-config/README.md diff --git a/assets/active/machine-config/README.md b/assets/active/machine-config/README.md new file mode 100644 index 00000000..3efb2088 --- /dev/null +++ b/assets/active/machine-config/README.md @@ -0,0 +1,7 @@ + +# 01-swap-enable.yaml + +Deploy services to automatically online sap if present in one or more of the following places: + +- `/var/tmp/ocpswap.file` - A file which has to be created manually using `dd` and formated as swap using `mkswap` +- `PARTLABLE=OCPSWAP` - A partition which has to be created manually. Ideally on a disk with GPT parition, it must be labeled with `OCPSWAP` and must be formatted using `mkswap` diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 31d56bc1..c67df4a4 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -2,4 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - manager.yaml +- manager.yaml +images: +- name: quay.io/openshift-virtualization/virt-platform-autopilot + newName: quay.io/openshift-virtualization/virt-platform-autopilot + newTag: v0.0.9 +- name: virt-platform-autopilot + newName: quay.io/openshift-virtualization/virt-platform-autopilot + newTag: v0.0.9 From ffc5873d061ad70cdd10f49c3c6609f083967b80 Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Tue, 21 Apr 2026 13:41:18 +0200 Subject: [PATCH 2/2] docs: Add PSI Signed-off-by: Fabian Deutsch --- assets/active/machine-config/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/active/machine-config/README.md b/assets/active/machine-config/README.md index 3efb2088..44bfe463 100644 --- a/assets/active/machine-config/README.md +++ b/assets/active/machine-config/README.md @@ -5,3 +5,8 @@ Deploy services to automatically online sap if present in one or more of the fol - `/var/tmp/ocpswap.file` - A file which has to be created manually using `dd` and formated as swap using `mkswap` - `PARTLABLE=OCPSWAP` - A partition which has to be created manually. Ideally on a disk with GPT parition, it must be labeled with `OCPSWAP` and must be formatted using `mkswap` + + +# 04-psi-enable.yaml + +Enables PSI on all workers nodes as required by the descheduler and for performance analysis.