Comment 2 for bug 2000177

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (master)

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/868245
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/59e7a633694e70af7cfa1be122d5bb8dc855db8f
Submitter: "Zuul (22348)"
Branch: master

commit 59e7a633694e70af7cfa1be122d5bb8dc855db8f
Author: Mohammad Issa <email address hidden>
Date: Tue Dec 20 20:23:57 2022 +0000

    Stop multus pod from requesting CPU resources

    This change will not allow platform pods: i.e. multus,
    from requesting CPU resources.

    Due to limitations in the kubernetes customizations
    around resource tracking and platform CPUs. If the
    platform pod uses up a portion of the CPUs,
    it may limit the ability of the application pods to
    utilize all of the designated CPUs.

    Testing:
     - Execute command: kubectl describe node
       -> Name: CPU Requests
          kube-multus-ds-amd64-dccsj 0 (0%)

    Closes-Bug: 2000177

    Signed-off-by: Mohammad Issa <email address hidden>
    Change-Id: I69017f4c631f2bea895c2d878ccf615143faad7e