diff --git a/assets/active/machine-config/README.md b/assets/active/machine-config/README.md new file mode 100644 index 00000000..44bfe463 --- /dev/null +++ b/assets/active/machine-config/README.md @@ -0,0 +1,12 @@ + +# 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` + + +# 04-psi-enable.yaml + +Enables PSI on all workers nodes as required by the descheduler and for performance analysis. 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