konflux-ci / konflux-ci

Integration and release of Konflux-CI
Apache License 2.0
50 stars 38 forks source link

testrepo-on-pull-request-hj49m-clone-repository-pod stuck in pending state #281

Closed raukadah closed 3 months ago

raukadah commented 3 months ago

I am trying out konflux-ci on Fedora 39 by following the README. I have reached to the end of Onboard Application with the Konflux UI and following Observe the Behavior .

My jobs on my fork test-repo pull request was stuck for a long time. After following the troubleshooting guide and Running out of Resources. I found that test-component-on-pull-request-4jthk-clone-repository-pod is in Pending state.

Below are the pods from user-ns2 namespace.

chandankumar@fedora:~/testrepo$ kubectl get pods -n user-ns2
NAME                                                        READY   STATUS      RESTARTS   AGE
affinity-assistant-4dafd628a8-0                             0/1     Pending     0          15m
affinity-assistant-9138c3246e-0                             0/1     Pending     0          15m
test-component-on-pull-request-4jthk-clone-repository-pod   0/2     Pending     0          14m
test-component-on-pull-request-4jthk-init-pod               0/1     Completed   0          15m
test-component-on-pull-request-6hm6c-init-pod               0/1     Completed   0          103m
testrepo-on-pull-request-hj49m-clone-repository-pod         0/2     Pending     0          15m
testrepo-on-pull-request-hj49m-init-pod                     0/1     Completed   0          15m
testrepo-on-pull-request-m5kl4-init-pod                     0/1     Completed   0          103m

After checking the describe out test-component-on-pull-request-4jthk-clone-repository-pod pod. I found following issue Warning FailedScheduling 5m59s default-scheduler running PreBind plugin "VolumeBinding": binding volumes: context deadline exceeded leading to pod pending state.

Below is the detailed pod describe output:

chandankumar@fedora:~/testrepo$ oc describe pods/test-component-on-pull-request-4jthk-clone-repository-pod -n user-ns2
bash: oc: command not found...
chandankumar@fedora:~/testrepo$ ^C
chandankumar@fedora:~/testrepo$ kubectl describe pods/test-component-on-pull-request-4jthk-clone-repository-pod -n user-ns2
Name:             test-component-on-pull-request-4jthk-clone-repository-pod
Namespace:        user-ns2
Priority:         0
Service Account:  appstudio-pipeline
Node:             <none>
Labels:           app.kubernetes.io/managed-by=pipelinesascode.tekton.dev
                  app.kubernetes.io/version=v0.24.1
                  appstudio.openshift.io/application=test-component
                  appstudio.openshift.io/component=test-component
                  pipelines.appstudio.openshift.io/type=build
                  pipelinesascode.tekton.dev/branch=main
                  pipelinesascode.tekton.dev/check-run-id=28517011123
                  pipelinesascode.tekton.dev/event-type=pull_request
                  pipelinesascode.tekton.dev/git-provider=github
                  pipelinesascode.tekton.dev/original-prname=test-component-on-pull-request
                  pipelinesascode.tekton.dev/pull-request=3
                  pipelinesascode.tekton.dev/repository=testrepo
                  pipelinesascode.tekton.dev/sender=raukadah
                  pipelinesascode.tekton.dev/sha=565ddff37acdfd460cf159bafb89b5deed322c40
                  pipelinesascode.tekton.dev/state=started
                  pipelinesascode.tekton.dev/url-org=raukadah
                  pipelinesascode.tekton.dev/url-repository=testrepo
                  tekton.dev/memberOf=tasks
                  tekton.dev/pipeline=test-component-on-pull-request-4jthk
                  tekton.dev/pipelineRun=test-component-on-pull-request-4jthk
                  tekton.dev/pipelineTask=clone-repository
                  tekton.dev/task=git-clone
                  tekton.dev/taskRun=test-component-on-pull-request-4jthk-clone-repository
