Uploaded image for project: 'OpenShift Pipelines'
  1. OpenShift Pipelines
  2. SRVKP-2217

PAC pods donot run on infra nodes

XMLWordPrintable

    • Pipelines Sprint 220, Pipelines Sprint 221, Pipelines Sprint 222, Pipelines Sprint 223

      Expected behavior

      When I configure Pipelines operator to run on infra nodes, I expect all pods in namespace "openshift-pipelines" to run on infra nodes.

      Actual behavior

      Pod el-pipelines-as-code-interceptor still runs on worker node

      Steps to reproduce

      1. install OpenShift Pipelines 1.7
      2. Configure operator to run on infra nodes. Add the following to both subscription and to Tekton config

      spec:
        config:
          nodeSelector:
            node-role.kubernetes.io/master: ""
          tolerations:
          - effect: NoSchedule
            key: node-role.kubernetes.io/master
            operator: Exists
      

      3. Check pods in namespaces openshift-operators and openshift-pipelines

            smukhade Shivam Mukhade (Inactive)
            ppitonak Pavol Pitoňák
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: