Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions assets/active/machine-config/README.md
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 8 additions & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +5 to +12
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With #154 I fixed the automation to tag also at latest on each merge to the main branch.
Could you please drop this?