Annotations:      build.appstudio.openshift.io/repo: https://github.com/raukadah/testrepo?rev=565ddff37acdfd460cf159bafb89b5deed322c40
                  build.appstudio.redhat.com/commit_sha: 565ddff37acdfd460cf159bafb89b5deed322c40
                  build.appstudio.redhat.com/pull_request_number: 3
                  build.appstudio.redhat.com/target_branch: main
                  pipeline.tekton.dev/affinity-assistant: affinity-assistant-4dafd628a8
                  pipeline.tekton.dev/release: 9be03e2
                  pipelinesascode.tekton.dev/branch: main
                  pipelinesascode.tekton.dev/check-run-id: 28517011123
                  pipelinesascode.tekton.dev/controller-info: {"name":"default","configmap":"pipelines-as-code","secret":"pipelines-as-code-secret"}
                  pipelinesascode.tekton.dev/event-type: pull_request
                  pipelinesascode.tekton.dev/git-auth-secret: pac-gitauth-bhlp
                  pipelinesascode.tekton.dev/git-provider: github
                  pipelinesascode.tekton.dev/installation-id: 53586647
                  pipelinesascode.tekton.dev/log-url: https://localhost:9443/application-pipeline/ns/user-ns2/pipelinerun/test-component-on-pull-request-4jthk
                  pipelinesascode.tekton.dev/max-keep-runs: 3
                  pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
                  pipelinesascode.tekton.dev/original-prname: test-component-on-pull-request
                  pipelinesascode.tekton.dev/pull-request: 3
                  pipelinesascode.tekton.dev/repo-url: https://github.com/raukadah/testrepo
                  pipelinesascode.tekton.dev/repository: testrepo
                  pipelinesascode.tekton.dev/sender: raukadah
                  pipelinesascode.tekton.dev/sha: 565ddff37acdfd460cf159bafb89b5deed322c40
                  pipelinesascode.tekton.dev/sha-title:
                    Konflux CI testing update test-component
                    Signed-off-by: konflux-ci-testing <konflux@no-reply.konflux-ci.dev>
                  pipelinesascode.tekton.dev/sha-url: https://github.com/raukadah/testrepo/commit/565ddff37acdfd460cf159bafb89b5deed322c40
                  pipelinesascode.tekton.dev/state: started
                  pipelinesascode.tekton.dev/url-org: raukadah
                  pipelinesascode.tekton.dev/url-repository: testrepo
                  results.tekton.dev/record: user-ns2/results/4810bc0f-2fac-4b55-8e0e-5cac782d07e2/records/4810bc0f-2fac-4b55-8e0e-5cac782d07e2
                  results.tekton.dev/recordSummaryAnnotations:
                    {"repo":"testrepo","commit":"565ddff37acdfd460cf159bafb89b5deed322c40","eventType":"pull_request","pull_request-id":3}
                  results.tekton.dev/result: user-ns2/results/4810bc0f-2fac-4b55-8e0e-5cac782d07e2
                  tekton.dev/categories: Git
                  tekton.dev/displayName: git clone
                  tekton.dev/pipelines.minVersion: 0.21.0
                  tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
                  tekton.dev/tags: git
