Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPU Manager related configs #756

Merged
merged 2 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Add CPU Manager related config

    Add new config file:
    - rke2-99-z00-harvester-reserved-resources.yaml:
      which includes system-reserved and kube-reserved CPU resources,
      kube-reserved follow the GKE CPU reservation formula for calculating
      reserved CPU resources, and system-reserved is 2/3 kube-reserved cpu
      resource.
    
    Signed-off-by: Cooper Tseng <cooper.tseng@suse.com>
    brandboat committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    47c67ab View commit details
    Browse the repository at this point in the history
  2. Remove cpu_manager_state in initramfs stage

    Signed-off-by: Cooper Tseng <cooper.tseng@suse.com>
    brandboat committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9207ac2 View commit details
    Browse the repository at this point in the history