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

Force PAO installation on master nodes #351

Closed
wants to merge 2 commits into from

Commits on Sep 23, 2020

  1. deploy: Force PAO installation on master nodes

    PAO is meant to run on "control plane".
    Use podAffinity to schedule PAO only on master nodes.
    (https://docs.openshift.com/container-platform/4.5/nodes/scheduling/nodes-scheduler-pod-affinity.html)
    Use taints tolerations to allow PAO scheduling on the master nodes.
    (https://docs.openshift.com/container-platform/4.5/nodes/scheduling/nodes-scheduler-taints-tolerations.html)
    
    Update the manifests according to the above.
    
    Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
    marcel-apf committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    114d8e2 View commit details
    Browse the repository at this point in the history
  2. functests/config: Add a test verifying PAO runs in master nodes

    Straight forward test that checks the node PAO is running on
    is a master node.
    
    Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
    marcel-apf committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    414cb91 View commit details
    Browse the repository at this point in the history