Status:           Pending
IP:               
IPs:              <none>
Controlled By:    TaskRun/test-component-on-pull-request-4jthk-clone-repository
Init Containers:
  prepare:
    Image:      gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.56.1@sha256:8c6f10d9553b7734ba3d07ea1cdd08df80e8147cb8e0167371e386ba5ab98793
    Port:       <none>
    Host Port:  <none>
    Command:
      /ko-app/entrypoint
      init
      /ko-app/entrypoint
      /tekton/bin/entrypoint
      step-clone
      step-symlink-check
    Environment:  <none>
    Mounts:
      /tekton/bin from tekton-internal-bin (rw)
      /tekton/steps from tekton-internal-steps (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2z4d8 (ro)
  place-scripts:
    Image:      cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791
    Port:       <none>
    Host Port:  <none>
    Command:
      sh
    Args:
      -c
      scriptfile="/tekton/scripts/script-0-jtf2g"
      touch ${scriptfile} && chmod +x ${scriptfile}
      cat > ${scriptfile} << '_EOF_'
      IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBzZXQgLXgKZmkKCmlmIFsgLW4gIiR7UEFSQU1fR0lUX0lOSVRfSU1BR0V9IiBdOyB0aGVuCiAgZWNobyAiV0FSTklORzogcHJvdmlkZWQgZGVwcmVjYXRlZCBnaXRJbml0SW1hZ2UgcGFyYW1ldGVyIGhhcyBubyBlZmZlY3QuIgpmaQoKaWYgWyAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfQk9VTkR9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGlmIFsgLWYgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9Ly5naXQtY3JlZGVudGlhbHMiIF0gJiYgWyAtZiAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdGNvbmZpZyIgXTsgdGhlbgogICAgY3AgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9Ly5naXQtY3JlZGVudGlhbHMiICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICAgIGNwICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE9SWV9QQVRIfS8uZ2l0Y29uZmlnIiAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXRjb25maWciCiAgIyBDb21wYXRpYmlsaXR5IHdpdGgga3ViZXJuZXRlcy5pby9iYXNpYy1hdXRoIHNlY3JldHMKICBlbGlmIFsgLWYgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9L3VzZXJuYW1lIiBdICYmIFsgLWYgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9L3Bhc3N3b3JkIiBdOyB0aGVuCiAgICBIT1NUTkFNRT0kKGVjaG8gJFBBUkFNX1VSTCB8IGF3ayAtRi8gJ3twcmludCAkM30nKQogICAgZWNobyAiaHR0cHM6Ly8kKGNhdCAke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE9SWV9QQVRIfS91c2VybmFtZSk6JChjYXQgJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vcGFzc3dvcmQpQCRIT1NUTkFNRSIgPiAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXQtY3JlZGVudGlhbHMiCiAgICBlY2hvIC1lICJbY3JlZGVudGlhbCBcImh0dHBzOi8vJEhPU1ROQU1FXCJdXG4gIGhlbHBlciA9IHN0b3JlIiA+ICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdGNvbmZpZyIKICBlbHNlCiAgICBlY2hvICJVbmtub3duIGJhc2ljLWF1dGggd29ya3NwYWNlIGZvcm1hdCIKICAgIGV4aXQgMQogIGZpCiAgY2htb2QgNDAwICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjaG1vZCA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgpmaQoKIyBTaG91bGQgYmUgY2FsbGVkIGFmdGVyIHRoZSBnaXRjb25maWcgaXMgY29waWVkIGZyb20gdGhlIHJlcG9zaXRvcnkgc2VjcmV0CmNhX2J1bmRsZT0vbW50L3RydXN0ZWQtY2EvY2EtYnVuZGxlLmNydAppZiBbIC1mICIkY2FfYnVuZGxlIiBdOyB0aGVuCiAgZWNobyAiSU5GTzogVXNpbmcgbW91bnRlZCBDQSBidW5kbGU6ICRjYV9idW5kbGUiCiAgZ2l0IGNvbmZpZyAtLWdsb2JhbCBodHRwLnNzbENBSW5mbyAiJGNhX2J1bmRsZSIKZmkKCmlmIFsgIiR7V09SS1NQQUNFX1NTSF9ESVJFQ1RPUllfQk9VTkR9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNwIC1SICIke1dPUktTUEFDRV9TU0hfRElSRUNUT1JZX1BBVEh9IiAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoCiAgY2htb2QgNzAwICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCAtUiA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfSIvLnNzaC8qCmZpCgpDSEVDS09VVF9ESVI9IiR7V09SS1NQQUNFX09VVFBVVF9QQVRIfS8ke1BBUkFNX1NVQkRJUkVDVE9SWX0iCgpjbGVhbmRpcigpIHsKICAjIERlbGV0ZSBhbnkgZXhpc3RpbmcgY29udGVudHMgb2YgdGhlIHJlcG8gZGlyZWN0b3J5IGlmIGl0IGV4aXN0cy4KICAjCiAgIyBXZSBkb24ndCBqdXN0ICJybSAtcmYgJHtDSEVDS09VVF9ESVJ9IiBiZWNhdXNlICR7Q0hFQ0tPVVRfRElSfSBtaWdodCBiZSAiLyIKICAjIG9yIHRoZSByb290IG9mIGEgbW91bnRlZCB2b2x1bWUuCiAgaWYgWyAtZCAiJHtDSEVDS09VVF9ESVJ9IiBdIDsgdGhlbgogICAgIyBEZWxldGUgbm9uLWhpZGRlbiBmaWxlcyBhbmQgZGlyZWN0b3JpZXMKICAgIHJtIC1yZiAiJHtDSEVDS09VVF9ESVI6P30iLyoKICAgICMgRGVsZXRlIGZpbGVzIGFuZCBkaXJlY3RvcmllcyBzdGFydGluZyB3aXRoIC4gYnV0IGV4Y2x1ZGluZyAuLgogICAgcm0gLXJmICIke0NIRUNLT1VUX0RJUn0iLy5bIS5dKgogICAgIyBEZWxldGUgZmlsZXMgYW5kIGRpcmVjdG9yaWVzIHN0YXJ0aW5nIHdpdGggLi4gcGx1cyBhbnkgb3RoZXIgY2hhcmFjdGVyCiAgICBybSAtcmYgIiR7Q0hFQ0tPVVRfRElSfSIvLi4/KgogIGZpCn0KCmlmIFsgIiR7UEFSQU1fREVMRVRFX0VYSVNUSU5HfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBjbGVhbmRpcgpmaQoKdGVzdCAteiAiJHtQQVJBTV9IVFRQX1BST1hZfSIgfHwgZXhwb3J0IEhUVFBfUFJPWFk9IiR7UEFSQU1fSFRUUF9QUk9YWX0iCnRlc3QgLXogIiR7UEFSQU1fSFRUUFNfUFJPWFl9IiB8fCBleHBvcnQgSFRUUFNfUFJPWFk9IiR7UEFSQU1fSFRUUFNfUFJPWFl9Igp0ZXN0IC16ICIke1BBUkFNX05PX1BST1hZfSIgfHwgZXhwb3J0IE5PX1BST1hZPSIke1BBUkFNX05PX1BST1hZfSIKCi9rby1hcHAvZ2l0LWluaXQgXAogIC11cmw9IiR7UEFSQU1fVVJMfSIgXAogIC1yZXZpc2lvbj0iJHtQQVJBTV9SRVZJU0lPTn0iIFwKICAtcmVmc3BlYz0iJHtQQVJBTV9SRUZTUEVDfSIgXAogIC1wYXRoPSIke0NIRUNLT1VUX0RJUn0iIFwKICAtc3NsVmVyaWZ5PSIke1BBUkFNX1NTTF9WRVJJRll9IiBcCiAgLXN1Ym1vZHVsZXM9IiR7UEFSQU1fU1VCTU9EVUxFU30iIFwKICAtZGVwdGg9IiR7UEFSQU1fREVQVEh9IiBcCiAgLXNwYXJzZUNoZWNrb3V0RGlyZWN0b3JpZXM9IiR7UEFSQU1fU1BBUlNFX0NIRUNLT1VUX0RJUkVDVE9SSUVTfSIKY2QgIiR7Q0hFQ0tPVVRfRElSfSIKUkVTVUxUX1NIQT0iJChnaXQgcmV2LXBhcnNlIEhFQUQpIgpFWElUX0NPREU9IiQ/IgppZiBbICIke0VYSVRfQ09ERX0iICE9IDAgXSA7IHRoZW4KICBleGl0ICIke0VYSVRfQ09ERX0iCmZpCnByaW50ZiAiJXMiICIke1JFU1VMVF9TSEF9IiA+ICIvdGVrdG9uL3Jlc3VsdHMvY29tbWl0IgpwcmludGYgIiVzIiAiJHtQQVJBTV9VUkx9IiA+ICIvdGVrdG9uL3Jlc3VsdHMvdXJsIgoKaWYgWyAiJHtQQVJBTV9GRVRDSF9UQUdTfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBlY2hvICJGZXRjaGluZyB0YWdzIgogIGdpdCBmZXRjaCAtLXRhZ3MKZmkK
      _EOF_
      /tekton/bin/entrypoint decode-script "${scriptfile}"
      scriptfile="/tekton/scripts/script-1-xrpxp"
      touch ${scriptfile} && chmod +x ${scriptfile}
      cat > ${scriptfile} << '_EOF_'
      IyEvdXNyL2Jpbi9lbnYgYmFzaApzZXQgLWV1byBwaXBlZmFpbAoKQ0hFQ0tPVVRfRElSPSIke1dPUktTUEFDRV9PVVRQVVRfUEFUSH0vJHtQQVJBTV9TVUJESVJFQ1RPUll9IgpjaGVja19zeW1saW5rcygpIHsKICBGT1VORF9TWU1MSU5LX1BPSU5USU5HX09VVFNJREVfT0ZfUkVQTz1mYWxzZQogIHdoaWxlIHJlYWQgc3ltbGluawogIGRvCiAgICB0YXJnZXQ9JChyZWFkbGluayAtZiAiJHN5bWxpbmsiKQogICAgaWYgISBbWyAiJHRhcmdldCIgPX4gXiRDSEVDS09VVF9ESVIgXV07IHRoZW4KICAgICAgZWNobyAiVGhlIGNsb25lZCByZXBvc2l0b3J5IGNvbnRhaW5zIHN5bWxpbmsgcG9pbnRpbmcgb3V0c2lkZSBvZiB0aGUgY2xvbmVkIHJlcG9zaXRvcnk6ICRzeW1saW5rIgogICAgICBGT1VORF9TWU1MSU5LX1BPSU5USU5HX09VVFNJREVfT0ZfUkVQTz10cnVlCiAgICBmaQogIGRvbmUgPCA8KGZpbmQgJENIRUNLT1VUX0RJUiAtdHlwZSBsIC1wcmludCkKICBpZiBbICIkRk9VTkRfU1lNTElOS19QT0lOVElOR19PVVRTSURFX09GX1JFUE8iID0gdHJ1ZSBdIDsgdGhlbgogICAgcmV0dXJuIDEKICBmaQp9CgppZiBbICIke1BBUkFNX0VOQUJMRV9TWU1MSU5LX0NIRUNLfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBlY2hvICJSdW5uaW5nIHN5bWxpbmsgY2hlY2siCiAgY2hlY2tfc3ltbGlua3MKZmkK
      _EOF_
      /tekton/bin/entrypoint decode-script "${scriptfile}"

    Environment:  <none>
    Mounts:
      /tekton/bin from tekton-internal-bin (rw)
      /tekton/scripts from tekton-internal-scripts (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2z4d8 (ro)
Containers:
  step-clone:
    Image:      quay.io/konflux-ci/git-clone@sha256:005487d3967e7a90490f96b2ff3b0c6d0463b647d212cd809683b494e20146a8
    Port:       <none>
    Host Port:  <none>
    Command:
      /tekton/bin/entrypoint
    Args:
      -wait_file
      /tekton/downward/ready
      -wait_file_content
      -post_file
      /tekton/run/0/out
      -termination_path
      /tekton/termination
      -step_metadata_dir
      /tekton/run/0/status
      -docker-config=imagerepository-for-testrepo-konflux-testrepo-image-push
      -docker-config=imagerepository-for-test-component-test-component-image-push
      -results
      commit,url
      -entrypoint
      /tekton/scripts/script-0-jtf2g
      --
    Environment:
      HOME:                                  /tekton/home
      PARAM_URL:                             https://github.com/raukadah/testrepo
      PARAM_REVISION:                        565ddff37acdfd460cf159bafb89b5deed322c40
      PARAM_REFSPEC:                         
      PARAM_SUBMODULES:                      true
      PARAM_DEPTH:                           1
      PARAM_SSL_VERIFY:                      true
      PARAM_SUBDIRECTORY:                    source
      PARAM_DELETE_EXISTING:                 true
      PARAM_HTTP_PROXY:                      
      PARAM_HTTPS_PROXY:                     
      PARAM_NO_PROXY:                        
      PARAM_VERBOSE:                         false
      PARAM_SPARSE_CHECKOUT_DIRECTORIES:     
      PARAM_USER_HOME:                       /tekton/home
      PARAM_FETCH_TAGS:                      false
      PARAM_GIT_INIT_IMAGE:                  
      WORKSPACE_OUTPUT_PATH:                 /workspace/output
      WORKSPACE_SSH_DIRECTORY_BOUND:         false
      WORKSPACE_SSH_DIRECTORY_PATH:          
      WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND:  true
      WORKSPACE_BASIC_AUTH_DIRECTORY_PATH:   /workspace/basic-auth
    Mounts:
      /mnt/trusted-ca from trusted-ca (ro)
      /tekton/bin from tekton-internal-bin (ro)
      /tekton/creds from tekton-creds-init-home-0 (rw)
      /tekton/creds-secrets/imagerepository-for-test-component-test-component-image-push from tekton-internal-secret-volume-imagerepository-for-test-co-g5q5b (rw)
      /tekton/creds-secrets/imagerepository-for-testrepo-konflux-testrepo-image-push from tekton-internal-secret-volume-imagerepository-for-testrep-4hv45 (rw)
      /tekton/downward from tekton-internal-downward (ro)
      /tekton/home from tekton-internal-home (rw)
      /tekton/results from tekton-internal-results (rw)
      /tekton/run/0 from tekton-internal-run-0 (rw)
      /tekton/run/1 from tekton-internal-run-1 (ro)
      /tekton/scripts from tekton-internal-scripts (ro)
      /tekton/steps from tekton-internal-steps (ro)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2z4d8 (ro)
      /workspace from tekton-internal-workspace (rw)
      /workspace/basic-auth from ws-pqbl6 (rw)
      /workspace/output from ws-s4vp7 (rw)
  step-symlink-check:
    Image:      quay.io/konflux-ci/git-clone@sha256:005487d3967e7a90490f96b2ff3b0c6d0463b647d212cd809683b494e20146a8
    Port:       <none>
    Host Port:  <none>
    Command:
      /tekton/bin/entrypoint
    Args:
      -wait_file
      /tekton/run/0/out
      -post_file
      /tekton/run/1/out
      -termination_path
      /tekton/termination
      -step_metadata_dir
      /tekton/run/1/status
      -docker-config=imagerepository-for-testrepo-konflux-testrepo-image-push
      -docker-config=imagerepository-for-test-component-test-component-image-push
      -results
      commit,url
      -entrypoint
      /tekton/scripts/script-1-xrpxp
      --
    Environment:
      PARAM_ENABLE_SYMLINK_CHECK:  true
      PARAM_SUBDIRECTORY:          source
      WORKSPACE_OUTPUT_PATH:       /workspace/output
    Mounts:
      /tekton/bin from tekton-internal-bin (ro)
      /tekton/creds from tekton-creds-init-home-1 (rw)
      /tekton/creds-secrets/imagerepository-for-test-component-test-component-image-push from tekton-internal-secret-volume-imagerepository-for-test-co-g5q5b (rw)
      /tekton/creds-secrets/imagerepository-for-testrepo-konflux-testrepo-image-push from tekton-internal-secret-volume-imagerepository-for-testrep-4hv45 (rw)
      /tekton/home from tekton-internal-home (rw)
      /tekton/results from tekton-internal-results (rw)
      /tekton/run/0 from tekton-internal-run-0 (ro)
      /tekton/run/1 from tekton-internal-run-1 (rw)
      /tekton/scripts from tekton-internal-scripts (ro)
      /tekton/steps from tekton-internal-steps (ro)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2z4d8 (ro)
      /workspace from tekton-internal-workspace (rw)
      /workspace/basic-auth from ws-pqbl6 (rw)
      /workspace/output from ws-s4vp7 (rw)
Conditions:
  Type           Status
  PodScheduled   False 
Volumes:
  tekton-internal-workspace:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tekton-internal-home:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tekton-internal-results:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tekton-internal-steps:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tekton-internal-secret-volume-imagerepository-for-testrep-4hv45:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  imagerepository-for-testrepo-konflux-testrepo-image-push
    Optional:    false
  tekton-internal-secret-volume-imagerepository-for-test-co-g5q5b:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  imagerepository-for-test-component-test-component-image-push
    Optional:    false
  tekton-internal-scripts:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tekton-internal-bin:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tekton-internal-downward:
    Type:  DownwardAPI (a volume populated by information about the pod)
    Items:
      metadata.annotations['tekton.dev/ready'] -> ready
  tekton-creds-init-home-0:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  <unset>
  tekton-internal-run-0:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  tekton-creds-init-home-1:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     Memory
    SizeLimit:  <unset>
  tekton-internal-run-1:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  trusted-ca:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      trusted-ca
    Optional:  true
  ws-s4vp7:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  pvc-6f35ac93d7
    ReadOnly:   false
  ws-pqbl6:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  pac-gitauth-bhlp
    Optional:    false
  kube-api-access-2z4d8:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason            Age    From               Message
  ----     ------            ----   ----               -------
  Warning  FailedScheduling  5m59s  default-scheduler  running PreBind plugin "VolumeBinding": binding volumes: context deadline exceeded

Thank to @avi-biton , By following Restarting the Cluster step, it fixes the issue.

Can I send a pull request to add this issue in the troubleshooting doc?

yftacherzog commented 3 months ago

By all means!