Skip to content

Commit

Permalink
cnv,swap: Address more review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
  • Loading branch information
fabiand committed Jun 20, 2024
1 parent d7f7bb2 commit c74969f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions enhancements/kubelet/virtualization-higher-workload-density.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ status: implementable

## Summary

Fit more workloads onto a give node - achieve a higher workload
Fit more workloads onto a given node - achieve a higher workload
density - by overcommitting it's memory resources. Due to timeline
needs a two-phased approach is considered.

Expand Down Expand Up @@ -154,15 +154,21 @@ virtual machine in a cluster.
3. The cluster admin is deploying the WASP Agent according to the
documentation

a. The cluster admin is adding the `failOnSwap=false` flag to the
kubelet configuration via a `KubeletConfig` CR, in order to ensure
that the kubelet will start once swap has been rolled out.
a. The cluster admin is calculating the amount of swap space to
provision based on the amount of physical ram and overcommittment
ratio
b. The cluster admin is creating a `MachineConfig` for provisioning
swap on worker nodes
c. The cluster admin is deploying the [WASP Agent] DaemonSet

4. The cluster admin is configuring OpenShift Virtualization via the
`HCO` API for higher workload density
4. The cluster admin is configuring OpenShift Virtualization for higher
workload density via

a. the OpenShift Virtualization Console "Settings" page
b. or `HCO` API

The cluster is now set up for higher workload density.

Expand Down

0 comments on commit c74969f

Please sign in to comment.