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 two kubelet settings - topologyManagerPolicy and topologyManagerScope #1659

Merged
merged 3 commits into from
Jul 30, 2021

Commits on Jul 30, 2021

  1. kubelet: add setting for configuring TopologyManagerScope

    pass topology-manager-scope argument to kubelet
    gthao313 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d0de57c View commit details
    Browse the repository at this point in the history
  2. kubelet: add setting for configuring TopologyManagerPolicy

    pass topology-manager-policy argument to kubelet
    gthao313 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    1c60879 View commit details
    Browse the repository at this point in the history
  3. migrations: add migrations for topologyManagerPolicy and topologyMana…

    …gerScope
    
    adds migration for two new settings `settings.kubernetes.topology-manager-scope`
    and `settings.kubernetes.topology-manager-policy`
    gthao313 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8af98dc View commit details
    Browse the repository at this point in the history