Comment 12 for bug 1850242

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-puppet (r/stx.3.0)

Reviewed: https://review.opendev.org/702280
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=b123b0b7ce4130263b70f0c4a7cf59251fbdf000
Submitter: Zuul
Branch: r/stx.3.0

commit b123b0b7ce4130263b70f0c4a7cf59251fbdf000
Author: Jim Gauld <email address hidden>
Date: Thu Dec 12 12:22:59 2019 -0500

    kubelet cpu-manager-policy=none options for application-isolated

    This changes kubelet cpu-manager options so that --kube-reserved is
    not specified in conjunction with --cpu-manager-policy=none.

    In the 'none' case, we only reserve cpus with --system-reserved so
    that kube-system pods only run on platform cores and not
    application-isolated cores.

    Change-Id: I2cf77d68b1c615ae6a0052d2b1e5b96a5c80d3d7
    Closes-Bug: 1850242
    Signed-off-by: Jim Gauld <email address hidden>
    (cherry picked from commit 71033a4d8a577fa6925e8407bf481c9a53d10087)