Cloning into '/home/prow/go/src/github.com/google/licenseclassifier'... Docker in Docker enabled, initializing... ================================================================================ * Starting Docker: docker ...done. Waiting for docker to be ready, sleeping for 1 seconds. Cleaning up binfmt_misc ... ================================================================================ Done setting up docker in docker. Activated service account credentials for: [prow-account@tekton-releases.iam.gserviceaccount.com] == Running ./runner.sh backward compatibility test runner === + [[ 12 -ne 0 ]] + case $1 in ++ cut -d = -f2 + gcloud auth activate-service-account --key-file=/etc/test-account/service-account.json Activated service account credentials for: [prow-account@tekton-releases.iam.gserviceaccount.com] + shift + [[ 11 -ne 0 ]] + case $1 in + shift + [[ -- == \-\- ]] + shift + break + /usr/local/bin/kind-e2e --k8s-version v1.28.x --nodes 3 --e2e-script ./test/e2e-tests.sh --e2e-env ./test/e2e-tests-kind-prow.env + K8S_VERSION=v1.28.x + REGISTRY_NAME=registry.local + REGISTRY_PORT=5000 + CLUSTER_SUFFIX=cluster.local + NODE_COUNT=1 + REGISTRY_AUTH=0 + ESTARGZ_SUPPORT=0 + E2E_SCRIPT=test/e2e-tests.sh + E2E_ENV= + [[ 8 -ne 0 ]] + parameter=--k8s-version + case "${parameter}" in + shift + K8S_VERSION=v1.28.x + shift + [[ 6 -ne 0 ]] + parameter=--nodes + case "${parameter}" in + shift + NODE_COUNT=3 + shift + [[ 4 -ne 0 ]] + parameter=--e2e-script + case "${parameter}" in + shift + E2E_SCRIPT=./test/e2e-tests.sh + shift + [[ 2 -ne 0 ]] + parameter=--e2e-env + case "${parameter}" in + shift + E2E_ENV=./test/e2e-tests-kind-prow.env + shift + [[ 0 -ne 0 ]] + [[ ./test/e2e-tests-kind-prow.env != '' ]] + [[ ! -f ./test/e2e-tests-kind-prow.env ]] + case ${K8S_VERSION} in + K8S_VERSION=1.28.9 + KIND_IMAGE_SHA=sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0 + KIND_IMAGE=kindest/node:1.28.9@sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0 + echo '--- Setup KinD Cluster' --- Setup KinD Cluster + cat ++ seq 1 1 3 + for i in $(seq 1 1 "${NODE_COUNT}") + cat + for i in $(seq 1 1 "${NODE_COUNT}") + cat + for i in $(seq 1 1 "${NODE_COUNT}") + cat + cat ++ containerd_config ++ [[ 0 = \1 ]] ++ cat + echo '--- kind.yaml' --- kind.yaml + cat kind.yaml apiVersion: kind.x-k8s.io/v1alpha4 kind: Cluster nodes: - role: control-plane image: "kindest/node:1.28.9@sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0" - role: worker image: "kindest/node:1.28.9@sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0" - role: worker image: "kindest/node:1.28.9@sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0" - role: worker image: "kindest/node:1.28.9@sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0" kubeadmConfigPatches: # This is needed in order to support projected volumes with service account tokens. # See: https://kubernetes.slack.com/archives/CEKK1KTN2/p1600268272383600 - | apiVersion: kubeadm.k8s.io/v1beta2 kind: ClusterConfiguration metadata: name: config apiServer: extraArgs: "service-account-issuer": "kubernetes.default.svc" "service-account-signing-key-file": "/etc/kubernetes/pki/sa.key" networking: dnsDomain: "cluster.local" # This is needed to avoid filling our disk. # See: https://kubernetes.slack.com/archives/CEKK1KTN2/p1603391142276400 - | kind: KubeletConfiguration metadata: name: config imageGCHighThresholdPercent: 90 containerdConfigPatches: - |- [plugins."io.containerd.grpc.v1.cri".containerd] # Support many layered images: https://kubernetes.slack.com/archives/CEKK1KTN2/p1602770111199000 disable_snapshot_annotations = true # Support a local registry [plugins."io.containerd.grpc.v1.cri".registry.mirrors."registry.local:5000"] endpoint = ["http://registry.local:5000"] + kind --version kind version 0.23.0 + docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES + kind create cluster --config kind.yaml Creating cluster "kind" ... â€ĸ Ensuring node image (kindest/node:1.28.9) đŸ–ŧ ... ✓ Ensuring node image (kindest/node:1.28.9) đŸ–ŧ â€ĸ Preparing nodes đŸ“Ļ đŸ“Ļ đŸ“Ļ đŸ“Ļ ... ✓ Preparing nodes đŸ“Ļ đŸ“Ļ đŸ“Ļ đŸ“Ļ â€ĸ Writing configuration 📜 ... ✓ Writing configuration 📜 â€ĸ Starting control-plane đŸ•šī¸ ... ✓ Starting control-plane đŸ•šī¸ â€ĸ Installing CNI 🔌 ... ✓ Installing CNI 🔌 â€ĸ Installing StorageClass 💾 ... ✓ Installing StorageClass 💾 â€ĸ Joining worker nodes 🚜 ... ✓ Joining worker nodes 🚜 Set kubectl context to "kind-kind" You can now use your cluster with: kubectl cluster-info --context kind-kind Thanks for using kind! 😊 + echo '--- Setup metallb' --- Setup metallb + kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml namespace/metallb-system created customresourcedefinition.apiextensions.k8s.io/addresspools.metallb.io created customresourcedefinition.apiextensions.k8s.io/bfdprofiles.metallb.io created customresourcedefinition.apiextensions.k8s.io/bgpadvertisements.metallb.io created customresourcedefinition.apiextensions.k8s.io/bgppeers.metallb.io created customresourcedefinition.apiextensions.k8s.io/communities.metallb.io created customresourcedefinition.apiextensions.k8s.io/ipaddresspools.metallb.io created customresourcedefinition.apiextensions.k8s.io/l2advertisements.metallb.io created serviceaccount/controller created serviceaccount/speaker created role.rbac.authorization.k8s.io/controller created role.rbac.authorization.k8s.io/pod-lister created clusterrole.rbac.authorization.k8s.io/metallb-system:controller created clusterrole.rbac.authorization.k8s.io/metallb-system:speaker created rolebinding.rbac.authorization.k8s.io/controller created rolebinding.rbac.authorization.k8s.io/pod-lister created clusterrolebinding.rbac.authorization.k8s.io/metallb-system:controller created clusterrolebinding.rbac.authorization.k8s.io/metallb-system:speaker created configmap/metallb-excludel2 created secret/webhook-server-cert created service/webhook-service created deployment.apps/controller created daemonset.apps/speaker created validatingwebhookconfiguration.admissionregistration.k8s.io/metallb-webhook-configuration created ++ openssl rand -base64 128 + kubectl create secret generic -n metallb-system memberlist '--from-literal=secretkey=8Rxs1tHvsmrFfXeU4MiiZHqPOCls1PCmqrnK/5hMiyc3QQhBeiXKfbPb45l2Txh7 P+OPclcx82hFBjQpKCzDxPi+fbqRKzOBewa9xlvtuU9Hga+dFGgQX0x/pTyP9GcP mHa4QWqXYO4Wem32UQWvkPzyS4FSkZqgbEiisI7gZ1I=' secret/memberlist created ++ docker network inspect kind -f '{{(index .IPAM.Config 0).Subnet}}' ++ cut -d . -f1,2 + network=fc00:f853:ccd:e793::/64 + cat + kubectl apply -f - configmap/config created + echo '--- Setup container registry' --- Setup container registry + EXTRA_ARGS=() + [[ 0 == \1 ]] + docker run -d --restart=always -p 5000:5000 --name registry.local registry:2 Unable to find image 'registry:2' locally 2: Pulling from library/registry 44cf07d57ee4: Pulling fs layer bbbdd6c6894b: Pulling fs layer 8e82f80af0de: Pulling fs layer 3493bf46cdec: Pulling fs layer 6d464ea18732: Pulling fs layer 6d464ea18732: Waiting 3493bf46cdec: Waiting bbbdd6c6894b: Download complete 44cf07d57ee4: Verifying Checksum 44cf07d57ee4: Download complete 8e82f80af0de: Verifying Checksum 8e82f80af0de: Download complete 3493bf46cdec: Verifying Checksum 3493bf46cdec: Download complete 6d464ea18732: Verifying Checksum 6d464ea18732: Download complete 44cf07d57ee4: Pull complete bbbdd6c6894b: Pull complete 8e82f80af0de: Pull complete 3493bf46cdec: Pull complete 6d464ea18732: Pull complete Digest: sha256:a3d8aaa63ed8681a604f1dea0aa03f100d5895b6a58ace528858a7b332415373 Status: Downloaded newer image for registry:2 faf81ad87bf9c4d4b72296b0aa38357e97b2c1f29953b25ba917b2108aff8892 + docker network connect kind registry.local + echo '127.0.0.1 registry.local' + tee -a /etc/hosts 127.0.0.1 registry.local + [[ 0 == \1 ]] + export KO_DOCKER_REPO=kind.local + KO_DOCKER_REPO=kind.local + [[ ./test/e2e-tests.sh == '' ]] + [[ ./test/e2e-tests-kind-prow.env != '' ]] + set -o allexport + source ./test/e2e-tests-kind-prow.env ++ E2E_SKIP_CLUSTER_CREATION=true ++ KO_DOCKER_REPO=registry.local:5000 ++ ARTIFACTS=/workspace/source/artifacts + set +o allexport + ./test/e2e-tests.sh ================================ ==== SETTING UP ENVIRONMENT ==== ================================ Running fail tkn pipeline describe foo Error: no matches for tekton.dev/, Resource=pipelines Running fail tkn pipelinerun describe foo Error: failed to find pipelinerun "foo" Running fail tkn pipelinerun list foo Failed to list objects from default namespace Error: failed to list PipelineRuns from namespace default: no matches for tekton.dev/, Resource=pipelineruns Running fail tkn pipeline list Failed to list objects from default namespace Error: failed to list Pipelines from namespace default: no matches for tekton.dev/, Resource=pipelines Running fail tkn task list Failed to list objects from default namespace Error: failed to list Tasks from namespace default: no matches for tekton.dev/, Resource=tasks Running fail tkn taskrun list Failed to list objects from default namespace Error: failed to list TaskRuns from namespace default: no matches for tekton.dev/, Resource=taskruns Running fail tkn taskrun list foo Failed to list objects from default namespace Error: failed to list TaskRuns from namespace default: no matches for tekton.dev/, Resource=taskruns Running fail tkn pipelinerun logs foo Error: no matches for tekton.dev/, Resource=pipelineruns Running fail tkn taskrun logs foo Error: Unable to get TaskRun: no matches for tekton.dev/, Resource=taskruns Running fail tkn eventlistener ls Error: failed to list EventListeners from default namespace: no matches for triggers.tekton.dev/, Resource=eventlisteners Running fail tkn triggertemplate ls Error: failed to list TriggerTemplates from default namespace: no matches for triggers.tekton.dev/, Resource=triggertemplates Running fail tkn triggerbinding ls Error: failed to list TriggerBindings from default namespace: no matches for triggers.tekton.dev/, Resource=triggerbindings Running fail tkn clustertriggerbinding ls Error: failed to list ClusterTriggerBindings: no matches for triggers.tekton.dev/, Resource=clustertriggerbindings >> Deploying Tekton Pipelines namespace/tekton-pipelines created clusterrole.rbac.authorization.k8s.io/tekton-pipelines-controller-cluster-access created clusterrole.rbac.authorization.k8s.io/tekton-pipelines-controller-tenant-access created clusterrole.rbac.authorization.k8s.io/tekton-pipelines-webhook-cluster-access created clusterrole.rbac.authorization.k8s.io/tekton-events-controller-cluster-access created role.rbac.authorization.k8s.io/tekton-pipelines-controller created role.rbac.authorization.k8s.io/tekton-pipelines-webhook created role.rbac.authorization.k8s.io/tekton-pipelines-events-controller created role.rbac.authorization.k8s.io/tekton-pipelines-leader-election created role.rbac.authorization.k8s.io/tekton-pipelines-info created serviceaccount/tekton-pipelines-controller created serviceaccount/tekton-pipelines-webhook created serviceaccount/tekton-events-controller created clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-cluster-access created clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-tenant-access created clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook-cluster-access created clusterrolebinding.rbac.authorization.k8s.io/tekton-events-controller-cluster-access created rolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller created rolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook created rolebinding.rbac.authorization.k8s.io/tekton-pipelines-controller-leaderelection created rolebinding.rbac.authorization.k8s.io/tekton-pipelines-webhook-leaderelection created rolebinding.rbac.authorization.k8s.io/tekton-pipelines-info created rolebinding.rbac.authorization.k8s.io/tekton-pipelines-events-controller created rolebinding.rbac.authorization.k8s.io/tekton-events-controller-leaderelection created customresourcedefinition.apiextensions.k8s.io/customruns.tekton.dev created customresourcedefinition.apiextensions.k8s.io/pipelines.tekton.dev created customresourcedefinition.apiextensions.k8s.io/pipelineruns.tekton.dev created customresourcedefinition.apiextensions.k8s.io/resolutionrequests.resolution.tekton.dev created customresourcedefinition.apiextensions.k8s.io/stepactions.tekton.dev created customresourcedefinition.apiextensions.k8s.io/tasks.tekton.dev created customresourcedefinition.apiextensions.k8s.io/taskruns.tekton.dev created customresourcedefinition.apiextensions.k8s.io/verificationpolicies.tekton.dev created secret/webhook-certs created validatingwebhookconfiguration.admissionregistration.k8s.io/validation.webhook.pipeline.tekton.dev created mutatingwebhookconfiguration.admissionregistration.k8s.io/webhook.pipeline.tekton.dev created validatingwebhookconfiguration.admissionregistration.k8s.io/config.webhook.pipeline.tekton.dev created clusterrole.rbac.authorization.k8s.io/tekton-aggregate-edit created clusterrole.rbac.authorization.k8s.io/tekton-aggregate-view created configmap/config-defaults created configmap/config-events created configmap/feature-flags created configmap/pipelines-info created configmap/config-leader-election-controller created configmap/config-leader-election-events created configmap/config-leader-election-webhook created configmap/config-logging created configmap/config-observability created configmap/config-registry-cert created configmap/config-spire created configmap/config-tracing created deployment.apps/tekton-pipelines-controller created service/tekton-pipelines-controller created deployment.apps/tekton-events-controller created service/tekton-events-controller created namespace/tekton-pipelines-resolvers created clusterrole.rbac.authorization.k8s.io/tekton-pipelines-resolvers-resolution-request-updates created role.rbac.authorization.k8s.io/tekton-pipelines-resolvers-namespace-rbac created serviceaccount/tekton-pipelines-resolvers created clusterrolebinding.rbac.authorization.k8s.io/tekton-pipelines-resolvers created rolebinding.rbac.authorization.k8s.io/tekton-pipelines-resolvers-namespace-rbac created configmap/bundleresolver-config created configmap/cluster-resolver-config created configmap/resolvers-feature-flags created configmap/config-leader-election-resolvers created configmap/config-logging created configmap/config-observability created configmap/git-resolver-config created configmap/http-resolver-config created configmap/hubresolver-config created deployment.apps/tekton-pipelines-remote-resolvers created service/tekton-pipelines-remote-resolvers created horizontalpodautoscaler.autoscaling/tekton-pipelines-webhook created deployment.apps/tekton-pipelines-webhook created service/tekton-pipelines-webhook created No resources found No resources found No resources found No resources found Waiting until all pods in namespace tekton-pipelines are up..... All pods are up: tekton-events-controller-6df55bd757-7l9sq 1/1 Running 0 11s tekton-pipelines-controller-c5bf6d777-cxpvk 1/1 Running 0 11s tekton-pipelines-webhook-6d78d58d64-286vs 1/1 Running 0 11s >> Deploying Tekton Triggers clusterrole.rbac.authorization.k8s.io/tekton-triggers-admin created clusterrole.rbac.authorization.k8s.io/tekton-triggers-core-interceptors created clusterrole.rbac.authorization.k8s.io/tekton-triggers-core-interceptors-secrets created clusterrole.rbac.authorization.k8s.io/tekton-triggers-eventlistener-roles created clusterrole.rbac.authorization.k8s.io/tekton-triggers-eventlistener-clusterroles created role.rbac.authorization.k8s.io/tekton-triggers-admin-webhook created role.rbac.authorization.k8s.io/tekton-triggers-core-interceptors created role.rbac.authorization.k8s.io/tekton-triggers-info created serviceaccount/tekton-triggers-controller created serviceaccount/tekton-triggers-webhook created serviceaccount/tekton-triggers-core-interceptors created clusterrolebinding.rbac.authorization.k8s.io/tekton-triggers-controller-admin created clusterrolebinding.rbac.authorization.k8s.io/tekton-triggers-webhook-admin created clusterrolebinding.rbac.authorization.k8s.io/tekton-triggers-core-interceptors created clusterrolebinding.rbac.authorization.k8s.io/tekton-triggers-core-interceptors-secrets created rolebinding.rbac.authorization.k8s.io/tekton-triggers-webhook-admin created rolebinding.rbac.authorization.k8s.io/tekton-triggers-core-interceptors created rolebinding.rbac.authorization.k8s.io/tekton-triggers-info created customresourcedefinition.apiextensions.k8s.io/clusterinterceptors.triggers.tekton.dev created customresourcedefinition.apiextensions.k8s.io/clustertriggerbindings.triggers.tekton.dev created customresourcedefinition.apiextensions.k8s.io/eventlisteners.triggers.tekton.dev created customresourcedefinition.apiextensions.k8s.io/interceptors.triggers.tekton.dev created customresourcedefinition.apiextensions.k8s.io/triggers.triggers.tekton.dev created customresourcedefinition.apiextensions.k8s.io/triggerbindings.triggers.tekton.dev created customresourcedefinition.apiextensions.k8s.io/triggertemplates.triggers.tekton.dev created secret/triggers-webhook-certs created validatingwebhookconfiguration.admissionregistration.k8s.io/validation.webhook.triggers.tekton.dev created mutatingwebhookconfiguration.admissionregistration.k8s.io/webhook.triggers.tekton.dev created validatingwebhookconfiguration.admissionregistration.k8s.io/config.webhook.triggers.tekton.dev created clusterrole.rbac.authorization.k8s.io/tekton-triggers-aggregate-edit created clusterrole.rbac.authorization.k8s.io/tekton-triggers-aggregate-view created configmap/config-defaults-triggers created configmap/feature-flags-triggers created configmap/triggers-info created configmap/config-leader-election-triggers-controller created configmap/config-leader-election-triggers-webhook created configmap/config-logging-triggers created configmap/config-observability-triggers created service/tekton-triggers-controller created deployment.apps/tekton-triggers-controller created service/tekton-triggers-webhook created deployment.apps/tekton-triggers-webhook created Waiting until all pods in namespace tekton-pipelines are up... All pods are up: tekton-events-controller-6df55bd757-7l9sq 1/1 Running 0 19s tekton-pipelines-controller-c5bf6d777-cxpvk 1/1 Running 0 19s tekton-pipelines-webhook-6d78d58d64-286vs 1/1 Running 0 19s tekton-triggers-controller-5bc849d7d5-vxrbx 1/1 Running 0 6s tekton-triggers-webhook-55d565dbb-f5stv 1/1 Running 0 6s customresourcedefinition.apiextensions.k8s.io/clusterinterceptors.triggers.tekton.dev condition met secret/tekton-triggers-core-interceptors-certs created deployment.apps/tekton-triggers-core-interceptors created service/tekton-triggers-core-interceptors created clusterinterceptor.triggers.tekton.dev/cel created clusterinterceptor.triggers.tekton.dev/bitbucket created clusterinterceptor.triggers.tekton.dev/slack created clusterinterceptor.triggers.tekton.dev/github created clusterinterceptor.triggers.tekton.dev/gitlab created No resources found No resources found No resources found No resources found Waiting until all pods in namespace tekton-pipelines are up..... All pods are up: tekton-events-controller-6df55bd757-7l9sq 1/1 Running 0 30s tekton-pipelines-controller-c5bf6d777-cxpvk 1/1 Running 0 30s tekton-pipelines-webhook-6d78d58d64-286vs 1/1 Running 0 30s tekton-triggers-controller-5bc849d7d5-vxrbx 1/1 Running 0 17s tekton-triggers-core-interceptors-7744c878f7-9swcq 1/1 Running 0 10s tekton-triggers-webhook-55d565dbb-f5stv 1/1 Running 0 17s Context "kind-kind" modified. Running tkn version Client version: dev Pipeline version: v1.0.0 Triggers version: v20250520-4dbb0a6813 Running tkn pipelinerun list foo No PipelineRuns found Running tkn pipelinerun list No PipelineRuns found Running tkn pipeline list No Pipelines found Running tkn task list No Tasks found Running tkn taskrun list foo No TaskRuns found Running tkn taskrun list No TaskRuns found Running tkn eventlistener ls No eventlisteners found Running tkn triggertemplate ls No TriggerTemplates found Running tkn triggerbinding ls No TriggerBindings found Running tkn clustertriggerbinding ls No ClusterTriggerBindings found ............................... Running fail tkn pipeline describe foo Error: pipelines.tekton.dev "foo" not found Running fail tkn pipelinerun describe foo Error: failed to find pipelinerun "foo" Running fail tkn pipelinerun logs foo Error: pipelineruns.tekton.dev "foo" not found Running fail tkn taskrun logs foo Error: Unable to get TaskRun: taskruns.tekton.dev "foo" not found Running fail tkn eventlistener describe foo Error: failed to get EventListener foo: failed to get EventListener foo: eventlisteners.triggers.tekton.dev "foo" not found Running fail tkn triggertemplate describe foo Error: failed to get TriggerTemplate foo from default namespace: triggertemplates.triggers.tekton.dev "foo" not found ..................... namespace/tektoncd created Context "kind-kind" modified. task.tekton.dev/create-file-verify created pipeline.tekton.dev/output-pipeline created pipelinerun.tekton.dev/output-pipeline-run created task.tekton.dev/task-volume created taskrun.tekton.dev/test-template-volume created eventlistener.triggers.tekton.dev/github-listener-interceptor created Waiting for resources to be ready --------------------------------- Waiting for pipelinerun/output-pipeline-run to be ready; timeout: 600 ... [2] status is Unknown ... [4] status is Unknown ... [6] status is Unknown ... [8] status is Unknown ... [10] status is Unknown ... [12] status is Unknown Waiting for taskrun/test-template-volume to be ready; timeout: 600 --------------------------------- Running tests --------------------------------- Running tkn pipelinerun list output-pipeline NAME STARTED DURATION STATUS output-pipeline-run 15 seconds ago 12s Succeeded Running tkn pipelinerun list NAME STARTED DURATION STATUS output-pipeline-run 16 seconds ago 12s Succeeded Running tkn pipeline list NAME AGE LAST RUN STARTED DURATION STATUS output-pipeline 17 seconds ago output-pipeline-run 17 seconds ago 12s Succeeded Running tkn task list NAME DESCRIPTION AGE create-file-verify 19 seconds ago task-volume 18 seconds ago Running tkn taskrun list task-volume NAME STARTED DURATION STATUS test-template-volume 19 seconds ago 8s Succeeded Running tkn taskrun list NAME STARTED DURATION STATUS test-template-volume 20 seconds ago 8s Succeeded output-pipeline-run-first-create-file 21 seconds ago 12s Succeeded Running tkn eventlistener list NAME AGE URL AVAILABLE github-listener-interceptor 22 seconds ago http://el-github-listener-interceptor.tektoncd.svc.cluster.local:8080 False Running tkn pipeline describe output-pipeline Name: output-pipeline Namespace: tektoncd Params NAME TYPE DESCRIPTION DEFAULT VALUE message string hello filename string --- Workspaces NAME DESCRIPTION OPTIONAL shared-data false Tasks NAME TASKREF RUNAFTER TIMEOUT PARAMS first-create-file create-file-verify --- message: hello, filename: string PipelineRuns NAME STARTED DURATION STATUS output-pipeline-run 24 seconds ago 12s Succeeded Running tkn pipelinerun describe output-pipeline-run Name: output-pipeline-run Namespace: tektoncd Pipeline Ref: output-pipeline Service Account: default Labels: tekton.dev/pipeline=output-pipeline Status STARTED DURATION STATUS 25 seconds ago 12s Succeeded Timeouts Pipeline: 1h0m0s Params NAME VALUE filename output message test-e2e Workspaces NAME SUB PATH WORKSPACE BINDING shared-data --- EmptyDir (emptyDir=) Taskruns NAME TASK NAME STARTED DURATION STATUS output-pipeline-run-first-create-file first-create-file 25 seconds ago 12s Succeeded Running tkn eventlistener describe github-listener-interceptor Name: github-listener-interceptor Namespace: tektoncd Service Account: tekton-triggers-github-sa URL: http://el-github-listener-interceptor.tektoncd.svc.cluster.local:8080 EventListnerServiceName: el-github-listener-interceptor EventListenerTriggers NAME github-listener BINDINGS REF KIND APIVERSION github-pr-binding TriggerBinding TEMPLATE REF APIVERSION github-template INTERCEPTORS - params: - name: secretRef value: secretKey: secretToken secretName: github-secret - name: eventTypes value: - pull_request ref: kind: ClusterInterceptor name: github - params: - name: filter value: body.action in ['opened', 'synchronize', 'reopened'] - name: overlays value: null ref: kind: ClusterInterceptor name: cel Running tkn pipelinerun logs output-pipeline-run [first-create-file : read] test-e2e Running tkn taskrun logs test-template-volume [read] some stuff Running tkn pipeline delete output-pipeline -f Pipelines deleted: "output-pipeline" Running tkn pipelinerun delete output-pipeline-run -f PipelineRuns deleted: "output-pipeline-run" Running tkn task delete create-file-verify -f Tasks deleted: "create-file-verify" Running tkn taskrun delete test-template-volume -f TaskRuns deleted: "test-template-volume" Running tkn eventlistener delete github-listener-interceptor -f EventListeners deleted: "github-listener-interceptor" Running fail tkn pipeline describe output-pipeline Error: pipelines.tekton.dev "output-pipeline" not found Running fail tkn pipelinerun describe output-pipeline-run Error: failed to find pipelinerun "output-pipeline-run" Running fail tkn taskrun logs test-template-volume Error: Unable to get TaskRun: taskruns.tekton.dev "test-template-volume" not found Running fail tkn eventlistener describe github-listener-interceptor Error: failed to get EventListener github-listener-interceptor: failed to get EventListener github-listener-interceptor: eventlisteners.triggers.tekton.dev "github-listener-interceptor" not found Hub ..................... Running tkn hub --help Interact with tekton hub Usage: tkn hub [flags] tkn hub [command] Available Commands: check-upgrade Check for upgrades of resources if present downgrade Downgrade an installed resource get Get resource manifest by its name, kind, catalog, and version info Display info of resource by its name, kind, catalog, and version install Install a resource from a catalog by its kind, name and version reinstall Reinstall a resource by its kind and name search Search resource by a combination of name, kind, categories, platforms, and tags upgrade Upgrade an installed resource Flags: --api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type). URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'. -h, --help help for hub --type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default "tekton") Use "tkn hub [command] --help" for more information about a command. Running tkn hub search --help Search resource by a combination of name, kind, categories, platforms, and tags Usage: tkn hub search [flags] Examples: Search a resource of name 'foo': tkn hub search foo or Search resources using tag 'cli': tkn hub search --tags cli Flags: --categories stringArray Accepts a comma separated list of categories -h, --help help for search --kinds stringArray Accepts a comma separated list of kinds -l, --limit uint Max number of resources to fetch --match string Accept type of search. 'exact' or 'contains'. (default "contains") -o, --output string Accepts output format: [table, json, wide] (default "table") --platforms stringArray Accepts a comma separated list of platforms --tags stringArray Accepts a comma separated list of tags Global Flags: --api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type). URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'. --type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default "tekton") Running tkn hub get --help Get resource manifest by its name, kind, catalog, and version Usage: tkn hub get [flags] tkn hub get [command] Available Commands: pipeline Get Pipeline by name, catalog and version task Get Task by name, catalog and version Flags: --from string Name of Catalog to which resource belongs to. -h, --help help for get --version string Version of Resource Global Flags: --api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type). URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'. --type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default "tekton") Use "tkn hub get [command] --help" for more information about a command. Running fail tkn hub --api-server=api.nonexistent.server search cli Error: parse "api.nonexistent.server": invalid URI for request Running fail tkn hub --api-server=api.nonexistent.server get task cli Error: parse "api.nonexistent.server": invalid URI for request task.tekton.dev "task-volume" deleted No resources found No resources found No resources found No resources found No resources found No resources found No resources found ============================== ==== RUNNING GO E2E TESTS ==== ============================== Go Build successfull Running tests with 'go test -race -v -count=1 -tags=e2e ./test/e2e/... ' 2025/05/20 15:49:55 Running main e2e Test suite testing: warning: no tests to run PASS ok github.com/tektoncd/cli/test/e2e 1.018s [no tests to run] === RUN TestCustomRunListE2E === PAUSE TestCustomRunListE2E === CONT TestCustomRunListE2E I0520 15:51:27.234556 35108 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0520 15:51:27.234830 35108 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0520 15:51:27.234931 35108 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0520 15:51:27.235012 35108 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false 2025/05/20 15:51:27 Create namespace testcli-j497l to deploy to 2025/05/20 15:51:27 Verify SA "default" is created in namespace "testcli-j497l" list_test.go:42: Creating CustomRun customrun-foo in namespace: testcli-j497l === RUN TestCustomRunListE2E/List_customrun_in_namespace_testcli-j497l === NAME TestCustomRunListE2E list_test.go:50: Deleting namespace testcli-j497l --- PASS: TestCustomRunListE2E (1.45s) --- PASS: TestCustomRunListE2E/List_customrun_in_namespace_testcli-j497l (0.18s) PASS ok github.com/tektoncd/cli/test/e2e/customrun 2.573s === RUN TestEventListenerE2E I0520 15:51:29.726774 35196 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0520 15:51:29.726937 35196 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0520 15:51:29.726977 35196 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0520 15:51:29.727015 35196 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false 2025/05/20 15:51:29 Create namespace testcli-6v9rx to deploy to 2025/05/20 15:51:29 Verify SA "default" is created in namespace "testcli-6v9rx" eventListener_test.go:45: Creating EventListener github-listener-interceptor in namespace testcli-6v9rx === RUN TestEventListenerE2E/Assert_if_EventListener_AVAILABLE_status_is_true === NAME TestEventListenerE2E eventListener_test.go:57: Scaling EventListener github-listener-interceptor to 3 replicas in namespace testcli-6v9rx eventListener_test.go:61: Deleting namespace testcli-6v9rx --- PASS: TestEventListenerE2E (21.58s) --- PASS: TestEventListenerE2E/Assert_if_EventListener_AVAILABLE_status_is_true (0.17s) === RUN TestEventListenerLogsE2E 2025/05/20 15:51:51 Create namespace testcli-nbcgq to deploy to 2025/05/20 15:51:51 Verify SA "default" is created in namespace "testcli-nbcgq" eventListener_test.go:73: Creating EventListener github-listener-interceptor in namespace testcli-nbcgq === RUN TestEventListenerLogsE2E/Get_logs_of_EventListener === NAME TestEventListenerLogsE2E eventListener_test.go:103: Deleting namespace testcli-nbcgq --- PASS: TestEventListenerLogsE2E (6.40s) --- PASS: TestEventListenerLogsE2E/Get_logs_of_EventListener (0.78s) === RUN TestEventListener_v1beta1LogsE2E 2025/05/20 15:51:57 Create namespace testcli-nntsv to deploy to 2025/05/20 15:51:57 Verify SA "default" is created in namespace "testcli-nntsv" eventListener_test.go:115: Creating EventListener github-listener-interceptor in namespace testcli-nntsv === RUN TestEventListener_v1beta1LogsE2E/Get_logs_of_EventListener === NAME TestEventListener_v1beta1LogsE2E eventListener_test.go:145: Deleting namespace testcli-nntsv --- PASS: TestEventListener_v1beta1LogsE2E (9.10s) --- PASS: TestEventListener_v1beta1LogsE2E/Get_logs_of_EventListener (0.51s) === RUN TestEventListener_v1beta1E2E 2025/05/20 15:52:06 Create namespace testcli-pkcw2 to deploy to 2025/05/20 15:52:06 Verify SA "default" is created in namespace "testcli-pkcw2" eventListener_test.go:157: Creating EventListener github-listener-interceptor in namespace testcli-pkcw2 === RUN TestEventListener_v1beta1E2E/Assert_if_EventListener_AVAILABLE_status_is_true === NAME TestEventListener_v1beta1E2E eventListener_test.go:169: Scaling EventListener github-listener-interceptor to 3 replicas in namespace testcli-pkcw2 eventListener_test.go:173: Deleting namespace testcli-pkcw2 --- PASS: TestEventListener_v1beta1E2E (16.73s) --- PASS: TestEventListener_v1beta1E2E/Assert_if_EventListener_AVAILABLE_status_is_true (0.59s) PASS ok github.com/tektoncd/cli/test/e2e/eventlistener 54.948s === RUN TestPipelinesE2E === PAUSE TestPipelinesE2E === RUN TestPipelinesNegativeE2E === PAUSE TestPipelinesNegativeE2E === RUN TestDeletePipelinesE2E === PAUSE TestDeletePipelinesE2E === RUN TestPipelineInteractiveStartE2E === PAUSE TestPipelineInteractiveStartE2E === RUN TestPipelineInteractiveStartWithOptionalWorkspaceE2E === PAUSE TestPipelineInteractiveStartWithOptionalWorkspaceE2E === CONT TestPipelinesE2E === CONT TestPipelineInteractiveStartWithOptionalWorkspaceE2E === CONT TestPipelineInteractiveStartE2E === CONT TestPipelinesNegativeE2E I0520 15:53:04.602674 45226 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0520 15:53:04.612838 45226 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0520 15:53:04.612968 45226 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0520 15:53:04.613028 45226 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false 2025/05/20 15:53:04 Create namespace testcli-shd7s to deploy to 2025/05/20 15:53:04 Create namespace testcli-l47pw to deploy to 2025/05/20 15:53:04 Create namespace testcli-mkhqj to deploy to 2025/05/20 15:53:04 Create namespace testcli-m6kd6 to deploy to 2025/05/20 15:53:04 Verify SA "default" is created in namespace "testcli-shd7s" 2025/05/20 15:53:04 Verify SA "default" is created in namespace "testcli-m6kd6" 2025/05/20 15:53:04 Verify SA "default" is created in namespace "testcli-mkhqj" 2025/05/20 15:53:04 Verify SA "default" is created in namespace "testcli-l47pw" === NAME TestPipelineInteractiveStartE2E start_test.go:42: Creating pipeline in namespace: testcli-shd7s === NAME TestPipelinesE2E pipeline_test.go:59: Creating pipeline in namespace: testcli-m6kd6 === NAME TestPipelinesNegativeE2E pipeline_test.go:361: Creating pipeline in namespace: testcli-mkhqj === NAME TestPipelineInteractiveStartWithOptionalWorkspaceE2E start_test.go:172: Creating pipeline in namespace: testcli-l47pw === RUN TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ === RUN TestPipelinesE2E/Get_list_of_Tasks_from_namespace__testcli-m6kd6 === RUN TestPipelinesNegativeE2E/Get_list_of_Pipelines_from_namespace__testcli-mkhqj === RUN TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ === NAME TestPipelinesNegativeE2E/Get_list_of_Pipelines_from_namespace__testcli-mkhqj pipeline_test.go:366: validating Pipelines List command === NAME TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ start_test.go:176: ? Do you want to give specifications for the optional workspace `ws`: (y/N) y Please give specifications for the workspace: ws ? Name for the workspace : ws ? Value of the Sub Path : ? Type of the Workspace : emptyDir ? Type of EmptyDir : PipelineRun started: pipeline-optional-ws-run-cbrzr In order to track the PipelineRun progress run: tkn pipelinerun logs pipeline-optional-ws-run-cbrzr -f -n testcli-l47pw === RUN TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ === RUN TestPipelinesNegativeE2E/Get_list_of_pipelines_from_other_namespace_[default]_should_throw_Error === NAME TestPipelinesE2E/Get_list_of_Tasks_from_namespace__testcli-m6kd6 pipeline_test.go:64: Changes occurred while performing diff operation &v1.TaskList{ TypeMeta: {}, ListMeta: v1.ListMeta{ SelfLink: "", - ResourceVersion: "3323", + ResourceVersion: "3324", Continue: "", RemainingItemCount: nil, }, Items: {{TypeMeta: {Kind: "Task", APIVersion: "tekton.dev/v1"}, ObjectMeta: {Name: "create-file-verify", Namespace: "testcli-m6kd6", UID: "db80d7f2-0b7b-4cf0-b04d-b9b44bdd0572", ResourceVersion: "3306", ...}, Spec: {Params: {{Name: "message", Type: "string"}, {Name: "filename", Type: "string"}}, Steps: {{Name: "create-new-file", Image: "ubuntu", Script: "sleep 30s;touch $(workspaces.shared-data.path)/$(params.filename)"}, {Name: "write-new-stuff", Image: "ubuntu", Script: "echo $(params.message) > $(workspaces.shared-data.path)/$(params"...}, {Name: "read", Image: "ubuntu", Script: "cat $(workspaces.shared-data.path)/$(params.filename)"}}, Workspaces: {{Name: "shared-data"}}}}}, } === RUN TestPipelinesE2E/Get_list_of_Pipelines_from_namespace__testcli-m6kd6 === NAME TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ start_test.go:46: ? Value for param `message` of type `string`? (Default is `hello`) test-e2e ? Value for param `filename` of type `string`? output PipelineRun started: output-pipeline-run-b98vq In order to track the PipelineRun progress run: tkn pipelinerun logs output-pipeline-run-b98vq -f -n testcli-shd7s === RUN TestPipelineInteractiveStartE2E/Validate_pipeline_logs,_with__follow_mode_(-f)_and_--last_ === RUN TestPipelinesNegativeE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path === NAME TestPipelinesE2E/Get_list_of_Pipelines_from_namespace__testcli-m6kd6 pipeline_test.go:78: validating Pipelines List command pipeline_test.go:78: Changes occurred while performing diff operation &v1.PipelineList{ TypeMeta: {}, ListMeta: v1.ListMeta{ SelfLink: "", - ResourceVersion: "3347", + ResourceVersion: "3350", Continue: "", RemainingItemCount: nil, }, Items: {{TypeMeta: {Kind: "Pipeline", APIVersion: "tekton.dev/v1"}, ObjectMeta: {Name: "output-pipeline", Namespace: "testcli-m6kd6", UID: "9e48a1e6-6d5b-4b2c-830a-0800d4ef01be", ResourceVersion: "3310", ...}, Spec: {Tasks: {{Name: "first-create-file", TaskRef: &{Name: "create-file-verify", Kind: "Task"}, Retries: 3, Params: {{Name: "message", Value: {Type: "string", StringVal: "$(params.message)"}}, {Name: "filename", Value: {Type: "string", StringVal: "$(params.filename)"}}}, ...}}, Params: {{Name: "message", Type: "string", Default: &{Type: "string", StringVal: "hello"}}, {Name: "filename", Type: "string"}}, Workspaces: {{Name: "shared-data"}}}}}, } pipeline_test.go:84: assertion failed: Command: /home/prow/go/src/github.com/tektoncd/cli/tkn pipelines list --namespace testcli-m6kd6 ExitCode: 0 Stdout: NAME AGE LAST RUN STARTED DURATION STATUS output-pipeline 1 second ago --- --- --- --- Stderr: Failures: Expected stdout to contain "NAME AGE LAST RUN STARTED DURATION STATUS\noutput-pipeline 2 seconds ago --- --- --- ---\n" === RUN TestPipelinesE2E/Get_list_of_pipelines_from_other_namespace_[default]_should_throw_Error === NAME TestPipelinesNegativeE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path pipeline_test.go:391: Changes occurred while performing diff operation &v1.PipelineList{ TypeMeta: {}, ListMeta: v1.ListMeta{ SelfLink: "", - ResourceVersion: "3358", + ResourceVersion: "3359", Continue: "", RemainingItemCount: nil, }, Items: {{TypeMeta: {Kind: "Pipeline", APIVersion: "tekton.dev/v1"}, ObjectMeta: {Name: "output-pipeline", Namespace: "testcli-mkhqj", UID: "29f6e3f5-8d59-426d-8a60-3b8fa15e2ee6", ResourceVersion: "3311", ...}, Spec: {Tasks: {{Name: "first-create-file", TaskRef: &{Name: "create-file-verify", Kind: "Task"}, Retries: 3, Params: {{Name: "message", Value: {Type: "string", StringVal: "$(params.message)"}}, {Name: "filename", Value: {Type: "string", StringVal: "$(params.filename)"}}}, ...}}, Params: {{Name: "message", Type: "string", Default: &{Type: "string", StringVal: "hello"}}, {Name: "filename", Type: "string"}}, Workspaces: {{Name: "shared-data"}}}}}, } === RUN TestPipelinesNegativeE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_ === RUN TestPipelinesE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path === RUN TestPipelinesNegativeE2E/Validate_Pipeline_describe_command_in_namespace_testcli-mkhqj === RUN TestPipelinesE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_ === RUN TestPipelinesNegativeE2E/Start_Pipeline_Run_using_pipeline_start_command_with_SA_as_'pipelines'_ === RUN TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-m6kd6 === RUN TestPipelinesE2E/Start_PipelineRun_using_pipeline_start_command_with_SA_as_'pipeline'_ === RUN TestPipelinesNegativeE2E/Validate_Pipeline_describe_command_in_namespace_testcli-mkhqj_after_PipelineRun_completed_successfully pipeline_test.go:456: Changes occurred while performing diff operation &v1.PipelineRunList{ TypeMeta: {}, ListMeta: v1.ListMeta{ SelfLink: "", - ResourceVersion: "3472", + ResourceVersion: "3473", Continue: "", RemainingItemCount: nil, }, Items: {{TypeMeta: {Kind: "PipelineRun", APIVersion: "tekton.dev/v1"}, ObjectMeta: {Name: "output-pipeline-run-wsn7k", GenerateName: "output-pipeline-run-", Namespace: "testcli-mkhqj", UID: "0f4b3c44-07bc-4a7d-9c37-189a99d6e653", ...}, Spec: {PipelineRef: &{Name: "output-pipeline"}, Params: {{Name: "filename", Value: {Type: "string", StringVal: "output"}}, {Name: "message", Value: {Type: "string", StringVal: "e2e-test"}}}, Timeouts: &{Pipeline: &{Duration: s"1h0m0s"}}, TaskRunTemplate: {ServiceAccountName: "default"}, ...}, Status: {Status: {Conditions: {{Type: "Succeeded", Status: "False", LastTransitionTime: {Inner: {Time: s"2025-05-20 15:53:09 +0000 UTC"}}, Reason: "InvalidWorkspaceBindings", ...}}}, PipelineRunStatusFields: {StartTime: s"2025-05-20 15:53:09 +0000 UTC", CompletionTime: s"2025-05-20 15:53:09 +0000 UTC", PipelineSpec: &{Tasks: {{Name: "first-create-file", TaskRef: &{Name: "create-file-verify", Kind: "Task"}, Retries: 3, Params: {{Name: "message", Value: {Type: "string", StringVal: "$(params.message)"}}, {Name: "filename", Value: {Type: "string", StringVal: "$(params.filename)"}}}, ...}}, Params: {{Name: "message", Type: "string", Default: &{Type: "string", StringVal: "hello"}}, {Name: "filename", Type: "string"}}, Workspaces: {{Name: "shared-data"}}}, Provenance: &{FeatureFlags: &{RunningInEnvWithInjectedSidecars: true, EnableAPIFields: "beta", AwaitSidecarReadiness: true, EnforceNonfalsifiability: "none", ...}}, ...}}}}, } === NAME TestPipelinesNegativeE2E pipeline_test.go:478: Deleting namespace testcli-mkhqj --- PASS: TestPipelinesNegativeE2E (6.51s) --- PASS: TestPipelinesNegativeE2E/Get_list_of_Pipelines_from_namespace__testcli-mkhqj (0.37s) --- PASS: TestPipelinesNegativeE2E/Get_list_of_pipelines_from_other_namespace_[default]_should_throw_Error (0.37s) --- PASS: TestPipelinesNegativeE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path (0.38s) --- PASS: TestPipelinesNegativeE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_ (0.35s) --- PASS: TestPipelinesNegativeE2E/Validate_Pipeline_describe_command_in_namespace_testcli-mkhqj (0.43s) --- PASS: TestPipelinesNegativeE2E/Start_Pipeline_Run_using_pipeline_start_command_with_SA_as_'pipelines'_ (1.60s) --- PASS: TestPipelinesNegativeE2E/Validate_Pipeline_describe_command_in_namespace_testcli-mkhqj_after_PipelineRun_completed_successfully (0.31s) === CONT TestDeletePipelinesE2E 2025/05/20 15:53:11 Create namespace testcli-6gk4q to deploy to 2025/05/20 15:53:11 Verify SA "default" is created in namespace "testcli-6gk4q" pipeline_test.go:490: Create Pipeline output-pipeline-1 pipeline_test.go:490: Create Pipeline output-pipeline-2 pipeline_test.go:490: Create Pipeline output-pipeline-3 === RUN TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-1_from_namespace_testcli-6gk4q_With_force_delete_flag_(shorthand) === RUN TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-2_from_namespace_testcli-6gk4q_With_force_delete_flag === RUN TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-3_from_namespace_testcli-6gk4q_without_force_flag,_reply_no === RUN TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-3_from_namespace_testcli-6gk4q_without_force_flag,_reply_yes === RUN TestDeletePipelinesE2E/Check_for_list_of_pipelines,_After_Successful_Deletion_of_pipeline_in_namespace_testcli-6gk4q_should_throw_an_error === NAME TestDeletePipelinesE2E pipeline_test.go:541: Deleting namespace testcli-6gk4q --- PASS: TestDeletePipelinesE2E (2.85s) --- PASS: TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-1_from_namespace_testcli-6gk4q_With_force_delete_flag_(shorthand) (0.20s) --- PASS: TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-2_from_namespace_testcli-6gk4q_With_force_delete_flag (0.68s) --- PASS: TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-3_from_namespace_testcli-6gk4q_without_force_flag,_reply_no (0.18s) --- PASS: TestDeletePipelinesE2E/Delete_pipeline_output-pipeline-3_from_namespace_testcli-6gk4q_without_force_flag,_reply_yes (0.19s) --- PASS: TestDeletePipelinesE2E/Check_for_list_of_pipelines,_After_Successful_Deletion_of_pipeline_in_namespace_testcli-6gk4q_should_throw_an_error (0.17s) === NAME TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ cli.go:140: procedure failed: read /dev/ptmx: input/output error start_test.go:234: === NAME TestPipelineInteractiveStartWithOptionalWorkspaceE2E start_test.go:258: Deleting namespace testcli-l47pw --- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E (10.11s) --- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ (0.42s) --- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (8.10s) === RUN TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_using_--use-param-defaults_and_some_of_the_params_not_having_default_ start_test.go:87: ? Value for param `filename` of type `string`? README.md PipelineRun started: output-pipeline-run-2hsr2 In order to track the PipelineRun progress run: tkn pipelinerun logs output-pipeline-run-2hsr2 -f -n testcli-shd7s === RUN TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_with_--param_flag_and_--use-param-defaults_and_some_of_the_params_not_having_default_ start_test.go:114: ? Value for param `filename` of type `string`? README.md PipelineRun started: output-pipeline-run-r9cdv In order to track the PipelineRun progress run: tkn pipelinerun logs output-pipeline-run-r9cdv -f -n testcli-shd7s === RUN TestPipelineInteractiveStartE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ === RUN TestPipelinesE2E/Get_list_of_Taskruns_from_namespace__testcli-m6kd6 builder.go:370: Changes occurred while performing diff operation &v1.TaskRunList{ TypeMeta: {}, ListMeta: v1.ListMeta{ SelfLink: "", - ResourceVersion: "4236", + ResourceVersion: "4238", Continue: "", RemainingItemCount: nil, }, Items: {{TypeMeta: {Kind: "TaskRun", APIVersion: "tekton.dev/v1"}, ObjectMeta: {Name: "output-pipeline-run-dn25r-first-create-file", Namespace: "testcli-m6kd6", UID: "389c3fbc-35c6-416d-9fe6-2bf956a1e3f3", ResourceVersion: "4145", ...}, Spec: {Params: {{Name: "message", Value: {Type: "string", StringVal: "e2e-test"}}, {Name: "filename", Value: {Type: "string", StringVal: "output"}}}, ServiceAccountName: "default", TaskRef: &{Name: "create-file-verify", Kind: "Task"}, Retries: 3, ...}, Status: {Status: {Conditions: {{Type: "Succeeded", Status: "True", LastTransitionTime: {Inner: {Time: s"2025-05-20 15:53:47 +0000 UTC"}}, Reason: "Succeeded", ...}}}, TaskRunStatusFields: {PodName: "output-pipeline-run-dn25r-first-create-file-pod", StartTime: s"2025-05-20 15:53:09 +0000 UTC", CompletionTime: s"2025-05-20 15:53:47 +0000 UTC", Steps: {{ContainerState: {Terminated: &{Reason: "Completed", StartedAt: {Time: s"2025-05-20 15:53:15 +0000 UTC"}, FinishedAt: {Time: s"2025-05-20 15:53:45 +0000 UTC"}, ContainerID: "containerd://a04e73c007db4d951c36d8de167934c35257fd8c791bb25034e"...}}, Name: "create-new-file", Container: "step-create-new-file", ImageID: "docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d"..., ...}, {ContainerState: {Terminated: &{Reason: "Completed", StartedAt: {Time: s"2025-05-20 15:53:46 +0000 UTC"}, FinishedAt: {Time: s"2025-05-20 15:53:46 +0000 UTC"}, ContainerID: "containerd://286cc70dca7b4a8ac0198dbe0a5202c44d81535977e053cbb48"...}}, Name: "write-new-stuff", Container: "step-write-new-stuff", ImageID: "docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d"..., ...}, {ContainerState: {Terminated: &{Reason: "Completed", StartedAt: {Time: s"2025-05-20 15:53:47 +0000 UTC"}, FinishedAt: {Time: s"2025-05-20 15:53:47 +0000 UTC"}, ContainerID: "containerd://991141fb3410e6220dc04ddb23509838d65f192f13fae818fe5"...}}, Name: "read", Container: "step-read", ImageID: "docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d"..., ...}}, ...}}}}, } === RUN TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-m6kd6_after_PipelineRun_completed_successfully === RUN TestPipelinesE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ cli.go:140: procedure failed: read /dev/ptmx: input/output error pipeline_test.go:208: e2e-test === RUN TestPipelinesE2E/Start_PipelineRun_with_tkn_pipeline_start_--last === NAME TestPipelineInteractiveStartE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ start_test.go:140: ? Select pipelinerun: output-pipeline-run-2hsr2 started 656 milliseconds ago hello === NAME TestPipelineInteractiveStartE2E start_test.go:160: Deleting namespace testcli-shd7s --- PASS: TestPipelineInteractiveStartE2E (81.19s) --- PASS: TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ (0.46s) --- PASS: TestPipelineInteractiveStartE2E/Validate_pipeline_logs,_with__follow_mode_(-f)_and_--last_ (41.53s) --- PASS: TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_using_--use-param-defaults_and_some_of_the_params_not_having_default_ (0.12s) --- PASS: TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_with_--param_flag_and_--use-param-defaults_and_some_of_the_params_not_having_default_ (0.15s) --- PASS: TestPipelineInteractiveStartE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (37.24s) === NAME TestPipelinesE2E pipeline_test.go:260: Creating Pipeline pipeline-with-workspace in namespace: testcli-m6kd6 === RUN TestPipelinesE2E/Start_PipelineRun_with_--workspace_and_volumeClaimTemplate === RUN TestPipelinesE2E/Start_PipelineRun_with_--pod-template === RUN TestPipelinesE2E/Cancel_finished_PipelineRun_with_tkn_pipelinerun_cancel === NAME TestPipelinesE2E pipeline_test.go:320: Creating Task sleep in namespace: testcli-m6kd6 pipeline_test.go:322: Creating Pipeline sleep-pipeline in namespace: testcli-m6kd6 === RUN TestPipelinesE2E/Cancel_PipelineRun_with_tkn_pipelinerun_cancel === NAME TestPipelinesE2E helper.go:69: ########################################## helper.go:70: ### Dumping objects from testcli-m6kd6 ### helper.go:71: ########################################## pipeline_test.go:349: --- apiVersion: tekton.dev/v1 kind: Pipeline metadata: creationTimestamp: "2025-05-20T15:53:05Z" generation: 1 managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:spec: .: {} f:params: {} f:tasks: {} f:workspaces: {} manager: kubectl-create operation: Update time: "2025-05-20T15:53:05Z" name: output-pipeline namespace: testcli-m6kd6 resourceVersion: "3310" uid: 9e48a1e6-6d5b-4b2c-830a-0800d4ef01be spec: params: - default: hello name: message type: string - name: filename type: string tasks: - name: first-create-file params: - name: message value: $(params.message) - name: filename value: $(params.filename) retries: 3 taskRef: kind: Task name: create-file-verify workspaces: - name: shared-data workspaces: - name: shared-data --- apiVersion: tekton.dev/v1 kind: Pipeline metadata: creationTimestamp: "2025-05-20T15:54:28Z" generation: 1 managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:spec: .: {} f:tasks: {} f:workspaces: {} manager: kubectl-create operation: Update time: "2025-05-20T15:54:28Z" name: pipeline-with-workspace namespace: testcli-m6kd6 resourceVersion: "4855" uid: 5890ceb1-9dd5-4965-98da-c59bcdd2c700 spec: tasks: - name: reader taskSpec: metadata: {} spec: null steps: - computeResources: {} image: ubuntu name: list-files script: ls $(workspaces.myws.path) workspaces: - name: myws workspaces: - name: myws workspace: ws workspaces: - name: ws --- apiVersion: tekton.dev/v1 kind: Pipeline metadata: creationTimestamp: "2025-05-20T15:55:19Z" generation: 1 managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:spec: .: {} f:params: {} f:tasks: {} manager: kubectl-create operation: Update time: "2025-05-20T15:55:19Z" name: sleep-pipeline namespace: testcli-m6kd6 resourceVersion: "5298" uid: 09e6912d-5603-4229-b625-bb148006a4d6 spec: params: - default: 10s name: seconds type: string tasks: - name: pipelinetask1 params: - name: seconds value: $(params.seconds) taskRef: kind: Task name: sleep --- apiVersion: tekton.dev/v1 kind: PipelineRun metadata: creationTimestamp: "2025-05-20T15:54:40Z" generateName: output-pipeline-run- generation: 1 labels: tekton.dev/pipeline: output-pipeline managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:tekton.dev/pipeline: {} manager: controller operation: Update time: "2025-05-20T15:54:40Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:generateName: {} f:spec: .: {} f:params: {} f:pipelineRef: .: {} f:name: {} f:taskRunTemplate: .: {} f:podTemplate: .: {} f:volumes: {} f:workspaces: {} manager: tkn operation: Update time: "2025-05-20T15:54:40Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:childReferences: {} f:completionTime: {} f:conditions: {} f:pipelineSpec: .: {} f:params: {} f:tasks: {} f:workspaces: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:55:17Z" name: output-pipeline-run-5rvf8 namespace: testcli-m6kd6 resourceVersion: "5287" uid: 0da90f9d-aeff-4d41-a3fb-7d4ca84a276a spec: params: - name: filename value: output pipelineRef: name: output-pipeline taskRunTemplate: podTemplate: volumes: - emptyDir: {} name: custom serviceAccountName: default timeouts: pipeline: 1h0m0s workspaces: - emptyDir: {} name: shared-data status: childReferences: - apiVersion: tekton.dev/v1 kind: TaskRun name: output-pipeline-run-5rvf8-first-create-file pipelineTaskName: first-create-file completionTime: "2025-05-20T15:55:17Z" conditions: - lastTransitionTime: "2025-05-20T15:55:17Z" message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' reason: Succeeded status: "True" type: Succeeded pipelineSpec: params: - default: hello name: message type: string - name: filename type: string tasks: - name: first-create-file params: - name: message value: hello - name: filename value: output retries: 3 taskRef: kind: Task name: create-file-verify workspaces: - name: shared-data workspaces: - name: shared-data provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:54:40Z" --- apiVersion: tekton.dev/v1 kind: PipelineRun metadata: creationTimestamp: "2025-05-20T15:53:09Z" generateName: output-pipeline-run- generation: 1 labels: tekton.dev/pipeline: output-pipeline managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:tekton.dev/pipeline: {} manager: controller operation: Update time: "2025-05-20T15:53:09Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:generateName: {} f:spec: .: {} f:params: {} f:pipelineRef: .: {} f:name: {} f:taskRunTemplate: {} f:workspaces: {} manager: tkn operation: Update time: "2025-05-20T15:53:09Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:childReferences: {} f:completionTime: {} f:conditions: {} f:pipelineSpec: .: {} f:params: {} f:tasks: {} f:workspaces: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:53:47Z" name: output-pipeline-run-dn25r namespace: testcli-m6kd6 resourceVersion: "4147" uid: 78dae72e-7e00-4f80-a7e3-04895c972d08 spec: params: - name: filename value: output - name: message value: e2e-test pipelineRef: name: output-pipeline taskRunTemplate: serviceAccountName: default timeouts: pipeline: 1h0m0s workspaces: - emptyDir: {} name: shared-data status: childReferences: - apiVersion: tekton.dev/v1 kind: TaskRun name: output-pipeline-run-dn25r-first-create-file pipelineTaskName: first-create-file completionTime: "2025-05-20T15:53:47Z" conditions: - lastTransitionTime: "2025-05-20T15:53:47Z" message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' reason: Succeeded status: "True" type: Succeeded pipelineSpec: params: - default: hello name: message type: string - name: filename type: string tasks: - name: first-create-file params: - name: message value: e2e-test - name: filename value: output retries: 3 taskRef: kind: Task name: create-file-verify workspaces: - name: shared-data workspaces: - name: shared-data provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:53:09Z" --- apiVersion: tekton.dev/v1 kind: PipelineRun metadata: creationTimestamp: "2025-05-20T15:53:51Z" generateName: output-pipeline-run- generation: 1 labels: tekton.dev/pipeline: output-pipeline managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:tekton.dev/pipeline: {} manager: controller operation: Update time: "2025-05-20T15:53:51Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:generateName: {} f:spec: .: {} f:params: {} f:pipelineRef: .: {} f:name: {} f:taskRunTemplate: .: {} f:serviceAccountName: {} f:timeouts: .: {} f:pipeline: {} f:workspaces: {} manager: tkn operation: Update time: "2025-05-20T15:53:51Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:childReferences: {} f:completionTime: {} f:conditions: {} f:pipelineSpec: .: {} f:params: {} f:tasks: {} f:workspaces: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:54:27Z" name: output-pipeline-run-r87qr namespace: testcli-m6kd6 resourceVersion: "4848" uid: 6c68f027-e864-4fe7-a4bc-4bd0df78191d spec: params: - name: filename value: output - name: message value: e2e-test pipelineRef: name: output-pipeline taskRunTemplate: serviceAccountName: default timeouts: pipeline: 1h0m0s workspaces: - emptyDir: {} name: shared-data status: childReferences: - apiVersion: tekton.dev/v1 kind: TaskRun name: output-pipeline-run-r87qr-first-create-file pipelineTaskName: first-create-file completionTime: "2025-05-20T15:54:27Z" conditions: - lastTransitionTime: "2025-05-20T15:54:27Z" message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' reason: Succeeded status: "True" type: Succeeded pipelineSpec: params: - default: hello name: message type: string - name: filename type: string tasks: - name: first-create-file params: - name: message value: e2e-test - name: filename value: output retries: 3 taskRef: kind: Task name: create-file-verify workspaces: - name: shared-data workspaces: - name: shared-data provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:53:51Z" --- apiVersion: tekton.dev/v1 kind: PipelineRun metadata: creationTimestamp: "2025-05-20T15:54:29Z" generateName: pipeline-with-workspace-run- generation: 1 labels: tekton.dev/pipeline: pipeline-with-workspace managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:tekton.dev/pipeline: {} manager: controller operation: Update time: "2025-05-20T15:54:29Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:generateName: {} f:spec: .: {} f:pipelineRef: .: {} f:name: {} f:taskRunTemplate: {} f:workspaces: {} manager: tkn operation: Update time: "2025-05-20T15:54:29Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:childReferences: {} f:completionTime: {} f:conditions: {} f:pipelineSpec: .: {} f:tasks: {} f:workspaces: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:54:38Z" name: pipeline-with-workspace-run-q9dnz namespace: testcli-m6kd6 resourceVersion: "5083" uid: 5d49d078-d39d-4259-9db0-93120333fc9b spec: pipelineRef: name: pipeline-with-workspace taskRunTemplate: serviceAccountName: default timeouts: pipeline: 1h0m0s workspaces: - name: ws volumeClaimTemplate: metadata: creationTimestamp: null name: pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi volumeMode: Filesystem status: {} status: childReferences: - apiVersion: tekton.dev/v1 kind: TaskRun name: pipeline-with-workspace-run-q9dnz-reader pipelineTaskName: reader completionTime: "2025-05-20T15:54:38Z" conditions: - lastTransitionTime: "2025-05-20T15:54:38Z" message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' reason: Succeeded status: "True" type: Succeeded pipelineSpec: tasks: - name: reader taskSpec: metadata: {} spec: null steps: - computeResources: {} image: ubuntu name: list-files script: ls $(workspaces.myws.path) workspaces: - name: myws workspaces: - name: myws workspace: ws workspaces: - name: ws provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:54:29Z" --- apiVersion: tekton.dev/v1 kind: PipelineRun metadata: creationTimestamp: "2025-05-20T15:55:20Z" generateName: sleep-pipeline-run- generation: 2 labels: tekton.dev/pipeline: sleep-pipeline managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:tekton.dev/pipeline: {} manager: controller operation: Update time: "2025-05-20T15:55:20Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:childReferences: {} f:completionTime: {} f:conditions: {} f:pipelineSpec: .: {} f:params: {} f:tasks: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:55:21Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:generateName: {} f:spec: .: {} f:params: {} f:pipelineRef: .: {} f:name: {} f:status: {} f:taskRunTemplate: {} manager: tkn operation: Update time: "2025-05-20T15:55:21Z" name: sleep-pipeline-run-d8p6g namespace: testcli-m6kd6 resourceVersion: "5333" uid: ec88f540-d46b-4e88-ad4b-1978a0314b4c spec: params: - name: seconds value: 30s pipelineRef: name: sleep-pipeline status: Cancelled taskRunTemplate: serviceAccountName: default timeouts: pipeline: 1h0m0s status: childReferences: - apiVersion: tekton.dev/v1 kind: TaskRun name: sleep-pipeline-run-d8p6g-pipelinetask1 pipelineTaskName: pipelinetask1 completionTime: "2025-05-20T15:55:21Z" conditions: - lastTransitionTime: "2025-05-20T15:55:21Z" message: PipelineRun "sleep-pipeline-run-d8p6g" was cancelled reason: Cancelled status: "False" type: Succeeded pipelineSpec: params: - default: 10s name: seconds type: string tasks: - name: pipelinetask1 params: - name: seconds value: 30s taskRef: kind: Task name: sleep provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:55:20Z" --- apiVersion: tekton.dev/v1 kind: Task metadata: creationTimestamp: "2025-05-20T15:53:05Z" generation: 1 managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:spec: .: {} f:params: {} f:steps: {} f:workspaces: {} manager: kubectl-create operation: Update time: "2025-05-20T15:53:04Z" name: create-file-verify namespace: testcli-m6kd6 resourceVersion: "3306" uid: db80d7f2-0b7b-4cf0-b04d-b9b44bdd0572 spec: params: - name: message type: string - name: filename type: string steps: - computeResources: {} image: ubuntu name: create-new-file script: sleep 30s;touch $(workspaces.shared-data.path)/$(params.filename) - computeResources: {} image: ubuntu name: write-new-stuff script: echo $(params.message) > $(workspaces.shared-data.path)/$(params.filename) - computeResources: {} image: ubuntu name: read script: cat $(workspaces.shared-data.path)/$(params.filename) workspaces: - name: shared-data --- apiVersion: tekton.dev/v1 kind: Task metadata: creationTimestamp: "2025-05-20T15:55:18Z" generation: 1 managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:spec: .: {} f:params: {} f:steps: {} manager: kubectl-create operation: Update time: "2025-05-20T15:55:18Z" name: sleep namespace: testcli-m6kd6 resourceVersion: "5296" uid: 4817eeec-d82b-420d-953f-0c353891cc2a spec: params: - default: 10s name: seconds type: string steps: - args: - $(params.seconds) command: - sleep computeResources: {} image: ubuntu name: sleep --- apiVersion: tekton.dev/v1 kind: TaskRun metadata: annotations: pipeline.tekton.dev/release: d9974e2 creationTimestamp: "2025-05-20T15:54:40Z" generation: 1 labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: output-pipeline tekton.dev/pipelineRun: output-pipeline-run-5rvf8 tekton.dev/pipelineRunUID: 0da90f9d-aeff-4d41-a3fb-7d4ca84a276a tekton.dev/pipelineTask: first-create-file tekton.dev/task: create-file-verify managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:labels: .: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:ownerReferences: .: {} k:{"uid":"0da90f9d-aeff-4d41-a3fb-7d4ca84a276a"}: {} f:spec: .: {} f:params: {} f:podTemplate: .: {} f:volumes: {} f:retries: {} f:serviceAccountName: {} f:taskRef: .: {} f:kind: {} f:name: {} f:workspaces: {} manager: controller operation: Update time: "2025-05-20T15:54:40Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:artifacts: {} f:completionTime: {} f:conditions: {} f:podName: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} f:steps: {} f:taskSpec: .: {} f:params: {} f:steps: {} f:workspaces: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:55:17Z" name: output-pipeline-run-5rvf8-first-create-file namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: PipelineRun name: output-pipeline-run-5rvf8 uid: 0da90f9d-aeff-4d41-a3fb-7d4ca84a276a resourceVersion: "5285" uid: 8c0fd91b-cc83-458b-96b1-de30790d05a3 spec: params: - name: message value: hello - name: filename value: output podTemplate: volumes: - emptyDir: {} name: custom retries: 3 serviceAccountName: default taskRef: kind: Task name: create-file-verify timeout: 1h0m0s workspaces: - emptyDir: {} name: shared-data status: artifacts: {} completionTime: "2025-05-20T15:55:17Z" conditions: - lastTransitionTime: "2025-05-20T15:55:17Z" message: All Steps have completed executing reason: Succeeded status: "True" type: Succeeded podName: output-pipeline-run-5rvf8-first-create-file-pod provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:54:40Z" steps: - container: step-create-new-file imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: create-new-file terminated: containerID: containerd://9843bc451dbeb9120466c9ac7327af8987395f262594fb7ea2942cb4dc60d754 exitCode: 0 finishedAt: "2025-05-20T15:55:15Z" reason: Completed startedAt: "2025-05-20T15:54:45Z" terminationReason: Completed - container: step-write-new-stuff imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: write-new-stuff terminated: containerID: containerd://7a6c2643e1258bd81fa27f1488a09b5632f9c4611a97970374eed6e119435cba exitCode: 0 finishedAt: "2025-05-20T15:55:15Z" reason: Completed startedAt: "2025-05-20T15:55:15Z" terminationReason: Completed - container: step-read imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: read terminated: containerID: containerd://a1bf37c8b9e5d1d1aae97534a8a9eec72d41390aa3606c6c59d0bb57d4c1b90c exitCode: 0 finishedAt: "2025-05-20T15:55:16Z" reason: Completed startedAt: "2025-05-20T15:55:16Z" terminationReason: Completed taskSpec: params: - name: message type: string - name: filename type: string steps: - computeResources: {} image: ubuntu name: create-new-file script: sleep 30s;touch /workspace/shared-data/output - computeResources: {} image: ubuntu name: write-new-stuff script: echo hello > /workspace/shared-data/output - computeResources: {} image: ubuntu name: read script: cat /workspace/shared-data/output workspaces: - name: shared-data --- apiVersion: tekton.dev/v1 kind: TaskRun metadata: annotations: pipeline.tekton.dev/release: d9974e2 creationTimestamp: "2025-05-20T15:53:09Z" generation: 1 labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: output-pipeline tekton.dev/pipelineRun: output-pipeline-run-dn25r tekton.dev/pipelineRunUID: 78dae72e-7e00-4f80-a7e3-04895c972d08 tekton.dev/pipelineTask: first-create-file tekton.dev/task: create-file-verify managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:labels: .: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:ownerReferences: .: {} k:{"uid":"78dae72e-7e00-4f80-a7e3-04895c972d08"}: {} f:spec: .: {} f:params: {} f:retries: {} f:serviceAccountName: {} f:taskRef: .: {} f:kind: {} f:name: {} f:workspaces: {} manager: controller operation: Update time: "2025-05-20T15:53:09Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:artifacts: {} f:completionTime: {} f:conditions: {} f:podName: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} f:steps: {} f:taskSpec: .: {} f:params: {} f:steps: {} f:workspaces: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:53:47Z" name: output-pipeline-run-dn25r-first-create-file namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: PipelineRun name: output-pipeline-run-dn25r uid: 78dae72e-7e00-4f80-a7e3-04895c972d08 resourceVersion: "4145" uid: 389c3fbc-35c6-416d-9fe6-2bf956a1e3f3 spec: params: - name: message value: e2e-test - name: filename value: output retries: 3 serviceAccountName: default taskRef: kind: Task name: create-file-verify timeout: 1h0m0s workspaces: - emptyDir: {} name: shared-data status: artifacts: {} completionTime: "2025-05-20T15:53:47Z" conditions: - lastTransitionTime: "2025-05-20T15:53:47Z" message: All Steps have completed executing reason: Succeeded status: "True" type: Succeeded podName: output-pipeline-run-dn25r-first-create-file-pod provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:53:09Z" steps: - container: step-create-new-file imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: create-new-file terminated: containerID: containerd://a04e73c007db4d951c36d8de167934c35257fd8c791bb25034e2b9a9c8fa8e7a exitCode: 0 finishedAt: "2025-05-20T15:53:45Z" reason: Completed startedAt: "2025-05-20T15:53:15Z" terminationReason: Completed - container: step-write-new-stuff imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: write-new-stuff terminated: containerID: containerd://286cc70dca7b4a8ac0198dbe0a5202c44d81535977e053cbb48c9a29c9e8e5ce exitCode: 0 finishedAt: "2025-05-20T15:53:46Z" reason: Completed startedAt: "2025-05-20T15:53:46Z" terminationReason: Completed - container: step-read imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: read terminated: containerID: containerd://991141fb3410e6220dc04ddb23509838d65f192f13fae818fe5c00dee6e7e0c8 exitCode: 0 finishedAt: "2025-05-20T15:53:47Z" reason: Completed startedAt: "2025-05-20T15:53:47Z" terminationReason: Completed taskSpec: params: - name: message type: string - name: filename type: string steps: - computeResources: {} image: ubuntu name: create-new-file script: sleep 30s;touch /workspace/shared-data/output - computeResources: {} image: ubuntu name: write-new-stuff script: echo e2e-test > /workspace/shared-data/output - computeResources: {} image: ubuntu name: read script: cat /workspace/shared-data/output workspaces: - name: shared-data --- apiVersion: tekton.dev/v1 kind: TaskRun metadata: annotations: pipeline.tekton.dev/release: d9974e2 creationTimestamp: "2025-05-20T15:53:51Z" generation: 1 labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: output-pipeline tekton.dev/pipelineRun: output-pipeline-run-r87qr tekton.dev/pipelineRunUID: 6c68f027-e864-4fe7-a4bc-4bd0df78191d tekton.dev/pipelineTask: first-create-file tekton.dev/task: create-file-verify managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:labels: .: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:ownerReferences: .: {} k:{"uid":"6c68f027-e864-4fe7-a4bc-4bd0df78191d"}: {} f:spec: .: {} f:params: {} f:retries: {} f:serviceAccountName: {} f:taskRef: .: {} f:kind: {} f:name: {} f:workspaces: {} manager: controller operation: Update time: "2025-05-20T15:53:51Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:artifacts: {} f:completionTime: {} f:conditions: {} f:podName: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} f:steps: {} f:taskSpec: .: {} f:params: {} f:steps: {} f:workspaces: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:54:27Z" name: output-pipeline-run-r87qr-first-create-file namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: PipelineRun name: output-pipeline-run-r87qr uid: 6c68f027-e864-4fe7-a4bc-4bd0df78191d resourceVersion: "4846" uid: 3ef450e5-824a-4710-91d6-5a9c74013b01 spec: params: - name: message value: e2e-test - name: filename value: output retries: 3 serviceAccountName: default taskRef: kind: Task name: create-file-verify timeout: 1h0m0s workspaces: - emptyDir: {} name: shared-data status: artifacts: {} completionTime: "2025-05-20T15:54:27Z" conditions: - lastTransitionTime: "2025-05-20T15:54:27Z" message: All Steps have completed executing reason: Succeeded status: "True" type: Succeeded podName: output-pipeline-run-r87qr-first-create-file-pod provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:53:51Z" steps: - container: step-create-new-file imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: create-new-file terminated: containerID: containerd://7501e547246c6f0ca30584fdd04474f40cbd69b68b1bff7876b590fa26de686a exitCode: 0 finishedAt: "2025-05-20T15:54:25Z" reason: Completed startedAt: "2025-05-20T15:53:55Z" terminationReason: Completed - container: step-write-new-stuff imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: write-new-stuff terminated: containerID: containerd://398e06210bbaf35b60e9dc9ff7376bc9a7a27bc3f857e642d04cad7c05dd71fd exitCode: 0 finishedAt: "2025-05-20T15:54:26Z" reason: Completed startedAt: "2025-05-20T15:54:26Z" terminationReason: Completed - container: step-read imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: read terminated: containerID: containerd://fe616a0cf8e03a24bb0cdce91936e2215f245ba04ba44fbed3250ae41f33ce5e exitCode: 0 finishedAt: "2025-05-20T15:54:26Z" reason: Completed startedAt: "2025-05-20T15:54:26Z" terminationReason: Completed taskSpec: params: - name: message type: string - name: filename type: string steps: - computeResources: {} image: ubuntu name: create-new-file script: sleep 30s;touch /workspace/shared-data/output - computeResources: {} image: ubuntu name: write-new-stuff script: echo e2e-test > /workspace/shared-data/output - computeResources: {} image: ubuntu name: read script: cat /workspace/shared-data/output workspaces: - name: shared-data --- apiVersion: tekton.dev/v1 kind: TaskRun metadata: annotations: pipeline.tekton.dev/affinity-assistant: affinity-assistant-bf8a4e2d66 pipeline.tekton.dev/release: d9974e2 creationTimestamp: "2025-05-20T15:54:29Z" generation: 1 labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: pipeline-with-workspace tekton.dev/pipelineRun: pipeline-with-workspace-run-q9dnz tekton.dev/pipelineRunUID: 5d49d078-d39d-4259-9db0-93120333fc9b tekton.dev/pipelineTask: reader managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/affinity-assistant: {} f:pipeline.tekton.dev/release: {} f:labels: .: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:ownerReferences: .: {} k:{"uid":"5d49d078-d39d-4259-9db0-93120333fc9b"}: {} f:spec: .: {} f:serviceAccountName: {} f:taskSpec: .: {} f:steps: {} f:workspaces: {} f:workspaces: {} manager: controller operation: Update time: "2025-05-20T15:54:29Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:artifacts: {} f:completionTime: {} f:conditions: {} f:podName: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} f:steps: {} f:taskSpec: .: {} f:steps: {} f:workspaces: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:54:38Z" name: pipeline-with-workspace-run-q9dnz-reader namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: PipelineRun name: pipeline-with-workspace-run-q9dnz uid: 5d49d078-d39d-4259-9db0-93120333fc9b resourceVersion: "5081" uid: c293e191-7eb4-4b3e-bc3a-29299d24c1c3 spec: serviceAccountName: default taskSpec: steps: - computeResources: {} image: ubuntu name: list-files script: ls $(workspaces.myws.path) workspaces: - name: myws timeout: 1h0m0s workspaces: - name: myws persistentVolumeClaim: claimName: pvc-a5c1601942 status: artifacts: {} completionTime: "2025-05-20T15:54:38Z" conditions: - lastTransitionTime: "2025-05-20T15:54:38Z" message: All Steps have completed executing reason: Succeeded status: "True" type: Succeeded podName: pipeline-with-workspace-run-q9dnz-reader-pod provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:54:29Z" steps: - container: step-list-files imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 name: list-files terminated: containerID: containerd://36047ab82099189ffa1cd52dbacc913a1773b7a53663468410d8c5aa7b4164ac exitCode: 0 finishedAt: "2025-05-20T15:54:38Z" reason: Completed startedAt: "2025-05-20T15:54:38Z" terminationReason: Completed taskSpec: steps: - computeResources: {} image: ubuntu name: list-files script: ls /workspace/myws workspaces: - name: myws --- apiVersion: tekton.dev/v1 kind: TaskRun metadata: annotations: pipeline.tekton.dev/release: d9974e2 creationTimestamp: "2025-05-20T15:55:20Z" generation: 2 labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: sleep-pipeline tekton.dev/pipelineRun: sleep-pipeline-run-d8p6g tekton.dev/pipelineRunUID: ec88f540-d46b-4e88-ad4b-1978a0314b4c tekton.dev/pipelineTask: pipelinetask1 tekton.dev/task: sleep managedFields: - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:labels: .: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:ownerReferences: .: {} k:{"uid":"ec88f540-d46b-4e88-ad4b-1978a0314b4c"}: {} f:spec: .: {} f:params: {} f:serviceAccountName: {} f:status: {} f:statusMessage: {} f:taskRef: .: {} f:kind: {} f:name: {} manager: controller operation: Update time: "2025-05-20T15:55:21Z" - apiVersion: tekton.dev/v1 fieldsType: FieldsV1 fieldsV1: f:status: .: {} f:completionTime: {} f:conditions: {} f:podName: {} f:provenance: .: {} f:featureFlags: .: {} f:awaitSidecarReadiness: {} f:coschedule: {} f:enableAPIFields: {} f:enableProvenanceInStatus: {} f:enforceNonfalsifiability: {} f:maxResultSize: {} f:resultExtractionMethod: {} f:runningInEnvWithInjectedSidecars: {} f:verificationNoMatchPolicy: {} f:startTime: {} f:steps: {} f:taskSpec: .: {} f:params: {} f:steps: {} manager: controller operation: Update subresource: status time: "2025-05-20T15:55:21Z" name: sleep-pipeline-run-d8p6g-pipelinetask1 namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: PipelineRun name: sleep-pipeline-run-d8p6g uid: ec88f540-d46b-4e88-ad4b-1978a0314b4c resourceVersion: "5334" uid: 51e5cf8d-a7d2-4131-ade9-c58de2526683 spec: params: - name: seconds value: 30s serviceAccountName: default status: TaskRunCancelled statusMessage: TaskRun cancelled as the PipelineRun it belongs to has been cancelled. taskRef: kind: Task name: sleep timeout: 1h0m0s status: completionTime: "2025-05-20T15:55:21Z" conditions: - lastTransitionTime: "2025-05-20T15:55:21Z" message: TaskRun "sleep-pipeline-run-d8p6g-pipelinetask1" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled. reason: TaskRunCancelled status: "False" type: Succeeded podName: sleep-pipeline-run-d8p6g-pipelinetask1-pod provenance: featureFlags: awaitSidecarReadiness: true coschedule: workspaces enableAPIFields: beta enableProvenanceInStatus: true enforceNonfalsifiability: none maxResultSize: 4096 resultExtractionMethod: termination-message runningInEnvWithInjectedSidecars: true verificationNoMatchPolicy: ignore startTime: "2025-05-20T15:55:20Z" steps: - container: step-sleep name: sleep terminated: exitCode: 1 finishedAt: "2025-05-20T15:55:21Z" message: Step sleep terminated as pod sleep-pipeline-run-d8p6g-pipelinetask1-pod is terminated reason: TaskRunCancelled startedAt: "2025-05-20T15:55:20Z" terminationReason: TaskRunCancelled taskSpec: params: - default: 10s name: seconds type: string steps: - args: - 30s command: - sleep computeResources: {} image: ubuntu name: sleep --- metadata: annotations: pipeline.tekton.dev/release: d9974e2 tekton.dev/ready: READY creationTimestamp: "2025-05-20T15:54:40Z" labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: output-pipeline tekton.dev/pipelineRun: output-pipeline-run-5rvf8 tekton.dev/pipelineRunUID: 0da90f9d-aeff-4d41-a3fb-7d4ca84a276a tekton.dev/pipelineTask: first-create-file tekton.dev/task: create-file-verify tekton.dev/taskRun: output-pipeline-run-5rvf8-first-create-file tekton.dev/taskRunUID: 8c0fd91b-cc83-458b-96b1-de30790d05a3 managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:tekton.dev/ready: {} f:labels: .: {} f:app.kubernetes.io/managed-by: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:tekton.dev/taskRun: {} f:tekton.dev/taskRunUID: {} f:ownerReferences: .: {} k:{"uid":"8c0fd91b-cc83-458b-96b1-de30790d05a3"}: {} f:spec: f:activeDeadlineSeconds: {} f:containers: k:{"name":"step-create-new-file"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/downward"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} k:{"name":"step-read"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} k:{"name":"step-write-new-stuff"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:initContainers: .: {} k:{"name":"place-scripts"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} k:{"name":"prepare"}: .: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:workingDir: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:volumes: .: {} k:{"name":"custom"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-creds-init-home-0"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-creds-init-home-1"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-creds-init-home-2"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-internal-artifacts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-bin"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-downward"}: .: {} f:downwardAPI: .: {} f:defaultMode: {} f:items: {} f:name: {} k:{"name":"tekton-internal-home"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-results"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-0"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-1"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-2"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-scripts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-steps"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-workspace"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"ws-15d7d"}: .: {} f:emptyDir: {} f:name: {} manager: controller operation: Update time: "2025-05-20T15:54:44Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:initContainerStatuses: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.244.3.19"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2025-05-20T15:55:19Z" name: output-pipeline-run-5rvf8-first-create-file-pod namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: TaskRun name: output-pipeline-run-5rvf8-first-create-file uid: 8c0fd91b-cc83-458b-96b1-de30790d05a3 resourceVersion: "5297" uid: 6664dab0-f479-4223-8a49-d3f097d3474a spec: activeDeadlineSeconds: 5400 containers: - 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 - -entrypoint - /tekton/scripts/script-0-bw7vs - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-create-new-file resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/downward name: tekton-internal-downward readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-0 - mountPath: /tekton/run/0 name: tekton-internal-run-0 - mountPath: /tekton/run/1 name: tekton-internal-run-1 readOnly: true - mountPath: /tekton/run/2 name: tekton-internal-run-2 readOnly: true - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-ldspv readOnly: true - args: - -wait_file - /tekton/run/0/out - -post_file - /tekton/run/1/out - -termination_path - /tekton/termination - -step_metadata_dir - /tekton/run/1/status - -entrypoint - /tekton/scripts/script-1-68bbf - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-write-new-stuff resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-1 - mountPath: /tekton/run/0 name: tekton-internal-run-0 readOnly: true - mountPath: /tekton/run/1 name: tekton-internal-run-1 - mountPath: /tekton/run/2 name: tekton-internal-run-2 readOnly: true - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-ldspv readOnly: true - args: - -wait_file - /tekton/run/1/out - -post_file - /tekton/run/2/out - -termination_path - /tekton/termination - -step_metadata_dir - /tekton/run/2/status - -entrypoint - /tekton/scripts/script-2-mw69p - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-read resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-2 - mountPath: /tekton/run/0 name: tekton-internal-run-0 readOnly: true - mountPath: /tekton/run/1 name: tekton-internal-run-1 readOnly: true - mountPath: /tekton/run/2 name: tekton-internal-run-2 - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-ldspv readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true initContainers: - command: - /ko-app/entrypoint - init - /ko-app/entrypoint - /tekton/bin/entrypoint - step-create-new-file - step-write-new-stuff - step-read image: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d imagePullPolicy: IfNotPresent name: prepare resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /tekton/steps name: tekton-internal-steps - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-ldspv readOnly: true workingDir: / - args: - -c - | scriptfile="/tekton/scripts/script-0-bw7vs" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQpzbGVlcCAzMHM7dG91Y2ggL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" scriptfile="/tekton/scripts/script-1-68bbf" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQplY2hvIGhlbGxvID4gL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" scriptfile="/tekton/scripts/script-2-mw69p" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQpjYXQgL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" command: - sh image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 imagePullPolicy: IfNotPresent name: place-scripts resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/scripts name: tekton-internal-scripts - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-ldspv readOnly: true nodeName: kind-worker preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: {} serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 volumes: - emptyDir: {} name: tekton-internal-workspace - emptyDir: {} name: tekton-internal-home - emptyDir: {} name: tekton-internal-results - emptyDir: {} name: tekton-internal-steps - emptyDir: {} name: tekton-internal-artifacts - emptyDir: {} name: tekton-internal-scripts - emptyDir: {} name: tekton-internal-bin - downwardAPI: defaultMode: 420 items: - fieldRef: apiVersion: v1 fieldPath: metadata.annotations['tekton.dev/ready'] path: ready name: tekton-internal-downward - emptyDir: medium: Memory name: tekton-creds-init-home-0 - emptyDir: {} name: tekton-internal-run-0 - emptyDir: medium: Memory name: tekton-creds-init-home-1 - emptyDir: {} name: tekton-internal-run-1 - emptyDir: medium: Memory name: tekton-creds-init-home-2 - emptyDir: {} name: tekton-internal-run-2 - emptyDir: {} name: ws-15d7d - emptyDir: {} name: custom - name: kube-api-access-ldspv projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace status: conditions: - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:42Z" reason: PodCompleted status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-05-20T15:55:16Z" reason: PodCompleted status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2025-05-20T15:55:16Z" reason: PodCompleted status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:40Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://9843bc451dbeb9120466c9ac7327af8987395f262594fb7ea2942cb4dc60d754 image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-create-new-file ready: false restartCount: 0 started: false state: terminated: containerID: containerd://9843bc451dbeb9120466c9ac7327af8987395f262594fb7ea2942cb4dc60d754 exitCode: 0 finishedAt: "2025-05-20T15:55:15Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:54:45.410Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:54:43Z" - containerID: containerd://a1bf37c8b9e5d1d1aae97534a8a9eec72d41390aa3606c6c59d0bb57d4c1b90c image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-read ready: false restartCount: 0 started: false state: terminated: containerID: containerd://a1bf37c8b9e5d1d1aae97534a8a9eec72d41390aa3606c6c59d0bb57d4c1b90c exitCode: 0 finishedAt: "2025-05-20T15:55:16Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:55:16.333Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:54:44Z" - containerID: containerd://7a6c2643e1258bd81fa27f1488a09b5632f9c4611a97970374eed6e119435cba image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-write-new-stuff ready: false restartCount: 0 started: false state: terminated: containerID: containerd://7a6c2643e1258bd81fa27f1488a09b5632f9c4611a97970374eed6e119435cba exitCode: 0 finishedAt: "2025-05-20T15:55:15Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:55:15.869Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:54:43Z" hostIP: 172.18.0.4 initContainerStatuses: - containerID: containerd://3d53003d9db36d616676393b45b49453a4d5daf0c964fa82b6419a5a6719339e image: sha256:9a65a79f35ce81f5ce84372ae390b7faee83effc22186f85a4d933c6144e36e7 imageID: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d lastState: {} name: prepare ready: true restartCount: 0 started: false state: terminated: containerID: containerd://3d53003d9db36d616676393b45b49453a4d5daf0c964fa82b6419a5a6719339e exitCode: 0 finishedAt: "2025-05-20T15:54:40Z" reason: Completed startedAt: "2025-05-20T15:54:40Z" - containerID: containerd://b99c8bda53362e365cbe1486cb1067cebabdb3d44c71f41816818afa933a8540 image: sha256:de4aee9d163a31b5b3cd9b7b59648baa507d1ac4cfd4904011c4dedaab49214b imageID: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 lastState: {} name: place-scripts ready: true restartCount: 0 started: false state: terminated: containerID: containerd://b99c8bda53362e365cbe1486cb1067cebabdb3d44c71f41816818afa933a8540 exitCode: 0 finishedAt: "2025-05-20T15:54:42Z" reason: Completed startedAt: "2025-05-20T15:54:42Z" phase: Succeeded podIP: 10.244.3.19 podIPs: - ip: 10.244.3.19 qosClass: BestEffort startTime: "2025-05-20T15:54:40Z" --- metadata: annotations: pipeline.tekton.dev/release: d9974e2 tekton.dev/ready: READY creationTimestamp: "2025-05-20T15:53:09Z" labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: output-pipeline tekton.dev/pipelineRun: output-pipeline-run-dn25r tekton.dev/pipelineRunUID: 78dae72e-7e00-4f80-a7e3-04895c972d08 tekton.dev/pipelineTask: first-create-file tekton.dev/task: create-file-verify tekton.dev/taskRun: output-pipeline-run-dn25r-first-create-file tekton.dev/taskRunUID: 389c3fbc-35c6-416d-9fe6-2bf956a1e3f3 managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:tekton.dev/ready: {} f:labels: .: {} f:app.kubernetes.io/managed-by: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:tekton.dev/taskRun: {} f:tekton.dev/taskRunUID: {} f:ownerReferences: .: {} k:{"uid":"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3"}: {} f:spec: f:activeDeadlineSeconds: {} f:containers: k:{"name":"step-create-new-file"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/downward"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} k:{"name":"step-read"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} k:{"name":"step-write-new-stuff"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:initContainers: .: {} k:{"name":"place-scripts"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} k:{"name":"prepare"}: .: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:workingDir: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:volumes: .: {} k:{"name":"tekton-creds-init-home-0"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-creds-init-home-1"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-creds-init-home-2"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-internal-artifacts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-bin"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-downward"}: .: {} f:downwardAPI: .: {} f:defaultMode: {} f:items: {} f:name: {} k:{"name":"tekton-internal-home"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-results"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-0"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-1"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-2"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-scripts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-steps"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-workspace"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"ws-15d7d"}: .: {} f:emptyDir: {} f:name: {} manager: controller operation: Update time: "2025-05-20T15:53:15Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:initContainerStatuses: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.244.3.10"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2025-05-20T15:53:49Z" name: output-pipeline-run-dn25r-first-create-file-pod namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: TaskRun name: output-pipeline-run-dn25r-first-create-file uid: 389c3fbc-35c6-416d-9fe6-2bf956a1e3f3 resourceVersion: "4219" uid: 889c7949-0c6b-4d3f-9e63-565f965d3848 spec: activeDeadlineSeconds: 5400 containers: - 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 - -entrypoint - /tekton/scripts/script-0-wwwbq - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-create-new-file resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/downward name: tekton-internal-downward readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-0 - mountPath: /tekton/run/0 name: tekton-internal-run-0 - mountPath: /tekton/run/1 name: tekton-internal-run-1 readOnly: true - mountPath: /tekton/run/2 name: tekton-internal-run-2 readOnly: true - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pwfvf readOnly: true - args: - -wait_file - /tekton/run/0/out - -post_file - /tekton/run/1/out - -termination_path - /tekton/termination - -step_metadata_dir - /tekton/run/1/status - -entrypoint - /tekton/scripts/script-1-zgkdv - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-write-new-stuff resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-1 - mountPath: /tekton/run/0 name: tekton-internal-run-0 readOnly: true - mountPath: /tekton/run/1 name: tekton-internal-run-1 - mountPath: /tekton/run/2 name: tekton-internal-run-2 readOnly: true - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pwfvf readOnly: true - args: - -wait_file - /tekton/run/1/out - -post_file - /tekton/run/2/out - -termination_path - /tekton/termination - -step_metadata_dir - /tekton/run/2/status - -entrypoint - /tekton/scripts/script-2-dhwqm - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-read resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-2 - mountPath: /tekton/run/0 name: tekton-internal-run-0 readOnly: true - mountPath: /tekton/run/1 name: tekton-internal-run-1 readOnly: true - mountPath: /tekton/run/2 name: tekton-internal-run-2 - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pwfvf readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true initContainers: - command: - /ko-app/entrypoint - init - /ko-app/entrypoint - /tekton/bin/entrypoint - step-create-new-file - step-write-new-stuff - step-read image: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d imagePullPolicy: IfNotPresent name: prepare resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /tekton/steps name: tekton-internal-steps - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pwfvf readOnly: true workingDir: / - args: - -c - | scriptfile="/tekton/scripts/script-0-wwwbq" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQpzbGVlcCAzMHM7dG91Y2ggL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" scriptfile="/tekton/scripts/script-1-zgkdv" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQplY2hvIGUyZS10ZXN0ID4gL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" scriptfile="/tekton/scripts/script-2-dhwqm" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQpjYXQgL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" command: - sh image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 imagePullPolicy: IfNotPresent name: place-scripts resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/scripts name: tekton-internal-scripts - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pwfvf readOnly: true nodeName: kind-worker preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: {} serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 volumes: - emptyDir: {} name: tekton-internal-workspace - emptyDir: {} name: tekton-internal-home - emptyDir: {} name: tekton-internal-results - emptyDir: {} name: tekton-internal-steps - emptyDir: {} name: tekton-internal-artifacts - emptyDir: {} name: tekton-internal-scripts - emptyDir: {} name: tekton-internal-bin - downwardAPI: defaultMode: 420 items: - fieldRef: apiVersion: v1 fieldPath: metadata.annotations['tekton.dev/ready'] path: ready name: tekton-internal-downward - emptyDir: medium: Memory name: tekton-creds-init-home-0 - emptyDir: {} name: tekton-internal-run-0 - emptyDir: medium: Memory name: tekton-creds-init-home-1 - emptyDir: {} name: tekton-internal-run-1 - emptyDir: medium: Memory name: tekton-creds-init-home-2 - emptyDir: {} name: tekton-internal-run-2 - emptyDir: {} name: ws-15d7d - name: kube-api-access-pwfvf projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace status: conditions: - lastProbeTime: null lastTransitionTime: "2025-05-20T15:53:12Z" reason: PodCompleted status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-05-20T15:53:46Z" reason: PodCompleted status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2025-05-20T15:53:46Z" reason: PodCompleted status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-05-20T15:53:09Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://a04e73c007db4d951c36d8de167934c35257fd8c791bb25034e2b9a9c8fa8e7a image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-create-new-file ready: false restartCount: 0 started: false state: terminated: containerID: containerd://a04e73c007db4d951c36d8de167934c35257fd8c791bb25034e2b9a9c8fa8e7a exitCode: 0 finishedAt: "2025-05-20T15:53:45Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:53:15.973Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:53:13Z" - containerID: containerd://991141fb3410e6220dc04ddb23509838d65f192f13fae818fe5c00dee6e7e0c8 image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-read ready: false restartCount: 0 started: false state: terminated: containerID: containerd://991141fb3410e6220dc04ddb23509838d65f192f13fae818fe5c00dee6e7e0c8 exitCode: 0 finishedAt: "2025-05-20T15:53:47Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:53:47.151Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:53:15Z" - containerID: containerd://286cc70dca7b4a8ac0198dbe0a5202c44d81535977e053cbb48c9a29c9e8e5ce image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-write-new-stuff ready: false restartCount: 0 started: false state: terminated: containerID: containerd://286cc70dca7b4a8ac0198dbe0a5202c44d81535977e053cbb48c9a29c9e8e5ce exitCode: 0 finishedAt: "2025-05-20T15:53:46Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:53:46.583Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:53:14Z" hostIP: 172.18.0.4 initContainerStatuses: - containerID: containerd://f548340938e3df63f3ea8f364f6aabfc2f5dcc1fc804fd2ca621750ad7f7a2b1 image: sha256:9a65a79f35ce81f5ce84372ae390b7faee83effc22186f85a4d933c6144e36e7 imageID: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d lastState: {} name: prepare ready: true restartCount: 0 started: false state: terminated: containerID: containerd://f548340938e3df63f3ea8f364f6aabfc2f5dcc1fc804fd2ca621750ad7f7a2b1 exitCode: 0 finishedAt: "2025-05-20T15:53:10Z" reason: Completed startedAt: "2025-05-20T15:53:10Z" - containerID: containerd://473fa407889761ab7210644f9e9dff8e86cc52b0774c484e130acccb280c2614 image: sha256:de4aee9d163a31b5b3cd9b7b59648baa507d1ac4cfd4904011c4dedaab49214b imageID: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 lastState: {} name: place-scripts ready: true restartCount: 0 started: false state: terminated: containerID: containerd://473fa407889761ab7210644f9e9dff8e86cc52b0774c484e130acccb280c2614 exitCode: 0 finishedAt: "2025-05-20T15:53:11Z" reason: Completed startedAt: "2025-05-20T15:53:11Z" phase: Succeeded podIP: 10.244.3.10 podIPs: - ip: 10.244.3.10 qosClass: BestEffort startTime: "2025-05-20T15:53:09Z" --- metadata: annotations: pipeline.tekton.dev/release: d9974e2 tekton.dev/ready: READY creationTimestamp: "2025-05-20T15:53:51Z" labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: output-pipeline tekton.dev/pipelineRun: output-pipeline-run-r87qr tekton.dev/pipelineRunUID: 6c68f027-e864-4fe7-a4bc-4bd0df78191d tekton.dev/pipelineTask: first-create-file tekton.dev/task: create-file-verify tekton.dev/taskRun: output-pipeline-run-r87qr-first-create-file tekton.dev/taskRunUID: 3ef450e5-824a-4710-91d6-5a9c74013b01 managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:tekton.dev/ready: {} f:labels: .: {} f:app.kubernetes.io/managed-by: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:tekton.dev/taskRun: {} f:tekton.dev/taskRunUID: {} f:ownerReferences: .: {} k:{"uid":"3ef450e5-824a-4710-91d6-5a9c74013b01"}: {} f:spec: f:activeDeadlineSeconds: {} f:containers: k:{"name":"step-create-new-file"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/downward"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} k:{"name":"step-read"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} k:{"name":"step-write-new-stuff"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/run/1"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/2"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/shared-data"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:initContainers: .: {} k:{"name":"place-scripts"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} k:{"name":"prepare"}: .: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:workingDir: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:volumes: .: {} k:{"name":"tekton-creds-init-home-0"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-creds-init-home-1"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-creds-init-home-2"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-internal-artifacts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-bin"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-downward"}: .: {} f:downwardAPI: .: {} f:defaultMode: {} f:items: {} f:name: {} k:{"name":"tekton-internal-home"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-results"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-0"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-1"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-2"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-scripts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-steps"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-workspace"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"ws-15d7d"}: .: {} f:emptyDir: {} f:name: {} manager: controller operation: Update time: "2025-05-20T15:53:55Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:initContainerStatuses: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.244.1.11"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2025-05-20T15:54:29Z" name: output-pipeline-run-r87qr-first-create-file-pod namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: TaskRun name: output-pipeline-run-r87qr-first-create-file uid: 3ef450e5-824a-4710-91d6-5a9c74013b01 resourceVersion: "4857" uid: 3fb30935-f577-4854-828c-ef22c531b427 spec: activeDeadlineSeconds: 5400 containers: - 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 - -entrypoint - /tekton/scripts/script-0-lxzrw - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-create-new-file resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/downward name: tekton-internal-downward readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-0 - mountPath: /tekton/run/0 name: tekton-internal-run-0 - mountPath: /tekton/run/1 name: tekton-internal-run-1 readOnly: true - mountPath: /tekton/run/2 name: tekton-internal-run-2 readOnly: true - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-cvdz9 readOnly: true - args: - -wait_file - /tekton/run/0/out - -post_file - /tekton/run/1/out - -termination_path - /tekton/termination - -step_metadata_dir - /tekton/run/1/status - -entrypoint - /tekton/scripts/script-1-8zmhw - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-write-new-stuff resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-1 - mountPath: /tekton/run/0 name: tekton-internal-run-0 readOnly: true - mountPath: /tekton/run/1 name: tekton-internal-run-1 - mountPath: /tekton/run/2 name: tekton-internal-run-2 readOnly: true - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-cvdz9 readOnly: true - args: - -wait_file - /tekton/run/1/out - -post_file - /tekton/run/2/out - -termination_path - /tekton/termination - -step_metadata_dir - /tekton/run/2/status - -entrypoint - /tekton/scripts/script-2-gnh2j - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-read resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/shared-data name: ws-15d7d - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-2 - mountPath: /tekton/run/0 name: tekton-internal-run-0 readOnly: true - mountPath: /tekton/run/1 name: tekton-internal-run-1 readOnly: true - mountPath: /tekton/run/2 name: tekton-internal-run-2 - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-cvdz9 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true initContainers: - command: - /ko-app/entrypoint - init - /ko-app/entrypoint - /tekton/bin/entrypoint - step-create-new-file - step-write-new-stuff - step-read image: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d imagePullPolicy: IfNotPresent name: prepare resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /tekton/steps name: tekton-internal-steps - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-cvdz9 readOnly: true workingDir: / - args: - -c - | scriptfile="/tekton/scripts/script-0-lxzrw" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQpzbGVlcCAzMHM7dG91Y2ggL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" scriptfile="/tekton/scripts/script-1-8zmhw" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQplY2hvIGUyZS10ZXN0ID4gL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" scriptfile="/tekton/scripts/script-2-gnh2j" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQpjYXQgL3dvcmtzcGFjZS9zaGFyZWQtZGF0YS9vdXRwdXQ= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" command: - sh image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 imagePullPolicy: IfNotPresent name: place-scripts resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/scripts name: tekton-internal-scripts - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-cvdz9 readOnly: true nodeName: kind-worker3 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: {} serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 volumes: - emptyDir: {} name: tekton-internal-workspace - emptyDir: {} name: tekton-internal-home - emptyDir: {} name: tekton-internal-results - emptyDir: {} name: tekton-internal-steps - emptyDir: {} name: tekton-internal-artifacts - emptyDir: {} name: tekton-internal-scripts - emptyDir: {} name: tekton-internal-bin - downwardAPI: defaultMode: 420 items: - fieldRef: apiVersion: v1 fieldPath: metadata.annotations['tekton.dev/ready'] path: ready name: tekton-internal-downward - emptyDir: medium: Memory name: tekton-creds-init-home-0 - emptyDir: {} name: tekton-internal-run-0 - emptyDir: medium: Memory name: tekton-creds-init-home-1 - emptyDir: {} name: tekton-internal-run-1 - emptyDir: medium: Memory name: tekton-creds-init-home-2 - emptyDir: {} name: tekton-internal-run-2 - emptyDir: {} name: ws-15d7d - name: kube-api-access-cvdz9 projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace status: conditions: - lastProbeTime: null lastTransitionTime: "2025-05-20T15:53:53Z" reason: PodCompleted status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:26Z" reason: PodCompleted status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:26Z" reason: PodCompleted status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-05-20T15:53:51Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://7501e547246c6f0ca30584fdd04474f40cbd69b68b1bff7876b590fa26de686a image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-create-new-file ready: false restartCount: 0 started: false state: terminated: containerID: containerd://7501e547246c6f0ca30584fdd04474f40cbd69b68b1bff7876b590fa26de686a exitCode: 0 finishedAt: "2025-05-20T15:54:25Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:53:55.706Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:53:53Z" - containerID: containerd://fe616a0cf8e03a24bb0cdce91936e2215f245ba04ba44fbed3250ae41f33ce5e image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-read ready: false restartCount: 0 started: false state: terminated: containerID: containerd://fe616a0cf8e03a24bb0cdce91936e2215f245ba04ba44fbed3250ae41f33ce5e exitCode: 0 finishedAt: "2025-05-20T15:54:26Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:54:26.529Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:53:54Z" - containerID: containerd://398e06210bbaf35b60e9dc9ff7376bc9a7a27bc3f857e642d04cad7c05dd71fd image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-write-new-stuff ready: false restartCount: 0 started: false state: terminated: containerID: containerd://398e06210bbaf35b60e9dc9ff7376bc9a7a27bc3f857e642d04cad7c05dd71fd exitCode: 0 finishedAt: "2025-05-20T15:54:26Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:54:26.128Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:53:54Z" hostIP: 172.18.0.3 initContainerStatuses: - containerID: containerd://540554e6bccfd213f74baecc04986aa5f61d8c91a0e739d0db4e125e2cd81bb1 image: sha256:9a65a79f35ce81f5ce84372ae390b7faee83effc22186f85a4d933c6144e36e7 imageID: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d lastState: {} name: prepare ready: true restartCount: 0 started: false state: terminated: containerID: containerd://540554e6bccfd213f74baecc04986aa5f61d8c91a0e739d0db4e125e2cd81bb1 exitCode: 0 finishedAt: "2025-05-20T15:53:52Z" reason: Completed startedAt: "2025-05-20T15:53:51Z" - containerID: containerd://d6738dbb5c84a7b6b2da291d332f00c25e287a5419798670d77c02108af39e3d image: sha256:de4aee9d163a31b5b3cd9b7b59648baa507d1ac4cfd4904011c4dedaab49214b imageID: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 lastState: {} name: place-scripts ready: true restartCount: 0 started: false state: terminated: containerID: containerd://d6738dbb5c84a7b6b2da291d332f00c25e287a5419798670d77c02108af39e3d exitCode: 0 finishedAt: "2025-05-20T15:53:52Z" reason: Completed startedAt: "2025-05-20T15:53:52Z" phase: Succeeded podIP: 10.244.1.11 podIPs: - ip: 10.244.1.11 qosClass: BestEffort startTime: "2025-05-20T15:53:51Z" --- metadata: annotations: pipeline.tekton.dev/affinity-assistant: affinity-assistant-bf8a4e2d66 pipeline.tekton.dev/release: d9974e2 tekton.dev/ready: READY creationTimestamp: "2025-05-20T15:54:29Z" labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: pipeline-with-workspace tekton.dev/pipelineRun: pipeline-with-workspace-run-q9dnz tekton.dev/pipelineRunUID: 5d49d078-d39d-4259-9db0-93120333fc9b tekton.dev/pipelineTask: reader tekton.dev/taskRun: pipeline-with-workspace-run-q9dnz-reader tekton.dev/taskRunUID: c293e191-7eb4-4b3e-bc3a-29299d24c1c3 managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: .: {} k:{"type":"PodScheduled"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} manager: kube-scheduler operation: Update subresource: status time: "2025-05-20T15:54:29Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/affinity-assistant: {} f:pipeline.tekton.dev/release: {} f:tekton.dev/ready: {} f:labels: .: {} f:app.kubernetes.io/managed-by: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/taskRun: {} f:tekton.dev/taskRunUID: {} f:ownerReferences: .: {} k:{"uid":"c293e191-7eb4-4b3e-bc3a-29299d24c1c3"}: {} f:spec: f:activeDeadlineSeconds: {} f:affinity: .: {} f:podAffinity: .: {} f:requiredDuringSchedulingIgnoredDuringExecution: {} f:containers: k:{"name":"step-list-files"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/downward"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/workspace/myws"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:initContainers: .: {} k:{"name":"place-scripts"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/scripts"}: .: {} f:mountPath: {} f:name: {} k:{"name":"prepare"}: .: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:workingDir: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:volumes: .: {} k:{"name":"tekton-creds-init-home-0"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-internal-artifacts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-bin"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-downward"}: .: {} f:downwardAPI: .: {} f:defaultMode: {} f:items: {} f:name: {} k:{"name":"tekton-internal-home"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-results"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-0"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-scripts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-steps"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-workspace"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"ws-b31db"}: .: {} f:name: {} f:persistentVolumeClaim: .: {} f:claimName: {} manager: controller operation: Update time: "2025-05-20T15:54:37Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:initContainerStatuses: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.244.3.17"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2025-05-20T15:54:41Z" name: pipeline-with-workspace-run-q9dnz-reader-pod namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: TaskRun name: pipeline-with-workspace-run-q9dnz-reader uid: c293e191-7eb4-4b3e-bc3a-29299d24c1c3 resourceVersion: "5122" uid: 0d0d31e2-8b86-4b20-b15c-cb4e9aa1a500 spec: activeDeadlineSeconds: 5400 affinity: podAffinity: requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchLabels: app.kubernetes.io/component: affinity-assistant app.kubernetes.io/instance: affinity-assistant-bf8a4e2d66 topologyKey: kubernetes.io/hostname containers: - 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 - -entrypoint - /tekton/scripts/script-0-gwrtv - -- command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-list-files resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /workspace/myws name: ws-b31db - mountPath: /tekton/scripts name: tekton-internal-scripts readOnly: true - mountPath: /tekton/downward name: tekton-internal-downward readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-0 - mountPath: /tekton/run/0 name: tekton-internal-run-0 - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mcqq readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true initContainers: - command: - /ko-app/entrypoint - init - /ko-app/entrypoint - /tekton/bin/entrypoint - step-list-files image: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d imagePullPolicy: IfNotPresent name: prepare resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /tekton/steps name: tekton-internal-steps - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mcqq readOnly: true workingDir: / - args: - -c - | scriptfile="/tekton/scripts/script-0-gwrtv" touch ${scriptfile} && chmod +x ${scriptfile} cat > ${scriptfile} << '_EOF_' IyEvYmluL3NoCnNldCAtZQpscyAvd29ya3NwYWNlL215d3M= _EOF_ /tekton/bin/entrypoint decode-script "${scriptfile}" command: - sh image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 imagePullPolicy: IfNotPresent name: place-scripts resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/scripts name: tekton-internal-scripts - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mcqq readOnly: true nodeName: kind-worker preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: {} serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 volumes: - emptyDir: {} name: tekton-internal-workspace - emptyDir: {} name: tekton-internal-home - emptyDir: {} name: tekton-internal-results - emptyDir: {} name: tekton-internal-steps - emptyDir: {} name: tekton-internal-artifacts - emptyDir: {} name: tekton-internal-scripts - emptyDir: {} name: tekton-internal-bin - downwardAPI: defaultMode: 420 items: - fieldRef: apiVersion: v1 fieldPath: metadata.annotations['tekton.dev/ready'] path: ready name: tekton-internal-downward - emptyDir: medium: Memory name: tekton-creds-init-home-0 - emptyDir: {} name: tekton-internal-run-0 - name: ws-b31db persistentVolumeClaim: claimName: pvc-a5c1601942 - name: kube-api-access-5mcqq projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace status: conditions: - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:35Z" reason: PodCompleted status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:38Z" reason: PodCompleted status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:38Z" reason: PodCompleted status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-05-20T15:54:33Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://36047ab82099189ffa1cd52dbacc913a1773b7a53663468410d8c5aa7b4164ac image: docker.io/library/ubuntu:latest imageID: docker.io/library/ubuntu@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 lastState: {} name: step-list-files ready: false restartCount: 0 started: false state: terminated: containerID: containerd://36047ab82099189ffa1cd52dbacc913a1773b7a53663468410d8c5aa7b4164ac exitCode: 0 finishedAt: "2025-05-20T15:54:38Z" message: '[{"key":"StartedAt","value":"2025-05-20T15:54:38.059Z","type":3}]' reason: Completed startedAt: "2025-05-20T15:54:37Z" hostIP: 172.18.0.4 initContainerStatuses: - containerID: containerd://57836a5a0baeee1e0f018519dde27ce6120ae54a95c1ba5c905783144699f786 image: sha256:9a65a79f35ce81f5ce84372ae390b7faee83effc22186f85a4d933c6144e36e7 imageID: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d lastState: {} name: prepare ready: true restartCount: 0 started: false state: terminated: containerID: containerd://57836a5a0baeee1e0f018519dde27ce6120ae54a95c1ba5c905783144699f786 exitCode: 0 finishedAt: "2025-05-20T15:54:34Z" reason: Completed startedAt: "2025-05-20T15:54:34Z" - containerID: containerd://31f64e153df6357a0b594f1eb02baa3d5d9991fef6c897fc26408258d8e1b01a image: sha256:de4aee9d163a31b5b3cd9b7b59648baa507d1ac4cfd4904011c4dedaab49214b imageID: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 lastState: {} name: place-scripts ready: true restartCount: 0 started: false state: terminated: containerID: containerd://31f64e153df6357a0b594f1eb02baa3d5d9991fef6c897fc26408258d8e1b01a exitCode: 0 finishedAt: "2025-05-20T15:54:35Z" reason: Completed startedAt: "2025-05-20T15:54:35Z" phase: Succeeded podIP: 10.244.3.17 podIPs: - ip: 10.244.3.17 qosClass: BestEffort startTime: "2025-05-20T15:54:33Z" --- metadata: annotations: pipeline.tekton.dev/release: d9974e2 creationTimestamp: "2025-05-20T15:55:20Z" deletionGracePeriodSeconds: 30 deletionTimestamp: "2025-05-20T15:55:51Z" labels: app.kubernetes.io/managed-by: tekton-pipelines tekton.dev/memberOf: tasks tekton.dev/pipeline: sleep-pipeline tekton.dev/pipelineRun: sleep-pipeline-run-d8p6g tekton.dev/pipelineRunUID: ec88f540-d46b-4e88-ad4b-1978a0314b4c tekton.dev/pipelineTask: pipelinetask1 tekton.dev/task: sleep tekton.dev/taskRun: sleep-pipeline-run-d8p6g-pipelinetask1 tekton.dev/taskRunUID: 51e5cf8d-a7d2-4131-ade9-c58de2526683 managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:pipeline.tekton.dev/release: {} f:labels: .: {} f:app.kubernetes.io/managed-by: {} f:tekton.dev/memberOf: {} f:tekton.dev/pipeline: {} f:tekton.dev/pipelineRun: {} f:tekton.dev/pipelineRunUID: {} f:tekton.dev/pipelineTask: {} f:tekton.dev/task: {} f:tekton.dev/taskRun: {} f:tekton.dev/taskRunUID: {} f:ownerReferences: .: {} k:{"uid":"51e5cf8d-a7d2-4131-ade9-c58de2526683"}: {} f:spec: f:activeDeadlineSeconds: {} f:containers: k:{"name":"step-sleep"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/artifacts"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/creds"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/downward"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/tekton/home"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/results"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/run/0"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} k:{"mountPath":"/workspace"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:initContainers: .: {} k:{"name":"prepare"}: .: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/tekton/bin"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tekton/steps"}: .: {} f:mountPath: {} f:name: {} f:workingDir: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:volumes: .: {} k:{"name":"tekton-creds-init-home-0"}: .: {} f:emptyDir: .: {} f:medium: {} f:name: {} k:{"name":"tekton-internal-artifacts"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-bin"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-downward"}: .: {} f:downwardAPI: .: {} f:defaultMode: {} f:items: {} f:name: {} k:{"name":"tekton-internal-home"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-results"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-run-0"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-steps"}: .: {} f:emptyDir: {} f:name: {} k:{"name":"tekton-internal-workspace"}: .: {} f:emptyDir: {} f:name: {} manager: controller operation: Update time: "2025-05-20T15:55:20Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:initContainerStatuses: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2025-05-20T15:55:22Z" name: sleep-pipeline-run-d8p6g-pipelinetask1-pod namespace: testcli-m6kd6 ownerReferences: - apiVersion: tekton.dev/v1 blockOwnerDeletion: true controller: true kind: TaskRun name: sleep-pipeline-run-d8p6g-pipelinetask1 uid: 51e5cf8d-a7d2-4131-ade9-c58de2526683 resourceVersion: "5337" uid: 6fe6b356-1fdc-4cc2-8221-67cb69bb70f5 spec: activeDeadlineSeconds: 5400 containers: - 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 - -entrypoint - sleep - -- - 30s command: - /tekton/bin/entrypoint image: ubuntu imagePullPolicy: Always name: step-sleep resources: {} terminationMessagePath: /tekton/termination terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/downward name: tekton-internal-downward readOnly: true - mountPath: /tekton/creds name: tekton-creds-init-home-0 - mountPath: /tekton/run/0 name: tekton-internal-run-0 - mountPath: /tekton/bin name: tekton-internal-bin readOnly: true - mountPath: /workspace name: tekton-internal-workspace - mountPath: /tekton/home name: tekton-internal-home - mountPath: /tekton/results name: tekton-internal-results - mountPath: /tekton/steps name: tekton-internal-steps readOnly: true - mountPath: /tekton/artifacts name: tekton-internal-artifacts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-l8d9c readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true initContainers: - command: - /ko-app/entrypoint - init - /ko-app/entrypoint - /tekton/bin/entrypoint - step-sleep image: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d imagePullPolicy: IfNotPresent name: prepare resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tekton/bin name: tekton-internal-bin - mountPath: /tekton/steps name: tekton-internal-steps - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-l8d9c readOnly: true workingDir: / nodeName: kind-worker preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: {} serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 volumes: - emptyDir: {} name: tekton-internal-workspace - emptyDir: {} name: tekton-internal-home - emptyDir: {} name: tekton-internal-results - emptyDir: {} name: tekton-internal-steps - emptyDir: {} name: tekton-internal-artifacts - emptyDir: {} name: tekton-internal-bin - downwardAPI: defaultMode: 420 items: - fieldRef: apiVersion: v1 fieldPath: metadata.annotations['tekton.dev/ready'] path: ready name: tekton-internal-downward - emptyDir: medium: Memory name: tekton-creds-init-home-0 - emptyDir: {} name: tekton-internal-run-0 - name: kube-api-access-l8d9c projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace status: conditions: - lastProbeTime: null lastTransitionTime: "2025-05-20T15:55:22Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-05-20T15:55:20Z" message: 'containers with unready status: [step-sleep]' reason: ContainersNotReady status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2025-05-20T15:55:20Z" message: 'containers with unready status: [step-sleep]' reason: ContainersNotReady status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-05-20T15:55:20Z" status: "True" type: PodScheduled containerStatuses: - image: ubuntu imageID: "" lastState: {} name: step-sleep ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing hostIP: 172.18.0.4 initContainerStatuses: - containerID: containerd://2a2ed0500619656dd080c1dd0fb4e106af9e10bf15c3d008f4d5c58715cadc17 image: sha256:9a65a79f35ce81f5ce84372ae390b7faee83effc22186f85a4d933c6144e36e7 imageID: ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d lastState: {} name: prepare ready: true restartCount: 0 started: false state: terminated: containerID: containerd://2a2ed0500619656dd080c1dd0fb4e106af9e10bf15c3d008f4d5c58715cadc17 exitCode: 0 finishedAt: "2025-05-20T15:55:21Z" reason: Completed startedAt: "2025-05-20T15:55:21Z" phase: Pending qosClass: BestEffort startTime: "2025-05-20T15:55:20Z" helper.go:69: ################################################### helper.go:70: ### Dumping logs from Pods in the testcli-m6kd6 ### helper.go:71: ################################################### logs.go:35: build logs >>> Container step-create-new-file: >>> Container step-write-new-stuff: >>> Container step-read: hello logs.go:35: build logs >>> Container step-create-new-file: >>> Container step-write-new-stuff: >>> Container step-read: e2e-test logs.go:35: build logs >>> Container step-create-new-file: >>> Container step-write-new-stuff: >>> Container step-read: e2e-test logs.go:35: build logs >>> Container step-list-files: logs.go:33: Could not get logs for pod sleep-pipeline-run-d8p6g-pipelinetask1-pod: pods "sleep-pipeline-run-d8p6g-pipelinetask1-pod" not found logs.go:35: build logs --- FAIL: TestPipelinesE2E (139.66s) --- PASS: TestPipelinesE2E/Get_list_of_Tasks_from_namespace__testcli-m6kd6 (0.50s) --- FAIL: TestPipelinesE2E/Get_list_of_Pipelines_from_namespace__testcli-m6kd6 (0.52s) --- PASS: TestPipelinesE2E/Get_list_of_pipelines_from_other_namespace_[default]_should_throw_Error (0.35s) --- PASS: TestPipelinesE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path (0.37s) --- PASS: TestPipelinesE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_ (0.22s) --- PASS: TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-m6kd6 (0.39s) --- PASS: TestPipelinesE2E/Start_PipelineRun_using_pipeline_start_command_with_SA_as_'pipeline'_ (40.62s) --- PASS: TestPipelinesE2E/Get_list_of_Taskruns_from_namespace__testcli-m6kd6 (0.24s) --- PASS: TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-m6kd6_after_PipelineRun_completed_successfully (0.19s) --- PASS: TestPipelinesE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (0.24s) --- PASS: TestPipelinesE2E/Start_PipelineRun_with_tkn_pipeline_start_--last (37.72s) --- PASS: TestPipelinesE2E/Start_PipelineRun_with_--workspace_and_volumeClaimTemplate (10.34s) --- PASS: TestPipelinesE2E/Start_PipelineRun_with_--pod-template (38.36s) --- PASS: TestPipelinesE2E/Cancel_finished_PipelineRun_with_tkn_pipelinerun_cancel (0.12s) --- PASS: TestPipelinesE2E/Cancel_PipelineRun_with_tkn_pipelinerun_cancel (2.25s) FAIL FAIL github.com/tektoncd/cli/test/e2e/pipeline 140.364s === RUN TestPipelineRunLogE2E === PAUSE TestPipelineRunLogE2E === RUN TestClusterResolverPipelineRunLogE2E === PAUSE TestClusterResolverPipelineRunLogE2E === CONT TestClusterResolverPipelineRunLogE2E === CONT TestPipelineRunLogE2E I0520 15:53:07.472407 45369 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0520 15:53:07.472547 45369 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0520 15:53:07.472598 45369 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0520 15:53:07.472640 45369 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false 2025/05/20 15:53:07 Create namespace testcli-rrcpj to deploy to 2025/05/20 15:53:07 Create namespace testcli-xhsmf to deploy to 2025/05/20 15:53:07 Verify SA "default" is created in namespace "testcli-rrcpj" 2025/05/20 15:53:07 Verify SA "default" is created in namespace "testcli-xhsmf" === NAME TestClusterResolverPipelineRunLogE2E pipelinerun_test.go:69: Creating pipelinerun in namespace: testcli-xhsmf === RUN TestClusterResolverPipelineRunLogE2E/Pipelinerun_logs_with_resolver__testcli-xhsmf === NAME TestPipelineRunLogE2E pipelinerun_test.go:45: Creating pipelinerun in namespace: testcli-rrcpj === RUN TestPipelineRunLogE2E/Pipelinerun_logs_with_finally__testcli-rrcpj === NAME TestClusterResolverPipelineRunLogE2E pipelinerun_test.go:80: Deleting namespace testcli-xhsmf --- PASS: TestClusterResolverPipelineRunLogE2E (13.45s) --- PASS: TestClusterResolverPipelineRunLogE2E/Pipelinerun_logs_with_resolver__testcli-xhsmf (11.65s) === NAME TestPipelineRunLogE2E pipelinerun_test.go:57: Deleting namespace testcli-rrcpj --- PASS: TestPipelineRunLogE2E (15.50s) --- PASS: TestPipelineRunLogE2E/Pipelinerun_logs_with_finally__testcli-rrcpj (11.74s) PASS ok github.com/tektoncd/cli/test/e2e/pipelinerun 16.697s === RUN TestTknPlugin === PAUSE TestTknPlugin === CONT TestTknPlugin I0520 15:53:07.440361 45370 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0520 15:53:07.441341 45370 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false I0520 15:53:07.441395 45370 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0520 15:53:07.441442 45370 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false 2025/05/20 15:53:07 Create namespace testcli-j2v52 to deploy to 2025/05/20 15:53:07 Verify SA "default" is created in namespace "testcli-j2v52" === RUN TestTknPlugin/Success === RUN TestTknPlugin/Failure === NAME TestTknPlugin plugin_test.go:63: Deleting namespace testcli-j2v52 --- PASS: TestTknPlugin (1.05s) --- PASS: TestTknPlugin/Success (0.34s) --- PASS: TestTknPlugin/Failure (0.51s) PASS ok github.com/tektoncd/cli/test/e2e/plugin 2.231s === RUN TestTaskStartE2E === PAUSE TestTaskStartE2E === CONT TestTaskStartE2E I0520 15:53:14.815639 46764 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false I0520 15:53:14.815699 46764 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false I0520 15:53:14.815787 46764 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false I0520 15:53:14.815831 46764 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false 2025/05/20 15:53:14 Create namespace testcli-fz6fr to deploy to 2025/05/20 15:53:14 Verify SA "default" is created in namespace "testcli-fz6fr" start_test.go:49: Creating Task read-task in namespace: testcli-fz6fr === RUN TestTaskStartE2E/Get_list_of_Tasks_from_namespace__testcli-fz6fr start_test.go:54: Changes occurred while performing diff operation   &v1.TaskList{    TypeMeta: {},    ListMeta: v1.ListMeta{    SelfLink: "", -  ResourceVersion: "3609", +  ResourceVersion: "3611",    Continue: "",    RemainingItemCount: nil,    },    Items: {{TypeMeta: {Kind: "Task", APIVersion: "tekton.dev/v1"}, ObjectMeta: {Name: "read-task", Namespace: "testcli-fz6fr", UID: "087411d2-4b94-4cf2-858f-c4aa3a819411", ResourceVersion: "3578", ...}, Spec: {Params: {{Name: "message", Type: "string", Default: &{Type: "string", StringVal: "hello"}}, {Name: "heading", Type: "string"}}, Steps: {{Name: "write-allowed", Image: "ubuntu", Script: "echo $(params.heading);echo $(params.message) > $(workspaces.wri"...}, {Name: "read-allowed", Image: "ubuntu", Script: "cat $(workspaces.write-allowed.path)/foo | grep $(params.message)"}}, Workspaces: {{Name: "write-allowed", Description: "The folder where we write the message to. If no workspace\nis pro"..., MountPath: "/custom/path/relative/to/root"}}}}},   } === RUN TestTaskStartE2E/Start_TaskRun_using_tkn_start_command_with_SA_as_'pipeline'_ === RUN TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_command_with_--use-param-defaults_and_all_the_params_having_default === RUN TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_command_with_--use-param-defaults_and_some_of_the_params_not_having_default start_test.go:96: ? Value for param `heading` of type `string`? start TaskRun started: read-task-run-k6c6s Waiting for logs to be available... [write-allowed] start [read-allowed] hello === RUN TestTaskStartE2E/Get_list_of_TaskRuns_from_namespace__testcli-fz6fr === RUN TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_command_with_passing_one_param_and_tkn_will_ask_for_other start_test.go:167: ? Value for param `heading` of type `string`? start TaskRun started: read-task-run-7p4qx Waiting for logs to be available... [write-allowed] start [read-allowed] e2e-test === RUN TestTaskStartE2E/Validate_interactive_task_logs,_with__follow_mode_(-f)_ start_test.go:198: ? Select taskrun: read-task-run-7p4qx started 5 seconds ago start e2e-test === NAME TestTaskStartE2E start_test.go:219: Creating Task task-with-workspace in namespace: testcli-fz6fr === RUN TestTaskStartE2E/Start_TaskRun_with_--workspace_and_volumeClaimTemplate === RUN TestTaskStartE2E/Start_TaskRun_with_--pod-template === RUN TestTaskStartE2E/Cancel_finished_TaskRun_with_tkn_taskrun_cancel === NAME TestTaskStartE2E start_test.go:274: Creating Task sleep in namespace: testcli-fz6fr === RUN TestTaskStartE2E/Cancel_TaskRun_with_tkn_taskrun_cancel === RUN TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_with_--last_option === NAME TestTaskStartE2E start_test.go:326: Creating Task task-optional-ws in namespace: testcli-fz6fr === RUN TestTaskStartE2E/Start_Task_interactively_with_optional_workspace_(yes) start_test.go:330: ? Do you want to give specifications for the optional workspace `read-allowed`: ? Do you want to give specifications for the optional workspace `read-allowed`: (y/N) y Please give specifications for the workspace: read-allowed ? Name for the workspace : read-allowed ? Value of the Sub Path : ? Type of the Workspace : emptyDir ? Type of EmptyDir : TaskRun started: task-optional-ws-run-89dlz In order to track the TaskRun progress run: tkn taskrun logs task-optional-ws-run-89dlz -f -n testcli-fz6fr === NAME TestTaskStartE2E start_test.go:390: Deleting namespace testcli-fz6fr --- PASS: TestTaskStartE2E (60.70s) --- PASS: TestTaskStartE2E/Get_list_of_Tasks_from_namespace__testcli-fz6fr (0.16s) --- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_start_command_with_SA_as_'pipeline'_ (6.95s) --- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_command_with_--use-param-defaults_and_all_the_params_having_default (4.77s) --- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_command_with_--use-param-defaults_and_some_of_the_params_not_having_default (5.01s) --- PASS: TestTaskStartE2E/Get_list_of_TaskRuns_from_namespace__testcli-fz6fr (1.23s) --- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_command_with_passing_one_param_and_tkn_will_ask_for_other (4.80s) --- PASS: TestTaskStartE2E/Validate_interactive_task_logs,_with__follow_mode_(-f)_ (0.13s) --- PASS: TestTaskStartE2E/Start_TaskRun_with_--workspace_and_volumeClaimTemplate (9.87s) --- PASS: TestTaskStartE2E/Start_TaskRun_with_--pod-template (5.71s) --- PASS: TestTaskStartE2E/Cancel_finished_TaskRun_with_tkn_taskrun_cancel (1.12s) --- PASS: TestTaskStartE2E/Cancel_TaskRun_with_tkn_taskrun_cancel (2.28s) --- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_with_--last_option (7.98s) --- PASS: TestTaskStartE2E/Start_Task_interactively_with_optional_workspace_(yes) (6.15s) PASS ok github.com/tektoncd/cli/test/e2e/task 62.283s FAIL Finished run, return code is 1 mktemp: failed to create file via template '/workspace/source/artifacts/junit_XXXXXXXX': No such file or directory XML report written to .xml *************************************** *** E2E TEST FAILED *** *** Start of information dump *** *************************************** >>> All resources: NAMESPACE NAME READY STATUS RESTARTS AGE kube-system pod/coredns-5dd5756b68-7xwjg 1/1 Running 0 11m kube-system pod/coredns-5dd5756b68-jdj9b 1/1 Running 0 11m kube-system pod/etcd-kind-control-plane 1/1 Running 0 11m kube-system pod/kindnet-f7v9x 1/1 Running 0 11m kube-system pod/kindnet-khsk5 1/1 Running 0 11m kube-system pod/kindnet-rgpqn 1/1 Running 0 11m kube-system pod/kindnet-srhjw 1/1 Running 0 11m kube-system pod/kube-apiserver-kind-control-plane 1/1 Running 0 11m kube-system pod/kube-controller-manager-kind-control-plane 1/1 Running 0 11m kube-system pod/kube-proxy-6pb52 1/1 Running 0 11m kube-system pod/kube-proxy-8njxq 1/1 Running 0 11m kube-system pod/kube-proxy-hvnnj 1/1 Running 0 11m kube-system pod/kube-proxy-z2fhq 1/1 Running 0 11m kube-system pod/kube-scheduler-kind-control-plane 1/1 Running 0 11m local-path-storage pod/local-path-provisioner-75b59d495-qzx45 1/1 Running 0 11m metallb-system pod/controller-5c6b6c8447-wrhsd 1/1 Running 0 11m metallb-system pod/speaker-8l6bq 1/1 Running 0 11m metallb-system pod/speaker-c7xgg 1/1 Running 0 11m metallb-system pod/speaker-cj4pc 1/1 Running 0 11m metallb-system pod/speaker-dcjdn 1/1 Running 0 11m tekton-pipelines-resolvers pod/tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n 1/1 Running 0 7m25s tekton-pipelines pod/tekton-events-controller-6df55bd757-7l9sq 1/1 Running 0 7m25s tekton-pipelines pod/tekton-pipelines-controller-c5bf6d777-cxpvk 1/1 Running 0 7m25s tekton-pipelines pod/tekton-pipelines-webhook-6d78d58d64-286vs 1/1 Running 0 7m25s tekton-pipelines pod/tekton-triggers-controller-5bc849d7d5-vxrbx 1/1 Running 0 7m12s tekton-pipelines pod/tekton-triggers-core-interceptors-7744c878f7-9swcq 1/1 Running 0 7m5s tekton-pipelines pod/tekton-triggers-webhook-55d565dbb-f5stv 1/1 Running 0 7m12s testcli-m6kd6 pod/output-pipeline-run-5rvf8-first-create-file-pod 0/3 Completed 0 44s testcli-m6kd6 pod/output-pipeline-run-dn25r-first-create-file-pod 0/3 Completed 0 2m15s testcli-m6kd6 pod/output-pipeline-run-r87qr-first-create-file-pod 0/3 Completed 0 93s testcli-m6kd6 pod/pipeline-with-workspace-run-q9dnz-reader-pod 0/1 Completed 0 55s NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default service/kubernetes ClusterIP 10.96.0.1 443/TCP 11m kube-system service/kube-dns ClusterIP 10.96.0.10 53/UDP,53/TCP,9153/TCP 11m metallb-system service/webhook-service ClusterIP 10.96.224.151 443/TCP 11m tekton-pipelines-resolvers service/tekton-pipelines-remote-resolvers ClusterIP 10.96.252.210 9090/TCP,8008/TCP,8080/TCP 7m25s tekton-pipelines service/tekton-events-controller ClusterIP 10.96.143.81 9090/TCP,8008/TCP,8080/TCP 7m25s tekton-pipelines service/tekton-pipelines-controller ClusterIP 10.96.155.52 9090/TCP,8008/TCP,8080/TCP 7m25s tekton-pipelines service/tekton-pipelines-webhook ClusterIP 10.96.51.194 9090/TCP,8008/TCP,443/TCP,8080/TCP 7m25s tekton-pipelines service/tekton-triggers-controller ClusterIP 10.96.176.50 9000/TCP 7m12s tekton-pipelines service/tekton-triggers-core-interceptors ClusterIP 10.96.116.190 8443/TCP 7m5s tekton-pipelines service/tekton-triggers-webhook ClusterIP 10.96.150.114 443/TCP 7m12s NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE kube-system daemonset.apps/kindnet 4 4 4 4 4 kubernetes.io/os=linux 11m kube-system daemonset.apps/kube-proxy 4 4 4 4 4 kubernetes.io/os=linux 11m metallb-system daemonset.apps/speaker 4 4 4 4 4 kubernetes.io/os=linux 11m NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE kube-system deployment.apps/coredns 2/2 2 2 11m local-path-storage deployment.apps/local-path-provisioner 1/1 1 1 11m metallb-system deployment.apps/controller 1/1 1 1 11m tekton-pipelines-resolvers deployment.apps/tekton-pipelines-remote-resolvers 1/1 1 1 7m25s tekton-pipelines deployment.apps/tekton-events-controller 1/1 1 1 7m25s tekton-pipelines deployment.apps/tekton-pipelines-controller 1/1 1 1 7m25s tekton-pipelines deployment.apps/tekton-pipelines-webhook 1/1 1 1 7m25s tekton-pipelines deployment.apps/tekton-triggers-controller 1/1 1 1 7m12s tekton-pipelines deployment.apps/tekton-triggers-core-interceptors 1/1 1 1 7m5s tekton-pipelines deployment.apps/tekton-triggers-webhook 1/1 1 1 7m12s NAMESPACE NAME DESIRED CURRENT READY AGE kube-system replicaset.apps/coredns-5dd5756b68 2 2 2 11m local-path-storage replicaset.apps/local-path-provisioner-75b59d495 1 1 1 11m metallb-system replicaset.apps/controller-5c6b6c8447 1 1 1 11m tekton-pipelines-resolvers replicaset.apps/tekton-pipelines-remote-resolvers-7bb7bc4b84 1 1 1 7m25s tekton-pipelines replicaset.apps/tekton-events-controller-6df55bd757 1 1 1 7m25s tekton-pipelines replicaset.apps/tekton-pipelines-controller-c5bf6d777 1 1 1 7m25s tekton-pipelines replicaset.apps/tekton-pipelines-webhook-6d78d58d64 1 1 1 7m25s tekton-pipelines replicaset.apps/tekton-triggers-controller-5bc849d7d5 1 1 1 7m12s tekton-pipelines replicaset.apps/tekton-triggers-core-interceptors-7744c878f7 1 1 1 7m5s tekton-pipelines replicaset.apps/tekton-triggers-webhook-55d565dbb 1 1 1 7m12s NAMESPACE NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE tekton-pipelines horizontalpodautoscaler.autoscaling/tekton-pipelines-webhook Deployment/tekton-pipelines-webhook /100% 1 5 1 7m25s >>> Services: NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default kubernetes ClusterIP 10.96.0.1 443/TCP 11m kube-system kube-dns ClusterIP 10.96.0.10 53/UDP,53/TCP,9153/TCP 11m metallb-system webhook-service ClusterIP 10.96.224.151 443/TCP 11m tekton-pipelines-resolvers tekton-pipelines-remote-resolvers ClusterIP 10.96.252.210 9090/TCP,8008/TCP,8080/TCP 7m25s tekton-pipelines tekton-events-controller ClusterIP 10.96.143.81 9090/TCP,8008/TCP,8080/TCP 7m25s tekton-pipelines tekton-pipelines-controller ClusterIP 10.96.155.52 9090/TCP,8008/TCP,8080/TCP 7m25s tekton-pipelines tekton-pipelines-webhook ClusterIP 10.96.51.194 9090/TCP,8008/TCP,443/TCP,8080/TCP 7m25s tekton-pipelines tekton-triggers-controller ClusterIP 10.96.176.50 9000/TCP 7m12s tekton-pipelines tekton-triggers-core-interceptors ClusterIP 10.96.116.190 8443/TCP 7m5s tekton-pipelines tekton-triggers-webhook ClusterIP 10.96.150.114 443/TCP 7m12s >>> Events: NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE default 11m Normal Starting node/kind-control-plane Starting kubelet. default 11m Warning InvalidDiskCapacity node/kind-control-plane invalid capacity 0 on image filesystem default 11m Normal NodeHasSufficientMemory node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientMemory default 11m Normal NodeHasNoDiskPressure node/kind-control-plane Node kind-control-plane status is now: NodeHasNoDiskPressure default 11m Normal NodeHasSufficientPID node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientPID default 11m Normal NodeAllocatableEnforced node/kind-control-plane Updated Node Allocatable limit across pods default 11m Normal Starting node/kind-control-plane Starting kubelet. default 11m Warning InvalidDiskCapacity node/kind-control-plane invalid capacity 0 on image filesystem default 11m Normal NodeAllocatableEnforced node/kind-control-plane Updated Node Allocatable limit across pods default 11m Normal NodeHasSufficientMemory node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientMemory default 11m Normal NodeHasNoDiskPressure node/kind-control-plane Node kind-control-plane status is now: NodeHasNoDiskPressure default 11m Normal NodeHasSufficientPID node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientPID default 11m Normal RegisteredNode node/kind-control-plane Node kind-control-plane event: Registered Node kind-control-plane in Controller default 11m Normal Starting node/kind-control-plane default 11m Normal NodeReady node/kind-control-plane Node kind-control-plane status is now: NodeReady default 11m Normal NodeHasSufficientMemory node/kind-worker Node kind-worker status is now: NodeHasSufficientMemory default 11m Normal NodeHasNoDiskPressure node/kind-worker Node kind-worker status is now: NodeHasNoDiskPressure default 11m Normal NodeHasSufficientPID node/kind-worker Node kind-worker status is now: NodeHasSufficientPID default 11m Normal RegisteredNode node/kind-worker Node kind-worker event: Registered Node kind-worker in Controller default 11m Normal Starting node/kind-worker default 11m Normal NodeReady node/kind-worker Node kind-worker status is now: NodeReady default 11m Normal NodeHasSufficientMemory node/kind-worker2 Node kind-worker2 status is now: NodeHasSufficientMemory default 11m Normal NodeHasNoDiskPressure node/kind-worker2 Node kind-worker2 status is now: NodeHasNoDiskPressure default 11m Normal NodeHasSufficientPID node/kind-worker2 Node kind-worker2 status is now: NodeHasSufficientPID default 11m Normal RegisteredNode node/kind-worker2 Node kind-worker2 event: Registered Node kind-worker2 in Controller default 11m Normal Starting node/kind-worker2 default 11m Normal NodeReady node/kind-worker2 Node kind-worker2 status is now: NodeReady default 11m Normal NodeHasSufficientMemory node/kind-worker3 Node kind-worker3 status is now: NodeHasSufficientMemory default 11m Normal NodeHasNoDiskPressure node/kind-worker3 Node kind-worker3 status is now: NodeHasNoDiskPressure default 11m Normal NodeHasSufficientPID node/kind-worker3 Node kind-worker3 status is now: NodeHasSufficientPID default 11m Normal Starting node/kind-worker3 default 11m Normal RegisteredNode node/kind-worker3 Node kind-worker3 event: Registered Node kind-worker3 in Controller default 11m Normal NodeReady node/kind-worker3 Node kind-worker3 status is now: NodeReady kube-system 11m Warning FailedScheduling pod/coredns-5dd5756b68-7xwjg 0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.. kube-system 11m Normal Scheduled pod/coredns-5dd5756b68-7xwjg Successfully assigned kube-system/coredns-5dd5756b68-7xwjg to kind-control-plane kube-system 11m Normal Pulled pod/coredns-5dd5756b68-7xwjg Container image "registry.k8s.io/coredns/coredns:v1.10.1" already present on machine kube-system 11m Normal Created pod/coredns-5dd5756b68-7xwjg Created container coredns kube-system 11m Normal Started pod/coredns-5dd5756b68-7xwjg Started container coredns kube-system 11m Warning FailedScheduling pod/coredns-5dd5756b68-jdj9b 0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.. kube-system 11m Normal Scheduled pod/coredns-5dd5756b68-jdj9b Successfully assigned kube-system/coredns-5dd5756b68-jdj9b to kind-control-plane kube-system 11m Normal Pulled pod/coredns-5dd5756b68-jdj9b Container image "registry.k8s.io/coredns/coredns:v1.10.1" already present on machine kube-system 11m Normal Created pod/coredns-5dd5756b68-jdj9b Created container coredns kube-system 11m Normal Started pod/coredns-5dd5756b68-jdj9b Started container coredns kube-system 11m Normal SuccessfulCreate replicaset/coredns-5dd5756b68 Created pod: coredns-5dd5756b68-7xwjg kube-system 11m Normal SuccessfulCreate replicaset/coredns-5dd5756b68 Created pod: coredns-5dd5756b68-jdj9b kube-system 11m Normal ScalingReplicaSet deployment/coredns Scaled up replica set coredns-5dd5756b68 to 2 kube-system 11m Normal Pulled pod/etcd-kind-control-plane Container image "registry.k8s.io/etcd:3.5.12-0" already present on machine kube-system 11m Normal Created pod/etcd-kind-control-plane Created container etcd kube-system 11m Normal Started pod/etcd-kind-control-plane Started container etcd kube-system 11m Normal Scheduled pod/kindnet-f7v9x Successfully assigned kube-system/kindnet-f7v9x to kind-worker2 kube-system 11m Normal Pulled pod/kindnet-f7v9x Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine kube-system 11m Normal Created pod/kindnet-f7v9x Created container kindnet-cni kube-system 11m Normal Started pod/kindnet-f7v9x Started container kindnet-cni kube-system 11m Normal Scheduled pod/kindnet-khsk5 Successfully assigned kube-system/kindnet-khsk5 to kind-control-plane kube-system 11m Warning FailedMount pod/kindnet-khsk5 MountVolume.SetUp failed for volume "kube-api-access-lfvbp" : configmap "kube-root-ca.crt" not found kube-system 11m Normal Pulled pod/kindnet-khsk5 Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine kube-system 11m Normal Created pod/kindnet-khsk5 Created container kindnet-cni kube-system 11m Normal Started pod/kindnet-khsk5 Started container kindnet-cni kube-system 11m Normal Scheduled pod/kindnet-rgpqn Successfully assigned kube-system/kindnet-rgpqn to kind-worker kube-system 11m Normal Pulled pod/kindnet-rgpqn Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine kube-system 11m Normal Created pod/kindnet-rgpqn Created container kindnet-cni kube-system 11m Normal Started pod/kindnet-rgpqn Started container kindnet-cni kube-system 11m Normal Scheduled pod/kindnet-srhjw Successfully assigned kube-system/kindnet-srhjw to kind-worker3 kube-system 11m Normal Pulled pod/kindnet-srhjw Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine kube-system 11m Normal Created pod/kindnet-srhjw Created container kindnet-cni kube-system 11m Normal Started pod/kindnet-srhjw Started container kindnet-cni kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-khsk5 kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-srhjw kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-f7v9x kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-rgpqn kube-system 11m Normal Pulled pod/kube-apiserver-kind-control-plane Container image "registry.k8s.io/kube-apiserver:v1.28.9" already present on machine kube-system 11m Normal Created pod/kube-apiserver-kind-control-plane Created container kube-apiserver kube-system 11m Normal Started pod/kube-apiserver-kind-control-plane Started container kube-apiserver kube-system 11m Warning NodeNotReady pod/kube-apiserver-kind-control-plane Node is not ready kube-system 11m Normal Pulled pod/kube-controller-manager-kind-control-plane Container image "registry.k8s.io/kube-controller-manager:v1.28.9" already present on machine kube-system 11m Normal Created pod/kube-controller-manager-kind-control-plane Created container kube-controller-manager kube-system 11m Normal Started pod/kube-controller-manager-kind-control-plane Started container kube-controller-manager kube-system 11m Warning NodeNotReady pod/kube-controller-manager-kind-control-plane Node is not ready kube-system 11m Normal LeaderElection lease/kube-controller-manager kind-control-plane_81a2510d-e1b2-4428-879a-2bcf550bbf32 became leader kube-system 11m Normal Scheduled pod/kube-proxy-6pb52 Successfully assigned kube-system/kube-proxy-6pb52 to kind-worker3 kube-system 11m Normal Pulled pod/kube-proxy-6pb52 Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine kube-system 11m Normal Created pod/kube-proxy-6pb52 Created container kube-proxy kube-system 11m Normal Started pod/kube-proxy-6pb52 Started container kube-proxy kube-system 11m Normal Scheduled pod/kube-proxy-8njxq Successfully assigned kube-system/kube-proxy-8njxq to kind-worker kube-system 11m Normal Pulled pod/kube-proxy-8njxq Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine kube-system 11m Normal Created pod/kube-proxy-8njxq Created container kube-proxy kube-system 11m Normal Started pod/kube-proxy-8njxq Started container kube-proxy kube-system 11m Normal Scheduled pod/kube-proxy-hvnnj Successfully assigned kube-system/kube-proxy-hvnnj to kind-control-plane kube-system 11m Warning FailedMount pod/kube-proxy-hvnnj MountVolume.SetUp failed for volume "kube-api-access-8qjww" : configmap "kube-root-ca.crt" not found kube-system 11m Normal Pulled pod/kube-proxy-hvnnj Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine kube-system 11m Normal Created pod/kube-proxy-hvnnj Created container kube-proxy kube-system 11m Normal Started pod/kube-proxy-hvnnj Started container kube-proxy kube-system 11m Normal Scheduled pod/kube-proxy-z2fhq Successfully assigned kube-system/kube-proxy-z2fhq to kind-worker2 kube-system 11m Normal Pulled pod/kube-proxy-z2fhq Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine kube-system 11m Warning Failed pod/kube-proxy-z2fhq Error: services have not yet been read at least once, cannot construct envvars kube-system 11m Normal Created pod/kube-proxy-z2fhq Created container kube-proxy kube-system 11m Normal Started pod/kube-proxy-z2fhq Started container kube-proxy kube-system 11m Normal SuccessfulCreate daemonset/kube-proxy Created pod: kube-proxy-hvnnj kube-system 11m Normal SuccessfulCreate daemonset/kube-proxy Created pod: kube-proxy-6pb52 kube-system 11m Normal SuccessfulCreate daemonset/kube-proxy Created pod: kube-proxy-z2fhq kube-system 11m Normal SuccessfulCreate daemonset/kube-proxy Created pod: kube-proxy-8njxq kube-system 11m Normal Pulled pod/kube-scheduler-kind-control-plane Container image "registry.k8s.io/kube-scheduler:v1.28.9" already present on machine kube-system 11m Normal Created pod/kube-scheduler-kind-control-plane Created container kube-scheduler kube-system 11m Normal Started pod/kube-scheduler-kind-control-plane Started container kube-scheduler kube-system 11m Warning NodeNotReady pod/kube-scheduler-kind-control-plane Node is not ready kube-system 11m Normal LeaderElection lease/kube-scheduler kind-control-plane_139a4faa-24e7-459d-bf6d-02e07097fcc6 became leader local-path-storage 105s Normal Pulled pod/helper-pod-create-pvc-1f11bb12-97d5-474f-97f7-b3e6388aa58e Container image "docker.io/kindest/local-path-helper:v20230510-486859a6" already present on machine local-path-storage 104s Normal Created pod/helper-pod-create-pvc-1f11bb12-97d5-474f-97f7-b3e6388aa58e Created container helper-pod local-path-storage 104s Normal Started pod/helper-pod-create-pvc-1f11bb12-97d5-474f-97f7-b3e6388aa58e Started container helper-pod local-path-storage 55s Normal Pulled pod/helper-pod-create-pvc-8b1cd55c-3bf2-4b76-bb95-afd67886b32f Container image "docker.io/kindest/local-path-helper:v20230510-486859a6" already present on machine local-path-storage 55s Normal Created pod/helper-pod-create-pvc-8b1cd55c-3bf2-4b76-bb95-afd67886b32f Created container helper-pod local-path-storage 55s Normal Started pod/helper-pod-create-pvc-8b1cd55c-3bf2-4b76-bb95-afd67886b32f Started container helper-pod local-path-storage 64s Normal Pulled pod/helper-pod-delete-pvc-1f11bb12-97d5-474f-97f7-b3e6388aa58e Container image "docker.io/kindest/local-path-helper:v20230510-486859a6" already present on machine local-path-storage 64s Normal Created pod/helper-pod-delete-pvc-1f11bb12-97d5-474f-97f7-b3e6388aa58e Created container helper-pod local-path-storage 64s Normal Started pod/helper-pod-delete-pvc-1f11bb12-97d5-474f-97f7-b3e6388aa58e Started container helper-pod local-path-storage 11m Warning FailedScheduling pod/local-path-provisioner-75b59d495-qzx45 0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.. local-path-storage 11m Normal Scheduled pod/local-path-provisioner-75b59d495-qzx45 Successfully assigned local-path-storage/local-path-provisioner-75b59d495-qzx45 to kind-control-plane local-path-storage 11m Normal Pulled pod/local-path-provisioner-75b59d495-qzx45 Container image "docker.io/kindest/local-path-provisioner:v20240513-b9bba138" already present on machine local-path-storage 11m Normal Created pod/local-path-provisioner-75b59d495-qzx45 Created container local-path-provisioner local-path-storage 11m Normal Started pod/local-path-provisioner-75b59d495-qzx45 Started container local-path-provisioner local-path-storage 11m Normal SuccessfulCreate replicaset/local-path-provisioner-75b59d495 Created pod: local-path-provisioner-75b59d495-qzx45 local-path-storage 11m Normal ScalingReplicaSet deployment/local-path-provisioner Scaled up replica set local-path-provisioner-75b59d495 to 1 metallb-system 11m Warning FailedScheduling pod/controller-5c6b6c8447-wrhsd 0/4 nodes are available: 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 3 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.. metallb-system 11m Normal Scheduled pod/controller-5c6b6c8447-wrhsd Successfully assigned metallb-system/controller-5c6b6c8447-wrhsd to kind-worker3 metallb-system 11m Normal Pulling pod/controller-5c6b6c8447-wrhsd Pulling image "quay.io/metallb/controller:v0.13.10" metallb-system 11m Normal Pulled pod/controller-5c6b6c8447-wrhsd Successfully pulled image "quay.io/metallb/controller:v0.13.10" in 2.757s (2.758s including waiting) metallb-system 11m Normal Created pod/controller-5c6b6c8447-wrhsd Created container controller metallb-system 11m Normal Started pod/controller-5c6b6c8447-wrhsd Started container controller metallb-system 11m Normal SuccessfulCreate replicaset/controller-5c6b6c8447 Created pod: controller-5c6b6c8447-wrhsd metallb-system 11m Normal ScalingReplicaSet deployment/controller Scaled up replica set controller-5c6b6c8447 to 1 metallb-system 11m Normal Scheduled pod/speaker-8l6bq Successfully assigned metallb-system/speaker-8l6bq to kind-control-plane metallb-system 11m Normal Pulling pod/speaker-8l6bq Pulling image "quay.io/metallb/speaker:v0.13.10" metallb-system 11m Normal Pulled pod/speaker-8l6bq Successfully pulled image "quay.io/metallb/speaker:v0.13.10" in 3.131s (3.131s including waiting) metallb-system 11m Normal Created pod/speaker-8l6bq Created container speaker metallb-system 11m Normal Started pod/speaker-8l6bq Started container speaker metallb-system 11m Normal Scheduled pod/speaker-c7xgg Successfully assigned metallb-system/speaker-c7xgg to kind-worker2 metallb-system 11m Normal Pulling pod/speaker-c7xgg Pulling image "quay.io/metallb/speaker:v0.13.10" metallb-system 10m Normal Pulled pod/speaker-c7xgg Successfully pulled image "quay.io/metallb/speaker:v0.13.10" in 6.952s (6.953s including waiting) metallb-system 10m Normal Created pod/speaker-c7xgg Created container speaker metallb-system 10m Normal Started pod/speaker-c7xgg Started container speaker metallb-system 11m Normal Scheduled pod/speaker-cj4pc Successfully assigned metallb-system/speaker-cj4pc to kind-worker3 metallb-system 11m Normal Pulling pod/speaker-cj4pc Pulling image "quay.io/metallb/speaker:v0.13.10" metallb-system 10m Normal Pulled pod/speaker-cj4pc Successfully pulled image "quay.io/metallb/speaker:v0.13.10" in 7.426s (10.182s including waiting) metallb-system 10m Normal Created pod/speaker-cj4pc Created container speaker metallb-system 10m Normal Started pod/speaker-cj4pc Started container speaker metallb-system 11m Normal Scheduled pod/speaker-dcjdn Successfully assigned metallb-system/speaker-dcjdn to kind-worker metallb-system 11m Normal Pulling pod/speaker-dcjdn Pulling image "quay.io/metallb/speaker:v0.13.10" metallb-system 10m Normal Pulled pod/speaker-dcjdn Successfully pulled image "quay.io/metallb/speaker:v0.13.10" in 8.987s (8.987s including waiting) metallb-system 10m Normal Created pod/speaker-dcjdn Created container speaker metallb-system 10m Normal Started pod/speaker-dcjdn Started container speaker metallb-system 11m Normal SuccessfulCreate daemonset/speaker Created pod: speaker-8l6bq metallb-system 11m Normal SuccessfulCreate daemonset/speaker Created pod: speaker-cj4pc metallb-system 11m Normal SuccessfulCreate daemonset/speaker Created pod: speaker-c7xgg metallb-system 11m Normal SuccessfulCreate daemonset/speaker Created pod: speaker-dcjdn tekton-pipelines-resolvers 7m26s Normal Scheduled pod/tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n Successfully assigned tekton-pipelines-resolvers/tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n to kind-worker tekton-pipelines-resolvers 7m26s Normal Pulling pod/tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n Pulling image "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.0.0@sha256:26598b51b993dcdb4d1576b95d52fe9bfd497ecc8f9296654bc444013b033626" tekton-pipelines-resolvers 7m20s Normal Pulled pod/tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n Successfully pulled image "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.0.0@sha256:26598b51b993dcdb4d1576b95d52fe9bfd497ecc8f9296654bc444013b033626" in 3.147s (5.295s including waiting) tekton-pipelines-resolvers 7m20s Normal Created pod/tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n Created container controller tekton-pipelines-resolvers 7m20s Normal Started pod/tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n Started container controller tekton-pipelines-resolvers 7m26s Normal SuccessfulCreate replicaset/tekton-pipelines-remote-resolvers-7bb7bc4b84 Created pod: tekton-pipelines-remote-resolvers-7bb7bc4b84-zls9n tekton-pipelines-resolvers 7m26s Normal ScalingReplicaSet deployment/tekton-pipelines-remote-resolvers Scaled up replica set tekton-pipelines-remote-resolvers-7bb7bc4b84 to 1 tekton-pipelines 7m26s Normal Scheduled pod/tekton-events-controller-6df55bd757-7l9sq Successfully assigned tekton-pipelines/tekton-events-controller-6df55bd757-7l9sq to kind-worker2 tekton-pipelines 7m26s Normal Pulling pod/tekton-events-controller-6df55bd757-7l9sq Pulling image "ghcr.io/tektoncd/pipeline/events-a9042f7efb0cbade2a868a1ee5ddd52c:v1.0.0@sha256:592ecbb109e317cd2b9bf3aa914429c6043402f579ee4ecc242d5fde29dffaab" tekton-pipelines 7m24s Normal Pulled pod/tekton-events-controller-6df55bd757-7l9sq Successfully pulled image "ghcr.io/tektoncd/pipeline/events-a9042f7efb0cbade2a868a1ee5ddd52c:v1.0.0@sha256:592ecbb109e317cd2b9bf3aa914429c6043402f579ee4ecc242d5fde29dffaab" in 2.146s (2.146s including waiting) tekton-pipelines 7m24s Normal Created pod/tekton-events-controller-6df55bd757-7l9sq Created container tekton-events-controller tekton-pipelines 7m23s Normal Started pod/tekton-events-controller-6df55bd757-7l9sq Started container tekton-events-controller tekton-pipelines 7m26s Normal SuccessfulCreate replicaset/tekton-events-controller-6df55bd757 Created pod: tekton-events-controller-6df55bd757-7l9sq tekton-pipelines 7m26s Normal ScalingReplicaSet deployment/tekton-events-controller Scaled up replica set tekton-events-controller-6df55bd757 to 1 tekton-pipelines 7m26s Normal Scheduled pod/tekton-pipelines-controller-c5bf6d777-cxpvk Successfully assigned tekton-pipelines/tekton-pipelines-controller-c5bf6d777-cxpvk to kind-worker tekton-pipelines 7m26s Normal Pulling pod/tekton-pipelines-controller-c5bf6d777-cxpvk Pulling image "ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.0.0@sha256:3ea85d91808ffa72cf56958c219ab515ef6bd319f6b8501b288a3a54b69806d7" tekton-pipelines 7m23s Normal Pulled pod/tekton-pipelines-controller-c5bf6d777-cxpvk Successfully pulled image "ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.0.0@sha256:3ea85d91808ffa72cf56958c219ab515ef6bd319f6b8501b288a3a54b69806d7" in 2.458s (2.458s including waiting) tekton-pipelines 7m23s Normal Created pod/tekton-pipelines-controller-c5bf6d777-cxpvk Created container tekton-pipelines-controller tekton-pipelines 7m23s Normal Started pod/tekton-pipelines-controller-c5bf6d777-cxpvk Started container tekton-pipelines-controller tekton-pipelines 7m26s Normal SuccessfulCreate replicaset/tekton-pipelines-controller-c5bf6d777 Created pod: tekton-pipelines-controller-c5bf6d777-cxpvk tekton-pipelines 7m26s Normal ScalingReplicaSet deployment/tekton-pipelines-controller Scaled up replica set tekton-pipelines-controller-c5bf6d777 to 1 tekton-pipelines 7m26s Normal Scheduled pod/tekton-pipelines-webhook-6d78d58d64-286vs Successfully assigned tekton-pipelines/tekton-pipelines-webhook-6d78d58d64-286vs to kind-worker2 tekton-pipelines 7m26s Normal Pulling pod/tekton-pipelines-webhook-6d78d58d64-286vs Pulling image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v1.0.0@sha256:460ce6c48202ab21cf5d83253a74fa22f87ea511aa66606b4be8168ef3ecfe7d" tekton-pipelines 7m22s Normal Pulled pod/tekton-pipelines-webhook-6d78d58d64-286vs Successfully pulled image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v1.0.0@sha256:460ce6c48202ab21cf5d83253a74fa22f87ea511aa66606b4be8168ef3ecfe7d" in 2.073s (4.026s including waiting) tekton-pipelines 7m21s Normal Created pod/tekton-pipelines-webhook-6d78d58d64-286vs Created container webhook tekton-pipelines 7m21s Normal Started pod/tekton-pipelines-webhook-6d78d58d64-286vs Started container webhook tekton-pipelines 7m26s Normal SuccessfulCreate replicaset/tekton-pipelines-webhook-6d78d58d64 Created pod: tekton-pipelines-webhook-6d78d58d64-286vs tekton-pipelines 7m26s Normal ScalingReplicaSet deployment/tekton-pipelines-webhook Scaled up replica set tekton-pipelines-webhook-6d78d58d64 to 1 tekton-pipelines 2m10s Warning FailedGetResourceMetric horizontalpodautoscaler/tekton-pipelines-webhook failed to get cpu utilization: unable to get metrics for resource cpu: unable to fetch metrics from resource metrics API: the server could not find the requested resource (get pods.metrics.k8s.io) tekton-pipelines 4m26s Warning FailedComputeMetricsReplicas horizontalpodautoscaler/tekton-pipelines-webhook invalid metrics (1 invalid out of 1), first error is: failed to get cpu resource metric value: failed to get cpu utilization: unable to get metrics for resource cpu: unable to fetch metrics from resource metrics API: the server could not find the requested resource (get pods.metrics.k8s.io) tekton-pipelines 7m13s Normal Scheduled pod/tekton-triggers-controller-5bc849d7d5-vxrbx Successfully assigned tekton-pipelines/tekton-triggers-controller-5bc849d7d5-vxrbx to kind-worker3 tekton-pipelines 7m13s Normal Pulling pod/tekton-triggers-controller-5bc849d7d5-vxrbx Pulling image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20250520-4dbb0a6813@sha256:01e86db7fc521af0f1538bc2705509c2ea8c64ba73299778bd9a34b31f14b954" tekton-pipelines 7m10s Normal Pulled pod/tekton-triggers-controller-5bc849d7d5-vxrbx Successfully pulled image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20250520-4dbb0a6813@sha256:01e86db7fc521af0f1538bc2705509c2ea8c64ba73299778bd9a34b31f14b954" in 2.721s (2.721s including waiting) tekton-pipelines 7m10s Normal Created pod/tekton-triggers-controller-5bc849d7d5-vxrbx Created container tekton-triggers-controller tekton-pipelines 7m10s Normal Started pod/tekton-triggers-controller-5bc849d7d5-vxrbx Started container tekton-triggers-controller tekton-pipelines 7m13s Normal SuccessfulCreate replicaset/tekton-triggers-controller-5bc849d7d5 Created pod: tekton-triggers-controller-5bc849d7d5-vxrbx tekton-pipelines 7m13s Normal ScalingReplicaSet deployment/tekton-triggers-controller Scaled up replica set tekton-triggers-controller-5bc849d7d5 to 1 tekton-pipelines 7m6s Normal Scheduled pod/tekton-triggers-core-interceptors-7744c878f7-9swcq Successfully assigned tekton-pipelines/tekton-triggers-core-interceptors-7744c878f7-9swcq to kind-worker2 tekton-pipelines 7m6s Normal Pulling pod/tekton-triggers-core-interceptors-7744c878f7-9swcq Pulling image "ghcr.io/tektoncd/triggers/interceptors-3176d6a3f314c3655b30bfd36e421dd5:v20250520-4dbb0a6813@sha256:2e23862066efe8a2aa6b569b47b40b426e4d3aff61da8576586e74eae8c3c4fd" tekton-pipelines 7m4s Normal Pulled pod/tekton-triggers-core-interceptors-7744c878f7-9swcq Successfully pulled image "ghcr.io/tektoncd/triggers/interceptors-3176d6a3f314c3655b30bfd36e421dd5:v20250520-4dbb0a6813@sha256:2e23862066efe8a2aa6b569b47b40b426e4d3aff61da8576586e74eae8c3c4fd" in 2s (2s including waiting) tekton-pipelines 7m4s Normal Created pod/tekton-triggers-core-interceptors-7744c878f7-9swcq Created container tekton-triggers-core-interceptors tekton-pipelines 7m4s Normal Started pod/tekton-triggers-core-interceptors-7744c878f7-9swcq Started container tekton-triggers-core-interceptors tekton-pipelines 7m6s Normal SuccessfulCreate replicaset/tekton-triggers-core-interceptors-7744c878f7 Created pod: tekton-triggers-core-interceptors-7744c878f7-9swcq tekton-pipelines 7m6s Normal ScalingReplicaSet deployment/tekton-triggers-core-interceptors Scaled up replica set tekton-triggers-core-interceptors-7744c878f7 to 1 tekton-pipelines 7m13s Normal Scheduled pod/tekton-triggers-webhook-55d565dbb-f5stv Successfully assigned tekton-pipelines/tekton-triggers-webhook-55d565dbb-f5stv to kind-worker3 tekton-pipelines 7m13s Normal Pulling pod/tekton-triggers-webhook-55d565dbb-f5stv Pulling image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20250520-4dbb0a6813@sha256:1a4e1d9bcea75c1dcbbf649eec7bd1125deb65266edde4e4875acab3276a7483" tekton-pipelines 7m8s Normal Pulled pod/tekton-triggers-webhook-55d565dbb-f5stv Successfully pulled image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20250520-4dbb0a6813@sha256:1a4e1d9bcea75c1dcbbf649eec7bd1125deb65266edde4e4875acab3276a7483" in 1.738s (4.421s including waiting) tekton-pipelines 7m8s Normal Created pod/tekton-triggers-webhook-55d565dbb-f5stv Created container webhook tekton-pipelines 7m8s Normal Started pod/tekton-triggers-webhook-55d565dbb-f5stv Started container webhook tekton-pipelines 7m13s Normal SuccessfulCreate replicaset/tekton-triggers-webhook-55d565dbb Created pod: tekton-triggers-webhook-55d565dbb-f5stv tekton-pipelines 7m13s Normal ScalingReplicaSet deployment/tekton-triggers-webhook Scaled up replica set tekton-triggers-webhook-55d565dbb to 1 tektoncd 6m11s Warning FailedCreate replicaset/el-github-listener-interceptor-5b4b9fc678 Error creating: pods "el-github-listener-interceptor-5b4b9fc678-" is forbidden: error looking up service account tektoncd/tekton-triggers-github-sa: serviceaccount "tekton-triggers-github-sa" not found tektoncd 6m32s Normal ScalingReplicaSet deployment/el-github-listener-interceptor Scaled up replica set el-github-listener-interceptor-5b4b9fc678 to 3 tektoncd 6m32s Warning InternalError eventlistener/github-listener-interceptor Operation cannot be fulfilled on deployments.apps "el-github-listener-interceptor": the object has been modified; please apply your changes to the latest version and try again tektoncd 6m33s Normal Scheduled pod/output-pipeline-run-first-create-file-pod Successfully assigned tektoncd/output-pipeline-run-first-create-file-pod to kind-worker tektoncd 6m32s Normal Pulling pod/output-pipeline-run-first-create-file-pod Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" tektoncd 6m30s Normal Pulled pod/output-pipeline-run-first-create-file-pod Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" in 1.972s (1.972s including waiting) tektoncd 6m30s Normal Created pod/output-pipeline-run-first-create-file-pod Created container prepare tektoncd 6m30s Normal Started pod/output-pipeline-run-first-create-file-pod Started container prepare tektoncd 6m29s Normal Pulling pod/output-pipeline-run-first-create-file-pod Pulling image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" tektoncd 6m28s Normal Pulled pod/output-pipeline-run-first-create-file-pod Successfully pulled image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" in 1.111s (1.111s including waiting) tektoncd 6m28s Normal Created pod/output-pipeline-run-first-create-file-pod Created container place-scripts tektoncd 6m28s Normal Started pod/output-pipeline-run-first-create-file-pod Started container place-scripts tektoncd 6m27s Normal Pulling pod/output-pipeline-run-first-create-file-pod Pulling image "ubuntu" tektoncd 6m24s Normal Pulled pod/output-pipeline-run-first-create-file-pod Successfully pulled image "ubuntu" in 2.643s (2.643s including waiting) tektoncd 6m24s Normal Created pod/output-pipeline-run-first-create-file-pod Created container step-create-new-file tektoncd 6m24s Normal Started pod/output-pipeline-run-first-create-file-pod Started container step-create-new-file tektoncd 6m24s Normal Pulling pod/output-pipeline-run-first-create-file-pod Pulling image "ubuntu" tektoncd 6m24s Normal Pulled pod/output-pipeline-run-first-create-file-pod Successfully pulled image "ubuntu" in 310ms (311ms including waiting) tektoncd 6m24s Normal Created pod/output-pipeline-run-first-create-file-pod Created container step-write-new-stuff tektoncd 6m24s Normal Started pod/output-pipeline-run-first-create-file-pod Started container step-write-new-stuff tektoncd 6m24s Normal Pulling pod/output-pipeline-run-first-create-file-pod Pulling image "ubuntu" tektoncd 6m23s Normal Pulled pod/output-pipeline-run-first-create-file-pod Successfully pulled image "ubuntu" in 297ms (297ms including waiting) tektoncd 6m23s Normal Created pod/output-pipeline-run-first-create-file-pod Created container step-read tektoncd 6m23s Normal Started pod/output-pipeline-run-first-create-file-pod Started container step-read tektoncd 6m33s Normal Started taskrun/output-pipeline-run-first-create-file tektoncd 6m33s Normal Pending taskrun/output-pipeline-run-first-create-file Pending tektoncd 6m32s Normal Pending taskrun/output-pipeline-run-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]" tektoncd 6m29s Normal Pending taskrun/output-pipeline-run-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]" tektoncd 6m27s Normal Pending taskrun/output-pipeline-run-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]" tektoncd 6m23s Normal Running taskrun/output-pipeline-run-first-create-file Not all Steps in the Task have finished executing tektoncd 6m21s Normal Succeeded taskrun/output-pipeline-run-first-create-file All Steps have completed executing tektoncd 6m33s Normal Started pipelinerun/output-pipeline-run tektoncd 6m33s Normal Running pipelinerun/output-pipeline-run Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0 tektoncd 6m21s Normal Succeeded pipelinerun/output-pipeline-run Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0 tektoncd 6m32s Normal Scheduled pod/test-template-volume-pod Successfully assigned tektoncd/test-template-volume-pod to kind-worker3 tektoncd 6m32s Normal Pulling pod/test-template-volume-pod Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" tektoncd 6m29s Normal Pulled pod/test-template-volume-pod Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" in 2.648s (2.648s including waiting) tektoncd 6m29s Normal Created pod/test-template-volume-pod Created container prepare tektoncd 6m29s Normal Started pod/test-template-volume-pod Started container prepare tektoncd 6m28s Normal Pulling pod/test-template-volume-pod Pulling image "ubuntu" tektoncd 6m26s Normal Pulled pod/test-template-volume-pod Successfully pulled image "ubuntu" in 2.235s (2.235s including waiting) tektoncd 6m26s Normal Created pod/test-template-volume-pod Created container step-write tektoncd 6m26s Normal Started pod/test-template-volume-pod Started container step-write tektoncd 6m26s Normal Pulling pod/test-template-volume-pod Pulling image "ubuntu" tektoncd 6m25s Normal Pulled pod/test-template-volume-pod Successfully pulled image "ubuntu" in 311ms (312ms including waiting) tektoncd 6m25s Normal Created pod/test-template-volume-pod Created container step-read tektoncd 6m25s Normal Started pod/test-template-volume-pod Started container step-read tektoncd 6m32s Normal Started taskrun/test-template-volume tektoncd 6m32s Normal Pending taskrun/test-template-volume Pending tektoncd 6m32s Normal Pending taskrun/test-template-volume pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]" tektoncd 6m28s Normal Pending taskrun/test-template-volume pod status "Ready":"False"; message: "containers with unready status: [step-write step-read]" tektoncd 6m25s Normal Running taskrun/test-template-volume Not all Steps in the Task have finished executing tektoncd 6m24s Normal Succeeded taskrun/test-template-volume All Steps have completed executing testcli-m6kd6 52s Normal Scheduled pod/affinity-assistant-bf8a4e2d66-0 Successfully assigned testcli-m6kd6/affinity-assistant-bf8a4e2d66-0 to kind-worker testcli-m6kd6 50s Normal Pulling pod/affinity-assistant-bf8a4e2d66-0 Pulling image "ghcr.io/tektoncd/pipeline/nop-8eac7c133edad5df719dc37b36b62482:v1.0.0@sha256:036f50b3ae9bdf9ef63525ebd7cad5cd22477f97e0215b9de4a70859f4912fe1" testcli-m6kd6 49s Normal Pulled pod/affinity-assistant-bf8a4e2d66-0 Successfully pulled image "ghcr.io/tektoncd/pipeline/nop-8eac7c133edad5df719dc37b36b62482:v1.0.0@sha256:036f50b3ae9bdf9ef63525ebd7cad5cd22477f97e0215b9de4a70859f4912fe1" in 1.377s (1.377s including waiting) testcli-m6kd6 49s Normal Created pod/affinity-assistant-bf8a4e2d66-0 Created container affinity-assistant testcli-m6kd6 48s Normal Started pod/affinity-assistant-bf8a4e2d66-0 Started container affinity-assistant testcli-m6kd6 46s Normal Killing pod/affinity-assistant-bf8a4e2d66-0 Stopping container affinity-assistant testcli-m6kd6 56s Normal SuccessfulCreate statefulset/affinity-assistant-bf8a4e2d66 create Pod affinity-assistant-bf8a4e2d66-0 in StatefulSet affinity-assistant-bf8a4e2d66 successful testcli-m6kd6 45s Normal Scheduled pod/output-pipeline-run-5rvf8-first-create-file-pod Successfully assigned testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file-pod to kind-worker testcli-m6kd6 45s Normal Pulled pod/output-pipeline-run-5rvf8-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" already present on machine testcli-m6kd6 45s Normal Created pod/output-pipeline-run-5rvf8-first-create-file-pod Created container prepare testcli-m6kd6 45s Normal Started pod/output-pipeline-run-5rvf8-first-create-file-pod Started container prepare testcli-m6kd6 44s Normal Pulled pod/output-pipeline-run-5rvf8-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine testcli-m6kd6 44s Normal Created pod/output-pipeline-run-5rvf8-first-create-file-pod Created container place-scripts testcli-m6kd6 43s Normal Started pod/output-pipeline-run-5rvf8-first-create-file-pod Started container place-scripts testcli-m6kd6 43s Normal Pulling pod/output-pipeline-run-5rvf8-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 42s Normal Pulled pod/output-pipeline-run-5rvf8-first-create-file-pod Successfully pulled image "ubuntu" in 336ms (336ms including waiting) testcli-m6kd6 42s Normal Created pod/output-pipeline-run-5rvf8-first-create-file-pod Created container step-create-new-file testcli-m6kd6 42s Normal Started pod/output-pipeline-run-5rvf8-first-create-file-pod Started container step-create-new-file testcli-m6kd6 42s Normal Pulling pod/output-pipeline-run-5rvf8-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 42s Normal Pulled pod/output-pipeline-run-5rvf8-first-create-file-pod Successfully pulled image "ubuntu" in 327ms (327ms including waiting) testcli-m6kd6 42s Normal Created pod/output-pipeline-run-5rvf8-first-create-file-pod Created container step-write-new-stuff testcli-m6kd6 42s Normal Started pod/output-pipeline-run-5rvf8-first-create-file-pod Started container step-write-new-stuff testcli-m6kd6 42s Normal Pulling pod/output-pipeline-run-5rvf8-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 41s Normal Pulled pod/output-pipeline-run-5rvf8-first-create-file-pod Successfully pulled image "ubuntu" in 350ms (350ms including waiting) testcli-m6kd6 41s Normal Created pod/output-pipeline-run-5rvf8-first-create-file-pod Created container step-read testcli-m6kd6 41s Normal Started pod/output-pipeline-run-5rvf8-first-create-file-pod Started container step-read testcli-m6kd6 45s Normal Started taskrun/output-pipeline-run-5rvf8-first-create-file testcli-m6kd6 45s Normal Pending taskrun/output-pipeline-run-5rvf8-first-create-file Pending testcli-m6kd6 45s Normal Pending taskrun/output-pipeline-run-5rvf8-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]" testcli-m6kd6 44s Normal Pending taskrun/output-pipeline-run-5rvf8-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]" testcli-m6kd6 43s Normal Pending taskrun/output-pipeline-run-5rvf8-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]" testcli-m6kd6 41s Normal Running taskrun/output-pipeline-run-5rvf8-first-create-file Not all Steps in the Task have finished executing testcli-m6kd6 8s Normal Succeeded taskrun/output-pipeline-run-5rvf8-first-create-file All Steps have completed executing testcli-m6kd6 45s Normal Started pipelinerun/output-pipeline-run-5rvf8 testcli-m6kd6 45s Normal Running pipelinerun/output-pipeline-run-5rvf8 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0 testcli-m6kd6 8s Normal Succeeded pipelinerun/output-pipeline-run-5rvf8 Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0 testcli-m6kd6 2m16s Normal Scheduled pod/output-pipeline-run-dn25r-first-create-file-pod Successfully assigned testcli-m6kd6/output-pipeline-run-dn25r-first-create-file-pod to kind-worker testcli-m6kd6 2m15s Normal Pulled pod/output-pipeline-run-dn25r-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" already present on machine testcli-m6kd6 2m15s Normal Created pod/output-pipeline-run-dn25r-first-create-file-pod Created container prepare testcli-m6kd6 2m15s Normal Started pod/output-pipeline-run-dn25r-first-create-file-pod Started container prepare testcli-m6kd6 2m14s Normal Pulled pod/output-pipeline-run-dn25r-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine testcli-m6kd6 2m14s Normal Created pod/output-pipeline-run-dn25r-first-create-file-pod Created container place-scripts testcli-m6kd6 2m14s Normal Started pod/output-pipeline-run-dn25r-first-create-file-pod Started container place-scripts testcli-m6kd6 2m13s Normal Pulling pod/output-pipeline-run-dn25r-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 2m12s Normal Pulled pod/output-pipeline-run-dn25r-first-create-file-pod Successfully pulled image "ubuntu" in 876ms (876ms including waiting) testcli-m6kd6 2m12s Normal Created pod/output-pipeline-run-dn25r-first-create-file-pod Created container step-create-new-file testcli-m6kd6 2m12s Normal Started pod/output-pipeline-run-dn25r-first-create-file-pod Started container step-create-new-file testcli-m6kd6 2m12s Normal Pulling pod/output-pipeline-run-dn25r-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 2m11s Normal Pulled pod/output-pipeline-run-dn25r-first-create-file-pod Successfully pulled image "ubuntu" in 416ms (416ms including waiting) testcli-m6kd6 2m11s Normal Created pod/output-pipeline-run-dn25r-first-create-file-pod Created container step-write-new-stuff testcli-m6kd6 2m11s Normal Started pod/output-pipeline-run-dn25r-first-create-file-pod Started container step-write-new-stuff testcli-m6kd6 2m11s Normal Pulling pod/output-pipeline-run-dn25r-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 2m11s Normal Pulled pod/output-pipeline-run-dn25r-first-create-file-pod Successfully pulled image "ubuntu" in 316ms (316ms including waiting) testcli-m6kd6 2m11s Normal Created pod/output-pipeline-run-dn25r-first-create-file-pod Created container step-read testcli-m6kd6 2m10s Normal Started pod/output-pipeline-run-dn25r-first-create-file-pod Started container step-read testcli-m6kd6 2m15s Normal Started taskrun/output-pipeline-run-dn25r-first-create-file testcli-m6kd6 2m16s Normal Pending taskrun/output-pipeline-run-dn25r-first-create-file Pending testcli-m6kd6 2m15s Normal Pending taskrun/output-pipeline-run-dn25r-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]" testcli-m6kd6 2m14s Normal Pending taskrun/output-pipeline-run-dn25r-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]" testcli-m6kd6 2m13s Normal Pending taskrun/output-pipeline-run-dn25r-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]" testcli-m6kd6 2m10s Normal Running taskrun/output-pipeline-run-dn25r-first-create-file Not all Steps in the Task have finished executing testcli-m6kd6 98s Normal Succeeded taskrun/output-pipeline-run-dn25r-first-create-file All Steps have completed executing testcli-m6kd6 2m16s Normal Started pipelinerun/output-pipeline-run-dn25r testcli-m6kd6 2m16s Normal Running pipelinerun/output-pipeline-run-dn25r Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0 testcli-m6kd6 98s Normal Succeeded pipelinerun/output-pipeline-run-dn25r Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0 testcli-m6kd6 94s Normal Scheduled pod/output-pipeline-run-r87qr-first-create-file-pod Successfully assigned testcli-m6kd6/output-pipeline-run-r87qr-first-create-file-pod to kind-worker3 testcli-m6kd6 94s Normal Pulled pod/output-pipeline-run-r87qr-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" already present on machine testcli-m6kd6 94s Normal Created pod/output-pipeline-run-r87qr-first-create-file-pod Created container prepare testcli-m6kd6 94s Normal Started pod/output-pipeline-run-r87qr-first-create-file-pod Started container prepare testcli-m6kd6 93s Normal Pulled pod/output-pipeline-run-r87qr-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine testcli-m6kd6 93s Normal Created pod/output-pipeline-run-r87qr-first-create-file-pod Created container place-scripts testcli-m6kd6 93s Normal Started pod/output-pipeline-run-r87qr-first-create-file-pod Started container place-scripts testcli-m6kd6 92s Normal Pulling pod/output-pipeline-run-r87qr-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 92s Normal Pulled pod/output-pipeline-run-r87qr-first-create-file-pod Successfully pulled image "ubuntu" in 323ms (323ms including waiting) testcli-m6kd6 92s Normal Created pod/output-pipeline-run-r87qr-first-create-file-pod Created container step-create-new-file testcli-m6kd6 92s Normal Started pod/output-pipeline-run-r87qr-first-create-file-pod Started container step-create-new-file testcli-m6kd6 92s Normal Pulling pod/output-pipeline-run-r87qr-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 92s Normal Pulled pod/output-pipeline-run-r87qr-first-create-file-pod Successfully pulled image "ubuntu" in 288ms (288ms including waiting) testcli-m6kd6 92s Normal Created pod/output-pipeline-run-r87qr-first-create-file-pod Created container step-write-new-stuff testcli-m6kd6 91s Normal Started pod/output-pipeline-run-r87qr-first-create-file-pod Started container step-write-new-stuff testcli-m6kd6 91s Normal Pulling pod/output-pipeline-run-r87qr-first-create-file-pod Pulling image "ubuntu" testcli-m6kd6 91s Normal Pulled pod/output-pipeline-run-r87qr-first-create-file-pod Successfully pulled image "ubuntu" in 290ms (290ms including waiting) testcli-m6kd6 91s Normal Created pod/output-pipeline-run-r87qr-first-create-file-pod Created container step-read testcli-m6kd6 91s Normal Started pod/output-pipeline-run-r87qr-first-create-file-pod Started container step-read testcli-m6kd6 94s Normal Started taskrun/output-pipeline-run-r87qr-first-create-file testcli-m6kd6 94s Normal Pending taskrun/output-pipeline-run-r87qr-first-create-file Pending testcli-m6kd6 94s Normal Pending taskrun/output-pipeline-run-r87qr-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]" testcli-m6kd6 93s Normal Pending taskrun/output-pipeline-run-r87qr-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]" testcli-m6kd6 92s Normal Pending taskrun/output-pipeline-run-r87qr-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]" testcli-m6kd6 90s Normal Running taskrun/output-pipeline-run-r87qr-first-create-file Not all Steps in the Task have finished executing testcli-m6kd6 58s Normal Succeeded taskrun/output-pipeline-run-r87qr-first-create-file All Steps have completed executing testcli-m6kd6 94s Normal Started pipelinerun/output-pipeline-run-r87qr testcli-m6kd6 94s Normal Running pipelinerun/output-pipeline-run-r87qr Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0 testcli-m6kd6 58s Normal Succeeded pipelinerun/output-pipeline-run-r87qr Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0 testcli-m6kd6 56s Warning FailedScheduling pod/pipeline-with-workspace-run-q9dnz-reader-pod 0/4 nodes are available: 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 3 node(s) didn't match pod affinity rules. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.. testcli-m6kd6 52s Normal Scheduled pod/pipeline-with-workspace-run-q9dnz-reader-pod Successfully assigned testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader-pod to kind-worker testcli-m6kd6 51s Normal Pulled pod/pipeline-with-workspace-run-q9dnz-reader-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" already present on machine testcli-m6kd6 51s Normal Created pod/pipeline-with-workspace-run-q9dnz-reader-pod Created container prepare testcli-m6kd6 51s Normal Started pod/pipeline-with-workspace-run-q9dnz-reader-pod Started container prepare testcli-m6kd6 51s Normal Pulled pod/pipeline-with-workspace-run-q9dnz-reader-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine testcli-m6kd6 51s Normal Created pod/pipeline-with-workspace-run-q9dnz-reader-pod Created container place-scripts testcli-m6kd6 50s Normal Started pod/pipeline-with-workspace-run-q9dnz-reader-pod Started container place-scripts testcli-m6kd6 50s Normal Pulling pod/pipeline-with-workspace-run-q9dnz-reader-pod Pulling image "ubuntu" testcli-m6kd6 49s Normal Pulled pod/pipeline-with-workspace-run-q9dnz-reader-pod Successfully pulled image "ubuntu" in 307ms (1.029s including waiting) testcli-m6kd6 49s Normal Created pod/pipeline-with-workspace-run-q9dnz-reader-pod Created container step-list-files testcli-m6kd6 48s Normal Started pod/pipeline-with-workspace-run-q9dnz-reader-pod Started container step-list-files testcli-m6kd6 56s Normal Started taskrun/pipeline-with-workspace-run-q9dnz-reader testcli-m6kd6 52s Normal Pending taskrun/pipeline-with-workspace-run-q9dnz-reader Pending testcli-m6kd6 55s Normal Pending taskrun/pipeline-with-workspace-run-q9dnz-reader pod status "PodScheduled":"False"; message: "0/4 nodes are available: 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 3 node(s) didn't match pod affinity rules. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.." testcli-m6kd6 52s Normal Pending taskrun/pipeline-with-workspace-run-q9dnz-reader pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]" testcli-m6kd6 51s Normal Pending taskrun/pipeline-with-workspace-run-q9dnz-reader pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]" testcli-m6kd6 50s Normal Pending taskrun/pipeline-with-workspace-run-q9dnz-reader pod status "Ready":"False"; message: "containers with unready status: [step-list-files]" testcli-m6kd6 48s Normal Running taskrun/pipeline-with-workspace-run-q9dnz-reader Not all Steps in the Task have finished executing testcli-m6kd6 47s Normal Succeeded taskrun/pipeline-with-workspace-run-q9dnz-reader All Steps have completed executing testcli-m6kd6 56s Normal Started pipelinerun/pipeline-with-workspace-run-q9dnz testcli-m6kd6 56s Normal Running pipelinerun/pipeline-with-workspace-run-q9dnz Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0 testcli-m6kd6 47s Normal Succeeded pipelinerun/pipeline-with-workspace-run-q9dnz Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0 testcli-m6kd6 56s Normal WaitForFirstConsumer persistentvolumeclaim/pvc-a5c1601942 waiting for first consumer to be created before binding testcli-m6kd6 56s Normal ExternalProvisioning persistentvolumeclaim/pvc-a5c1601942 Waiting for a volume to be created either by the external provisioner 'rancher.io/local-path' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. testcli-m6kd6 56s Normal Provisioning persistentvolumeclaim/pvc-a5c1601942 External provisioner is provisioning volume for claim "testcli-m6kd6/pvc-a5c1601942" testcli-m6kd6 52s Normal ProvisioningSucceeded persistentvolumeclaim/pvc-a5c1601942 Successfully provisioned volume pvc-8b1cd55c-3bf2-4b76-bb95-afd67886b32f testcli-m6kd6 5s Normal Scheduled pod/sleep-pipeline-run-d8p6g-pipelinetask1-pod Successfully assigned testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1-pod to kind-worker testcli-m6kd6 4s Normal Pulled pod/sleep-pipeline-run-d8p6g-pipelinetask1-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.0.0@sha256:06eadb09e7648748eb1ae65dfbb9b82b40d6c2e14ec5a5cb7e920576e676180d" already present on machine testcli-m6kd6 4s Normal Created pod/sleep-pipeline-run-d8p6g-pipelinetask1-pod Created container prepare testcli-m6kd6 4s Normal Started pod/sleep-pipeline-run-d8p6g-pipelinetask1-pod Started container prepare testcli-m6kd6 5s Normal Started taskrun/sleep-pipeline-run-d8p6g-pipelinetask1 testcli-m6kd6 5s Normal Pending taskrun/sleep-pipeline-run-d8p6g-pipelinetask1 Pending testcli-m6kd6 5s Normal Pending taskrun/sleep-pipeline-run-d8p6g-pipelinetask1 pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]" testcli-m6kd6 4s Warning Failed taskrun/sleep-pipeline-run-d8p6g-pipelinetask1 TaskRun "sleep-pipeline-run-d8p6g-pipelinetask1" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled. testcli-m6kd6 5s Normal Started pipelinerun/sleep-pipeline-run-d8p6g testcli-m6kd6 5s Normal Running pipelinerun/sleep-pipeline-run-d8p6g Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0 testcli-m6kd6 4s Warning Failed pipelinerun/sleep-pipeline-run-d8p6g PipelineRun "sleep-pipeline-run-d8p6g" was cancelled >>> Pipeline controller log: 2025/05/20 15:48:02 Registering 8 clients 2025/05/20 15:48:02 Registering 5 informer factories 2025/05/20 15:48:02 Registering 9 informers 2025/05/20 15:48:02 Registering 3 controllers 2025/05/20 15:48:02 Readiness and health check server listening on port 8080 {"level":"info","ts":1747756082.288136,"logger":"fallback","caller":"cache/cacheclient.go:42","msg":"CACHE CLIENT &{lru:0xc00008dbc0 evictedKeys:[] evictedVals:[] onEvictedCB: lock:{w:{_:{} mu:{state:0 sema:0}} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}"} {"severity":"info","timestamp":"2025-05-20T15:48:02.294Z","logger":"tekton-pipelines-controller","caller":"profiling/server.go:65","message":"Profiling enabled: false","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.297Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:47","message":"Running with Standard leader election","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.307Z","logger":"tekton-pipelines-controller","caller":"sharedmain/main.go:282","message":"Starting configuration manager...","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.310Z","logger":"tekton-pipelines-controller.tracing","caller":"tracing/tracing.go:143","message":"initialized Tracer Provider","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.310Z","logger":"tekton-pipelines-controller.tracing","caller":"tracing/tracing.go:143","message":"initialized Tracer Provider","commit":"d9974e2"} {"level":"info","ts":1747756082.407309,"logger":"fallback","caller":"injection/injection.go:63","msg":"Starting informers..."} {"severity":"info","timestamp":"2025-05-20T15:48:02.507Z","logger":"tekton-pipelines-controller","caller":"sharedmain/main.go:315","message":"Starting controllers...","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.507Z","logger":"tekton-pipelines-controller","caller":"injection/health_check.go:43","message":"Probes server listening on port 8080","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.507Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:147","message":"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.reconciler.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-controller-c5bf6d777-cxpvk_9a7f7b13-bdae-4a02-b5b2-a9161607cfa6\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.507Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:147","message":"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.reconciler.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-controller-c5bf6d777-cxpvk_d7216593-974c-4757-bdc3-154c02fc8e8c\"","commit":"d9974e2"} I0520 15:48:02.508008 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.reconciler.00-of-01... I0520 15:48:02.508086 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.reconciler.00-of-01... {"severity":"info","timestamp":"2025-05-20T15:48:02.507Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun"} {"severity":"info","timestamp":"2025-05-20T15:48:02.508Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun"} {"severity":"info","timestamp":"2025-05-20T15:48:02.507Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest"} {"severity":"info","timestamp":"2025-05-20T15:48:02.507Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:147","message":"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-controller-c5bf6d777-cxpvk_b1a822f4-282d-4645-b792-e9e77b110c1c\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.508Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest"} {"severity":"info","timestamp":"2025-05-20T15:48:02.508Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun"} {"severity":"info","timestamp":"2025-05-20T15:48:02.508Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun"} I0520 15:48:02.508089 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01... I0520 15:48:02.513767 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01 I0520 15:48:02.513876 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.reconciler.00-of-01 I0520 15:48:02.514087 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.reconciler.00-of-01 {"severity":"info","timestamp":"2025-05-20T15:48:02.514Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-controller-c5bf6d777-cxpvk_b1a822f4-282d-4645-b792-e9e77b110c1c\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.514Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-controller-c5bf6d777-cxpvk_9a7f7b13-bdae-4a02-b5b2-a9161607cfa6\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.reconciler.00-of-01\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:02.514Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-controller-c5bf6d777-cxpvk_d7216593-974c-4757-bdc3-154c02fc8e8c\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.reconciler.00-of-01\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.870Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"ab698a4e-6541-40ba-9f56-ccf0e1d3b67b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1701\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.876Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-first-create-file for pipeline task first-create-file","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d56e9cd4-bfad-441f-8d60-8a0aff220e6c","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:52.891Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52.891541805 +0000 UTC m=+50.636389397} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d56e9cd4-bfad-441f-8d60-8a0aff220e6c","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:52.892Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1703\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.892Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"ab698a4e-6541-40ba-9f56-ccf0e1d3b67b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1701\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.917Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 52, 917504343, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"23d5cc10-03d9-4e17-84e0-8a0d2d10f5c7","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:52.918Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1703\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.952Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun output-pipeline-run-first-create-file that was missing from the PipelineRun status","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2d2d5032-5104-4663-a950-aeafa4d2cfbb","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:52.953Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"ab698a4e-6541-40ba-9f56-ccf0e1d3b67b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1706\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.962Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52.96220726 +0000 UTC m=+50.707054849} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2d2d5032-5104-4663-a950-aeafa4d2cfbb","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:52.962Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"ab698a4e-6541-40ba-9f56-ccf0e1d3b67b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1706\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.977Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1710\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.981Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 52, 981268225, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"807d738f-acc0-41f5-bd1e-c74ab5dc98a3","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:52.982Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1710\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.989Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c1dd5707-2b3b-4c38-983f-dc65eae30ef2","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:53.025Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 53, 25354147, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"467eddc2-aa92-4553-9178-1af9b503a4e8","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:53.025Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1716\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.025Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d8f33ffd-97e1-457b-861e-7aceb2db28af","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:53.040Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"5bc7dd71-008d-4170-b917-11211b50a1e3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1724\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.053Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 53, 53685078, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"36cc0fd0-343c-42cf-9c5e-15a781112921","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:53.062Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 53, 62961800, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"24c4dbfe-4a2f-4b06-a1aa-f3cea2690461","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:48:53.063Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"5bc7dd71-008d-4170-b917-11211b50a1e3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1724\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.270Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"5bc7dd71-008d-4170-b917-11211b50a1e3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1730\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.288Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 53, 288517931, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6a7de460-71d2-4580-a7e9-6309fa9336f7","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:48:53.290Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"5bc7dd71-008d-4170-b917-11211b50a1e3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1730\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.439Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 53, 439848013, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c0f4f708-f6f7-41a6-b0d3-bad0ad6ac280","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:48:56.039Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 56, 39620518, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4db3bb76-1b32-48aa-b998-1f2c67e8b624","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:56.595Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 56, 595017271, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8c1e06ac-b558-434e-bcf4-c608d06750cb","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:48:56.713Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 56, 713742606, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"57407789-8bbb-41cd-9363-be778e1e8bea","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:56.714Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1721\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:56.728Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e08b8efb-a074-49be-b798-a1d704158e54","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:56.729Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 56, 729073935, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16c9e61f-a73e-4415-9854-6b9ec0313c47","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:57.488Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 57, 488383076, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9418509b-dc28-4768-924f-a3ada3b8e095","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:48:57.488Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"5bc7dd71-008d-4170-b917-11211b50a1e3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1757\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:57.500Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 57, 500645800, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"df09598c-d679-480c-a088-0fc95e892413","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:48:58.771Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 58, 771554533, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"902fcfac-2b36-4bb4-b5fe-8e5a6b183232","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:48:58.772Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1789\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:58.810Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"23a95f86-23a6-4efb-a403-9b992d226163","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:48:58.823Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 48, 58, 823526965, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8f384e2d-a25e-48b2-86c6-0f07f23c2c1f","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:00.511Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 0, 511470986, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0659f78a-9ed0-4a6c-93ea-b4222a325ab2","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:49:00.511Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"5bc7dd71-008d-4170-b917-11211b50a1e3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1800\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:00.530Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 0, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a1445c9f-802a-4962-89cd-99b421fa9038","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:49:00.531Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 0, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"500e3415-362b-43f5-b4fe-84e22c1b64f2","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:49:01.498Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 1, 498489308, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ba974f14-9189-4b7f-ad64-81d42dcf75ac","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:49:01.498Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"5bc7dd71-008d-4170-b917-11211b50a1e3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1824\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:01.510Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : test-template-volume \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0f9cc5f7-8f85-4075-8098-4f31ed198564","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:49:01.512Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0f9cc5f7-8f85-4075-8098-4f31ed198564","knative.dev/key":"tektoncd/test-template-volume","duration":0.002240241} {"severity":"info","timestamp":"2025-05-20T15:49:02.582Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : test-template-volume \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c6037a26-c5ec-4e04-8bf3-9da48234be7a","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:49:02.584Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c6037a26-c5ec-4e04-8bf3-9da48234be7a","knative.dev/key":"tektoncd/test-template-volume","duration":0.002186646} {"severity":"info","timestamp":"2025-05-20T15:49:02.742Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 2, 742050329, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"faa38669-5653-4b4c-98d9-14f9279c4f27","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:02.742Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1809\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:02.755Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 2, 755100036, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9ae435a2-5818-4953-a00f-5f58a4bc4796","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:02.755Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1809\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:02.756Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f37b9d52-d06d-4a1f-8e5e-0aac836ed5fa","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:49:02.777Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 2, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8b799ca0-cef5-488c-a103-31f9b4438de2","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:03.509Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : test-template-volume \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9d021678-7616-4a12-84da-96b8be7f8607","knative.dev/key":"tektoncd/test-template-volume"} {"severity":"info","timestamp":"2025-05-20T15:49:03.512Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9d021678-7616-4a12-84da-96b8be7f8607","knative.dev/key":"tektoncd/test-template-volume","duration":0.003081749} {"severity":"info","timestamp":"2025-05-20T15:49:03.741Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 2, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4d04fbc2-b4d5-4d90-8a94-1a5d62c65811","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:03.753Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2025-05-20 15:48:52 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"7a6532a4-de79-45d6-85d3-8aab35cb5526","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:49:03.753Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 2, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e88d5a21-f625-4d41-b52a-90b34a7ba666","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:04.743Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-first-create-file/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 49, 4, 743693817, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"90b739dc-46f7-4b34-a3f0-22057d707ab4","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:04.744Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"fb620d2f-e0c5-4174-a39e-cf7425a82aa0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1860\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:04.757Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ccae9a2a-a85c-48bc-9325-76d2c9b1da03","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:04.757Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1def27f6-70fd-49c6-ab77-cae810e80b8d","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:49:04.758Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded True {2025-05-20 15:49:04.757968287 +0000 UTC m=+62.502815879} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1def27f6-70fd-49c6-ab77-cae810e80b8d","knative.dev/key":"tektoncd/output-pipeline-run"} {"severity":"info","timestamp":"2025-05-20T15:49:04.758Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"ab698a4e-6541-40ba-9f56-ccf0e1d3b67b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1712\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:04.761Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ccae9a2a-a85c-48bc-9325-76d2c9b1da03","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.004039094} {"severity":"info","timestamp":"2025-05-20T15:49:04.768Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f8c618e8-612f-42e4-91dc-562d3adbfa23","knative.dev/key":"tektoncd/output-pipeline-run","duration":0.000182842} {"severity":"info","timestamp":"2025-05-20T15:49:05.852Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5f1e5cfe-40a2-4843-8263-8b53a2597dd5","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:05.856Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5f1e5cfe-40a2-4843-8263-8b53a2597dd5","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.004010586} {"severity":"info","timestamp":"2025-05-20T15:49:06.797Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"df92bd81-37a6-4a62-9c06-c95f0aa111ff","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:49:06.811Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"df92bd81-37a6-4a62-9c06-c95f0aa111ff","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.014350815} {"severity":"info","timestamp":"2025-05-20T15:49:24.504Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"67b3ceda-68fe-43f0-8ce9-083d2ee6e9a6","knative.dev/key":"tektoncd/output-pipeline-run","duration":0.00007045} {"severity":"info","timestamp":"2025-05-20T15:49:24.517Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3790e4d4-34f4-4294-8891-12794dbbda5e","knative.dev/key":"tektoncd/output-pipeline-run","duration":0.000052894} {"severity":"info","timestamp":"2025-05-20T15:49:24.517Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2b7b2bcd-bf9f-460d-bc0d-67b5ec1dd7ab","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.00005147} {"severity":"info","timestamp":"2025-05-20T15:49:24.525Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b0698d4d-45ba-46f1-842c-065513fd4bde","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.000589072} {"severity":"info","timestamp":"2025-05-20T15:49:24.533Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e6b97771-b2a1-4174-a8bd-567f6d40a3eb","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.000085638} {"severity":"info","timestamp":"2025-05-20T15:49:27.209Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e06cef9a-10bb-49e9-96df-e9ee18d94f32","knative.dev/key":"tektoncd/test-template-volume","duration":0.000085028} {"severity":"info","timestamp":"2025-05-20T15:49:27.221Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d9a79da3-09e9-4cc8-bf79-00827d7b9a7d","knative.dev/key":"tektoncd/test-template-volume","duration":0.000055917} {"severity":"info","timestamp":"2025-05-20T15:49:27.223Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e3a3bbde-bf20-4899-8ee5-9efb2ecf1a79","knative.dev/key":"tektoncd/test-template-volume","duration":0.000037857} {"severity":"info","timestamp":"2025-05-20T15:53:06.547Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr\", UID:\"2cffe9e1-373e-4f13-8d38-cc77e9c208b0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3320\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.568Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object pipeline-optional-ws-run-cbrzr-reader for pipeline task reader","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"25efe726-8542-4f68-977f-602f2fb1aa6e","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:06.610Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3322\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.622Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded Unknown {2025-05-20 15:53:06.62246513 +0000 UTC m=+304.367312723} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"25efe726-8542-4f68-977f-602f2fb1aa6e","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:06.627Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr\", UID:\"2cffe9e1-373e-4f13-8d38-cc77e9c208b0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3320\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.681Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq\", UID:\"6f82c706-fbfc-428a-b6c5-551201bae479\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3326\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.682Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 6, 682608594, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"225583bf-56aa-487c-a560-383da9f86340","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:06.685Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3322\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.742Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-b98vq-first-create-file for pipeline task first-create-file","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b5027a7f-8256-4f77-85d6-08b429d61592","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:06.819Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3333\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.825Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06.825177047 +0000 UTC m=+304.570024639} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b5027a7f-8256-4f77-85d6-08b429d61592","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:06.833Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq\", UID:\"6f82c706-fbfc-428a-b6c5-551201bae479\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3326\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.947Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun pipeline-optional-ws-run-cbrzr-reader that was missing from the PipelineRun status","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"34bfed98-6743-42d9-9c60-5ccce27c649e","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:06.947Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr\", UID:\"2cffe9e1-373e-4f13-8d38-cc77e9c208b0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3327\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.962Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded Unknown {2025-05-20 15:53:06.962860138 +0000 UTC m=+304.707707722} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"34bfed98-6743-42d9-9c60-5ccce27c649e","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:06.963Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr\", UID:\"2cffe9e1-373e-4f13-8d38-cc77e9c208b0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3327\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.999Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 6, 999705101, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"def143a8-93f5-407f-90c9-82bf4d33e521","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:07.000Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3333\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.086Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 7, 86496381, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"39436758-81d2-4d2c-ac67-38d2fbae50cd","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:07.088Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3332\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.088Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3332\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.258Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"436e5245-fc09-4c55-b2a3-f7befd2b744c","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:07.272Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3bd299f8-47d5-4ee5-9ce8-4c56297daceb","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:07.341Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ccb7df73-9081-45b6-b546-7bd05cf2832e","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:07.453Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 7, 453817607, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"96b4ace3-5d1c-46dc-b529-6aa74074ee93","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:07.454Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 7, 454527239, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"734e62d5-476b-4d2e-bc71-fe2f2a93c9b6","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:07.465Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"988fffa0-dd40-4e00-8b6d-a8f2b3df0e89","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:07.497Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4bb17956-297a-4702-8920-41ea889a4641","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:07.538Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 7, 538288771, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"95db7ec1-cdbc-4f1e-b55e-57ddde6dc6a8","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:07.544Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3362\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.657Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 7, 657643425, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3067275e-6170-4e34-97bf-0729f2640f2c","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:07.665Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"198d23ef-273d-4027-b284-63a532ec2737","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:08.221Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run\", UID:\"695662c8-34d3-4564-ae1b-94a39e669a89\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3381\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.335Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run\", UID:\"695662c8-34d3-4564-ae1b-94a39e669a89\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3381\", FieldPath:\"\"}): type: 'Normal' reason: 'ResolvingPipelineRef' PipelineRun testcli-xhsmf/git-resolver-run awaiting remote resource","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.512Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-mkhqj\", Name:\"output-pipeline-run-wsn7k\", UID:\"0f4b3c44-07bc-4a7d-9c37-189a99d6e653\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3389\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:53:08.528Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:267","message":"Reconcile error: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"830b33ab-d15d-42d1-b290-70eaedb5ae81","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","stacktrace":"github.com/tektoncd/pipeline/pkg/reconciler/pipelinerun.(*Reconciler).ReconcileKind\n\tgithub.com/tektoncd/pipeline/pkg/reconciler/pipelinerun/pipelinerun.go:267\ngithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun/reconciler.go:236\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:08.529Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-mkhqj\", Name:\"output-pipeline-run-wsn7k\", UID:\"0f4b3c44-07bc-4a7d-9c37-189a99d6e653\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3389\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' [User error] PipelineRun testcli-mkhqj/output-pipeline-run-wsn7k doesn't bind Pipeline testcli-mkhqj/output-pipeline's Workspaces correctly: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.577Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"97b54815-60c1-45e5-a1c0-fb8fa4c1b156","knative.dev/key":"testcli-xhsmf/cluster-99b6ccf7f9d5f1d4377ac24374205b55","duration":0.056311582} {"severity":"info","timestamp":"2025-05-20T15:53:08.577Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"bbd1c13c-2b77-4307-9e42-d003640ff984","knative.dev/key":"testcli-xhsmf/cluster-99b6ccf7f9d5f1d4377ac24374205b55","duration":0.000650484} {"severity":"info","timestamp":"2025-05-20T15:53:08.633Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object git-resolver-run-echo for pipeline task echo","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c3cfc2b1-f1a8-424a-af61-88ba1febec3b","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:08.697Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2025-05-20 15:53:08.697351173 +0000 UTC m=+306.442198765} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c3cfc2b1-f1a8-424a-af61-88ba1febec3b","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:08.700Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run\", UID:\"695662c8-34d3-4564-ae1b-94a39e669a89\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3396\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.701Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run-echo\", UID:\"3f64100c-b44a-43fa-b0a0-2dc3aed39d2a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3398\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:53:09.656Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/reconciler.go:295","message":"Returned an error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"830b33ab-d15d-42d1-b290-70eaedb5ae81","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","targetMethod":"ReconcileKind","error":"1 error occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\n","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun/reconciler.go:295\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:53:09.656Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"830b33ab-d15d-42d1-b290-70eaedb5ae81","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","duration":1.145209596,"error":"1 error occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\n","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:09.657Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-mkhqj\", Name:\"output-pipeline-run-wsn7k\", UID:\"0f4b3c44-07bc-4a7d-9c37-189a99d6e653\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3389\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' 1 error occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\n","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.657Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-mkhqj\", Name:\"output-pipeline-run-wsn7k\", UID:\"0f4b3c44-07bc-4a7d-9c37-189a99d6e653\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3395\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:53:09.671Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:267","message":"Reconcile error: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f1150b65-064a-4fbb-a5e2-0502e7ba1e43","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","stacktrace":"github.com/tektoncd/pipeline/pkg/reconciler/pipelinerun.(*Reconciler).ReconcileKind\n\tgithub.com/tektoncd/pipeline/pkg/reconciler/pipelinerun/pipelinerun.go:267\ngithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun/reconciler.go:236\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:09.672Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-mkhqj\", Name:\"output-pipeline-run-wsn7k\", UID:\"0f4b3c44-07bc-4a7d-9c37-189a99d6e653\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3395\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' [User error] PipelineRun testcli-mkhqj/output-pipeline-run-wsn7k doesn't bind Pipeline testcli-mkhqj/output-pipeline's Workspaces correctly: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"d9974e2"} {"severity":"warn","timestamp":"2025-05-20T15:53:09.751Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:325","message":"Failed to update PipelineRun labels/annotations{error 26 0 Operation cannot be fulfilled on pipelineruns.tekton.dev \"output-pipeline-run-wsn7k\": the object has been modified; please apply your changes to the latest version and try again}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f1150b65-064a-4fbb-a5e2-0502e7ba1e43","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k"} {"severity":"info","timestamp":"2025-05-20T15:53:09.752Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-mkhqj\", Name:\"output-pipeline-run-wsn7k\", UID:\"0f4b3c44-07bc-4a7d-9c37-189a99d6e653\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3395\", FieldPath:\"\"}): type: 'Warning' reason: 'Error' Operation cannot be fulfilled on pipelineruns.tekton.dev \"output-pipeline-run-wsn7k\": the object has been modified; please apply your changes to the latest version and try again","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.755Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 9, 755876854, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ffc23015-8c90-47f6-b84d-7ca7dc8c38b2","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:09.774Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 9, 774477059, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ef899dc7-9772-4d7a-9ba7-3cdc77502dcb","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:09.775Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run-echo\", UID:\"3f64100c-b44a-43fa-b0a0-2dc3aed39d2a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3398\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.814Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r\", UID:\"78dae72e-7e00-4f80-a7e3-04895c972d08\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3412\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.841Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-dn25r-first-create-file for pipeline task first-create-file","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"285d0a50-8a15-4446-9135-eac30d08d38f","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"error","timestamp":"2025-05-20T15:53:09.861Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/reconciler.go:295","message":"Returned an error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f1150b65-064a-4fbb-a5e2-0502e7ba1e43","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","targetMethod":"ReconcileKind","error":"2 errors occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\t* Operation cannot be fulfilled on pipelineruns.tekton.dev \"output-pipeline-run-wsn7k\": the object has been modified; please apply your changes to the latest version and try again\n\n","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/pipelinerun/reconciler.go:295\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:53:09.861Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f1150b65-064a-4fbb-a5e2-0502e7ba1e43","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","duration":0.204223491,"error":"2 errors occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\t* Operation cannot be fulfilled on pipelineruns.tekton.dev \"output-pipeline-run-wsn7k\": the object has been modified; please apply your changes to the latest version and try again\n\n","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:09.861Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-mkhqj\", Name:\"output-pipeline-run-wsn7k\", UID:\"0f4b3c44-07bc-4a7d-9c37-189a99d6e653\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3395\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' 2 errors occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\t* Operation cannot be fulfilled on pipelineruns.tekton.dev \"output-pipeline-run-wsn7k\": the object has been modified; please apply your changes to the latest version and try again\n\n","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.862Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2025-05-20 15:53:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"617f0e23-d948-4605-ad5f-002e1025976f","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:09.862Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e11e2819-b531-4d9b-a45b-40da99e81048","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","duration":0.000172775} {"severity":"info","timestamp":"2025-05-20T15:53:09.868Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09.868930933 +0000 UTC m=+307.613778525} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"285d0a50-8a15-4446-9135-eac30d08d38f","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:09.870Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3424\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.871Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r\", UID:\"78dae72e-7e00-4f80-a7e3-04895c972d08\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3412\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.897Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2025-05-20 15:53:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5582b88c-401b-4a5a-aa83-d7752c9c6257","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:09.899Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 9, 899155052, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"23ac850d-8924-4a72-843a-a6ab6ecc0321","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:09.900Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run-echo\", UID:\"3f64100c-b44a-43fa-b0a0-2dc3aed39d2a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3429\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.916Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 9, 916608673, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a7e47d65-1b0d-4343-bddc-628611233804","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:09.916Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3424\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.928Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2025-05-20 15:53:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c5d65cc0-3cff-4285-bd5b-8bbcf5e47287","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:09.929Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 9, 929101096, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c08d2bd7-f642-4fd9-a322-e837a1280d18","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:09.964Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun output-pipeline-run-dn25r-first-create-file that was missing from the PipelineRun status","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"799c85d3-c0eb-447a-9b7e-5648128c3ea3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:09.964Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r\", UID:\"78dae72e-7e00-4f80-a7e3-04895c972d08\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3428\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.984Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09.984116107 +0000 UTC m=+307.728963701} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"799c85d3-c0eb-447a-9b7e-5648128c3ea3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:09.984Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r\", UID:\"78dae72e-7e00-4f80-a7e3-04895c972d08\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3428\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.006Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3435\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.016Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 16823000, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a175d112-13d1-49ff-bbae-48c25d2dc6af","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:10.017Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3435\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.087Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 87917661, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"050129bf-0e62-4e73-8013-d68d2a027945","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:10.088Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3368\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.166Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fb21aa14-ac00-4364-9811-6b443ffa0be6","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:10.202Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object exit-handler-print-msg for pipeline task print-msg","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"cac74bb2-6a98-44ec-a667-7ea9643a9f8b","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:10.203Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler\", UID:\"b843214b-a3d9-4d9a-bc44-ea5df74ef4d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3447\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.235Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4fd378fa-0d3f-41e2-a3fc-74e80fbb281a","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:10.238Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 238145155, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"aa694862-d9c9-4ae6-be88-2bae43529aab","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:10.343Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:10.343591579 +0000 UTC m=+308.088439171} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"cac74bb2-6a98-44ec-a667-7ea9643a9f8b","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:10.351Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler\", UID:\"b843214b-a3d9-4d9a-bc44-ea5df74ef4d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3447\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.353Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3451\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.394Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 394207020, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0f249dfb-4988-49da-8d0a-990b532b3aee","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:10.394Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3451\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.477Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"7ab73047-169f-4cda-8b18-cd0f2a47afe6","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:10.481Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 480973488, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e4bde97f-d84f-44ce-a777-b9fa01be814f","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:10.481Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3441\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.858Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:10 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"edfa1672-c65a-4ef0-b303-5492727a2e08","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:10.892Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3e7c89ee-963b-4b0f-ab70-c7eb49619f28","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:10.893Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 893890858, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"317a2549-1a60-424b-999f-b6dce6d68267","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:10.894Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3360\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.979Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 979628240, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"feebbcbc-286f-4ddc-a433-7376334591b3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:10.980Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 10, 980500822, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"290fee5d-f872-4aba-9b3f-3a6c1379e101","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:10.981Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3473\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.986Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:10 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"877bb7c2-9794-4edc-98cf-aefc7c18adc4","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:11.130Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 11, 130275521, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"25b37dbd-50dd-4c14-be86-f0a87b35d168","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:11.135Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:10 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d6aafde9-06be-4be1-82be-df3352b4f33f","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:11.282Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 11, 282037734, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4752ce93-0ba0-49da-9c1a-b6022d91fd93","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:11.288Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d54ddc35-6bd3-4e8a-964d-88c99e7f2fb0","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:11.462Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 11, 462929506, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"72acdc3f-6a6a-45b3-8a99-e08f63d7e01f","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:11.468Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3477\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.511Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 11, 511937710, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"37b9df7e-3ee5-4a55-a440-e8c5e9587a84","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:11.513Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"45cd022c-5434-4467-a9df-cda583a4fdd4","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:11.564Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 11, 564505422, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0aebb11c-0fa8-4763-99ac-3010acd62efa","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:11.565Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3471\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.613Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"69589eec-1e69-4b00-83f3-84c3b4450651","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:11.619Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 11, 615071711, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5a069f9f-fd20-4ef6-b2b6-a07955dca8cc","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:12.129Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 12, 129446851, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"64ba66af-62ea-400d-86da-3db1af8751e9","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:12.528Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 12, 528492939, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"06648714-9073-4e80-9c32-6f6c3bc37a4f","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:12.529Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3489\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.561Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d0e65b64-01c4-40c4-9fd7-c466f1731e9d","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:12.569Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 12, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d9fabbe5-b6a3-49f6-af91-a828ca54dd65","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:12.572Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 12, 572109836, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c46784d8-c139-4603-b2f5-1b2c4c14d854","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:12.572Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3495\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.628Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"648d0008-87c2-40fc-851a-e4c33b862253","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:12.630Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 12, 630154395, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"39154ccc-00d4-4e2d-8377-8c89980dacaf","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:13.349Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 13, 349203141, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be663e8f-07f0-403c-88ef-cae69b3f419b","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:13.352Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3449\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.438Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 13, 438329975, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8a39567b-4bbb-483b-8ae2-7271e5a35282","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:13.443Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run-echo\", UID:\"3f64100c-b44a-43fa-b0a0-2dc3aed39d2a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3432\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.527Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"dabfecaa-2914-484e-9d35-531557c23ae0","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:13.528Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 13, 528920647, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"db9ff2bb-9d44-4f58-b1f6-e43b6efb5bd5","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:13.589Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 13, 589336452, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dd04bea7-d5ec-4574-90e7-d491ea6c3dda","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:13.632Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2025-05-20 15:53:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3c7952e3-aa4b-4ecc-8c92-f493e70d4bde","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:14.408Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 14, 408633586, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c00d8c43-19e9-42a1-b951-67c57947d00d","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:14.410Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3476\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.435Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 14, 435832366, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b75e6efb-db62-4b55-854d-c0b378137951","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:14.437Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:10 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b7ff9597-6c5f-4400-a4f3-14c1aaa8c7a4","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:14.606Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-cbrzr-reader/testcli-l47pw with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 14, 606192091, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"815dfff8-79f4-491a-86f2-1868aec86304","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:14.609Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3510\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.636Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-cbrzr-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c27ecc58-3d73-4e83-835c-cf3783f0f826","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:14.637Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun pipeline-optional-ws-run-cbrzr so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"97dc2310-d685-4f2f-8a2e-b474863ae0a3","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:14.637Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-cbrzr status is being set to &{Succeeded True {2025-05-20 15:53:14.637413001 +0000 UTC m=+312.382260593} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"97dc2310-d685-4f2f-8a2e-b474863ae0a3","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr"} {"severity":"info","timestamp":"2025-05-20T15:53:14.637Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr\", UID:\"2cffe9e1-373e-4f13-8d38-cc77e9c208b0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3340\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.645Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c27ecc58-3d73-4e83-835c-cf3783f0f826","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader","duration":0.009487242} {"severity":"info","timestamp":"2025-05-20T15:53:14.659Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bbaafdf7-f92b-49ea-a678-639fa3e162ab","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr","duration":0.000541051} {"severity":"info","timestamp":"2025-05-20T15:53:15.148Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 148661629, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4bedab10-0b51-45c4-a173-990d757df0a3","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:15.149Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3531\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.162Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"28bc4b49-46d8-4486-a591-9970cd5082fa","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:15.162Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 162416805, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c52c6a4a-c3a7-4c23-a394-397df8c44d38","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:15.162Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3531\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.185Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"89bd6ed6-9baf-4d9b-b5f0-d43ee69db5dd","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:15.395Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 395268945, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-echo]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e86d5604-3396-4943-974a-45c94a4c5e50","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:15.395Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run-echo\", UID:\"3f64100c-b44a-43fa-b0a0-2dc3aed39d2a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3532\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.407Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 407055507, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-echo]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2903f899-5a38-47a3-9a4e-e7570295bdf8","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:15.407Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2025-05-20 15:53:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3c44e9bd-2d6c-4241-bd01-df0f952cd1f4","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:15.617Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 617881986, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ac54eb9e-d268-4131-9322-5b0372a25ff2","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:15.618Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3513\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.635Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 635532875, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a33ecfd1-3848-48ea-9b0e-c2550a6f0f4b","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:15.635Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d36f135f-91d0-40f6-9900-a15df554b491","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:15.636Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3513\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.666Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"814b75e5-eb12-4040-8c90-fb1909830ee1","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:15.702Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-cbrzr-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5d72cec4-6a53-4690-a16a-53377544e920","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:15.704Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5d72cec4-6a53-4690-a16a-53377544e920","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader","duration":0.002722322} {"severity":"info","timestamp":"2025-05-20T15:53:16.196Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5f4b1d9e-a2b1-4023-8c3b-2b4303ba2a1c","knative.dev/key":"testcli-mkhqj/output-pipeline-run-wsn7k","duration":0.000048596} {"severity":"info","timestamp":"2025-05-20T15:53:16.364Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3617\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.388Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 16, 388307232, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"45c7cf97-b252-4e15-9b01-64b59f7d68cf","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:16.388Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3617\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.423Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 16, 423007251, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f6803390-0892-40d5-bfdb-b71e314e8372","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:16.424Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3557\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.440Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 16, 440554164, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5e18e803-2042-47fa-a1a9-a17d73412f1b","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:16.440Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3624\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.441Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3557\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.443Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:10 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"66774d41-817b-428e-9829-b78d976c4c28","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:16.449Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 16, 449900408, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2a0f00fd-e3fc-4b26-887c-6800f9b2be1c","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:16.450Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3624\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.467Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 16, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"68f3bcb1-f257-4373-866c-7a8ad3aadaa4","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:16.486Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 16, 486513237, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"906e40a8-78de-409b-b0a4-2855da68d9f2","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:16.487Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 16, 487412447, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"41cac679-591f-450d-9302-7ce61c223b19","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:16.611Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-cbrzr-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"499203c5-1c80-4131-b20b-6ade3715fa0e","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:16.613Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"499203c5-1c80-4131-b20b-6ade3715fa0e","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader","duration":0.002290213} {"severity":"info","timestamp":"2025-05-20T15:53:17.412Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 17, 412424959, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a01be02d-86fd-4f54-8805-7576700fd245","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:17.414Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3630\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.438Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0fb018b9-9f14-42d3-9afa-f4349ae95f80","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:17.440Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object exit-handler-echo-on-exit for pipeline task echo-on-exit","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3e5b466b-0678-4afe-81ae-4d19249b9d8e","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:17.444Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 17, 444281963, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1dc329b2-66d4-4b25-a39d-10ad99efb391","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:17.445Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0fb018b9-9f14-42d3-9afa-f4349ae95f80","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","duration":0.007228698} {"severity":"info","timestamp":"2025-05-20T15:53:17.446Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3635\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.458Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:17.458908775 +0000 UTC m=+315.203756368} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3e5b466b-0678-4afe-81ae-4d19249b9d8e","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:17.459Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3655\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.459Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler\", UID:\"b843214b-a3d9-4d9a-bc44-ea5df74ef4d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3470\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.480Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 17, 480898990, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"391b0e50-a187-404b-9327-e5622e96f9aa","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:17.481Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3655\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.486Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 17, 486623691, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d20294f8-6171-4fb1-b393-de35bdb7e356","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:17.495Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun exit-handler-echo-on-exit that was missing from the PipelineRun status","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0fd0322f-2df5-40d8-964c-66eaa6f701bb","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:17.503Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:17.503846235 +0000 UTC m=+315.248693828} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0fd0322f-2df5-40d8-964c-66eaa6f701bb","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:17.507Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler\", UID:\"b843214b-a3d9-4d9a-bc44-ea5df74ef4d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3470\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.552Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 17, 552692325, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7da8e664-e880-40f1-bc9c-b254242da2d4","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:17.553Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3662\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.554Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3662\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.562Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:17 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9880545a-dbd6-4295-ab4a-9f5a94f87e56","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:17.597Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 17, 597501274, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dac2b03f-1468-492d-8e75-202f37acf92c","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:17.597Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3668\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.603Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:17 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e6f13260-86eb-4a50-9199-04a348bd9903","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:17.625Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 17, 625817800, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a06c151-6bd7-49bb-8a8e-84bb50b85c62","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:18.545Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 18, 545837870, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"297e7a1d-f536-4fd2-82fe-5db88f31d736","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:18.546Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3657\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:18.569Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 18, 569204768, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d45517ae-1dd8-465a-852a-2f6795bd76ce","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:18.609Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1f282ea0-55da-4820-a32c-b80aebc38b0e","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:18.619Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1f282ea0-55da-4820-a32c-b80aebc38b0e","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","duration":0.010454808} {"severity":"info","timestamp":"2025-05-20T15:53:18.629Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 18, 629448630, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"65891c73-bacd-4af1-a543-7f9683681fb9","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:18.629Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3671\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:18.645Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 18, 645800807, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d4790c2e-de9a-41e9-870c-8dbc03b8d880","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:18.646Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:17 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e456d30b-166f-4ffa-9cbe-fb94712908bf","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:19.436Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 19, 436025817, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"374e63e4-e02f-4a4b-8e8b-a8ec7815325a","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:19.436Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run-echo\", UID:\"3f64100c-b44a-43fa-b0a0-2dc3aed39d2a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3589\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.445Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5a4f9154-8eca-4121-bdf2-426f5302a85c","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:19.455Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5a4f9154-8eca-4121-bdf2-426f5302a85c","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","duration":0.010705959} {"severity":"info","timestamp":"2025-05-20T15:53:19.463Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2025-05-20 15:53:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8a9df2f6-7969-4a37-afba-0b7137073086","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:19.464Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 19, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2cd27d9f-20e2-43c6-b40a-d3e79db23547","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:19.715Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-cbrzr-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9951f8dd-95a8-4670-a65d-52d74e214069","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"info","timestamp":"2025-05-20T15:53:19.719Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9951f8dd-95a8-4670-a65d-52d74e214069","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader","duration":0.004056233} {"severity":"info","timestamp":"2025-05-20T15:53:19.720Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-cbrzr-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3423afad-c52c-4714-b1d9-95562f2d8892","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader"} {"severity":"error","timestamp":"2025-05-20T15:53:19.722Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3423afad-c52c-4714-b1d9-95562f2d8892","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader","targetMethod":"ReconcileKind","error":"pods \"pipeline-optional-ws-run-cbrzr-reader-pod\" not found","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun/reconciler.go:295\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:53:19.722Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3423afad-c52c-4714-b1d9-95562f2d8892","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader","duration":0.002273926,"error":"pods \"pipeline-optional-ws-run-cbrzr-reader-pod\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:19.723Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-l47pw\", Name:\"pipeline-optional-ws-run-cbrzr-reader\", UID:\"c5210a31-04c5-4348-ab03-85292a4f060b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3564\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"pipeline-optional-ws-run-cbrzr-reader-pod\" not found","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.884Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a4a36808-5043-4298-bf17-c1768d7c78d1","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr","duration":0.000174784} {"severity":"info","timestamp":"2025-05-20T15:53:19.884Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"28a8b5a0-d45f-4574-99c7-5802927c0cb6","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr-reader","duration":0.000036849} {"severity":"info","timestamp":"2025-05-20T15:53:19.993Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6fe3b31d-fca4-4b88-924a-8e4514f8f656","knative.dev/key":"testcli-l47pw/pipeline-optional-ws-run-cbrzr","duration":0.000050661} {"severity":"info","timestamp":"2025-05-20T15:53:20.435Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-xhsmf with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 435102158, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"195db228-753b-45a2-aec5-afd6ea9e44f8","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:20.436Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run-echo\", UID:\"3f64100c-b44a-43fa-b0a0-2dc3aed39d2a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3710\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.455Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : git-resolver-run-echo \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c3d3b111-baa3-40af-aa75-48cae7d0b169","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:20.455Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun git-resolver-run so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b79e13e5-55a5-4f06-a4ed-b423e4e96d6e","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:20.455Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded True {2025-05-20 15:53:20.455917398 +0000 UTC m=+318.200764987} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b79e13e5-55a5-4f06-a4ed-b423e4e96d6e","knative.dev/key":"testcli-xhsmf/git-resolver-run"} {"severity":"info","timestamp":"2025-05-20T15:53:20.456Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-xhsmf\", Name:\"git-resolver-run\", UID:\"695662c8-34d3-4564-ae1b-94a39e669a89\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3416\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.459Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c3d3b111-baa3-40af-aa75-48cae7d0b169","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo","duration":0.004039041} {"severity":"info","timestamp":"2025-05-20T15:53:20.466Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 466162633, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d2416c13-b597-4915-9365-5f83afb36030","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:20.466Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3684\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.480Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6d3f8b57-e532-473e-ba85-19d8a836b2d3","knative.dev/key":"testcli-xhsmf/git-resolver-run","duration":0.000163345} {"severity":"info","timestamp":"2025-05-20T15:53:20.481Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"67072ab5-a5bc-44da-b815-44353a0da352","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:20.482Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d76db608-8654-48b0-abab-cb24598e2c42","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:20.630Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 630515961, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"65ee6a88-95a0-42cf-9085-9452dcf2c567","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:20.630Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3690\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.644Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3d9a5270-3378-4cd0-b23f-4e2da4f4f89c","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:20.645Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c4d49685-4bb1-46af-b64b-d98626dc7645","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:20.648Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2025-05-20 15:53:17 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"13349107-118f-4d7a-867e-8af95698bcfb","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:21.451Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1253a0b6-aabf-419d-aa62-9c03d030c28a","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:21.468Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 20, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cf9dad1a-c824-455c-93bf-6094825cf7bd","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:21.537Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : git-resolver-run-echo \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"26eb4579-72f4-4f85-8b26-f747cd5f7839","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:21.539Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"26eb4579-72f4-4f85-8b26-f747cd5f7839","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo","duration":0.002352089} {"severity":"info","timestamp":"2025-05-20T15:53:22.451Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b99jd/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 22, 450948735, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ef6eb9d0-0ae1-4129-a278-063d029cb095","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:22.451Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-b99jd\", UID:\"649d960c-cd61-4bc0-82c0-45f91746626e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3766\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.464Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-b99jd \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f13a0936-5b1f-4bac-994f-0ba694822e8b","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:22.466Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : git-resolver-run-echo \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1e7d8800-6941-456c-a954-bd20caf61d78","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo"} {"severity":"info","timestamp":"2025-05-20T15:53:22.467Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f13a0936-5b1f-4bac-994f-0ba694822e8b","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd","duration":0.002971069} {"severity":"info","timestamp":"2025-05-20T15:53:22.469Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1e7d8800-6941-456c-a954-bd20caf61d78","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo","duration":0.002756912} {"severity":"info","timestamp":"2025-05-20T15:53:22.626Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-rrcpj with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 22, 626467926, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7a5a00fa-1602-49d3-aba0-09b394809c20","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:22.626Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3763\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.643Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f4b76709-c29b-4f5a-8f0e-2e4427f9b21a","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:22.645Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun exit-handler so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ef441a4c-8b0c-42a8-8a82-87aeacde2d83","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:22.645Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded True {2025-05-20 15:53:22.64534546 +0000 UTC m=+320.390193045} Succeeded Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ef441a4c-8b0c-42a8-8a82-87aeacde2d83","knative.dev/key":"testcli-rrcpj/exit-handler"} {"severity":"info","timestamp":"2025-05-20T15:53:22.645Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler\", UID:\"b843214b-a3d9-4d9a-bc44-ea5df74ef4d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3661\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.647Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f4b76709-c29b-4f5a-8f0e-2e4427f9b21a","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","duration":0.004042223} {"severity":"info","timestamp":"2025-05-20T15:53:22.660Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8a775c43-0101-42ee-9d52-2d705d3762d7","knative.dev/key":"testcli-rrcpj/exit-handler","duration":0.000194664} {"severity":"info","timestamp":"2025-05-20T15:53:23.272Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5q84g\", UID:\"3625e5f4-4230-40d6-9059-09b85c0d1052\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3782\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.283Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 23, 283176767, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"601e4c03-c176-42dd-ae32-61a47c28a30a","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:23.283Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5q84g\", UID:\"3625e5f4-4230-40d6-9059-09b85c0d1052\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3782\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.331Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 23, 331135166, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9b46f9bc-c4ab-4990-a843-e14d0a2d7532","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:23.331Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5q84g\", UID:\"3625e5f4-4230-40d6-9059-09b85c0d1052\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3790\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.344Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 23, 343999917, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"966480b1-7265-4698-b939-8b514a763409","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:23.540Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-b99jd \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ee871dcb-7413-4022-9f64-4553758ea93f","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:23.543Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ee871dcb-7413-4022-9f64-4553758ea93f","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd","duration":0.002889005} {"severity":"info","timestamp":"2025-05-20T15:53:23.726Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9b063f96-87ea-4c67-9893-b2aef7eea2b1","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:23.729Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9b063f96-87ea-4c67-9893-b2aef7eea2b1","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","duration":0.003187982} {"severity":"info","timestamp":"2025-05-20T15:53:24.473Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 24, 473495809, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"59d3c688-7c0b-4f58-9197-c366bcb194fa","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:24.473Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5q84g\", UID:\"3625e5f4-4230-40d6-9059-09b85c0d1052\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3792\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:24.507Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-b99jd \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"836757bc-0212-44a3-88ea-c1f10d04881e","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd"} {"severity":"info","timestamp":"2025-05-20T15:53:24.513Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"836757bc-0212-44a3-88ea-c1f10d04881e","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd","duration":0.005781593} {"severity":"info","timestamp":"2025-05-20T15:53:24.513Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 24, 513938343, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c7229666-2da6-4bf0-9d0b-a2cfc605f5fc","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:24.639Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2fa529e7-c35f-4d22-b7ef-0b39ce8184cb","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:24.642Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2fa529e7-c35f-4d22-b7ef-0b39ce8184cb","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","duration":0.003633744} {"severity":"info","timestamp":"2025-05-20T15:53:25.477Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 25, 477481628, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"150a9ec2-cbea-4eaa-8fd5-be01851fafb4","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:25.478Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5q84g\", UID:\"3625e5f4-4230-40d6-9059-09b85c0d1052\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3808\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:25.489Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 25, 489716538, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9b9e07e4-d03c-4213-8ec8-372e615c4609","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:26.025Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ad76aaaf-87fa-4b87-88c9-1dd0df54f15d","knative.dev/key":"testcli-xhsmf/git-resolver-run","duration":0.000213913} {"severity":"info","timestamp":"2025-05-20T15:53:26.025Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"42bf2039-ace9-49f5-87f6-a2704946b6f6","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo","duration":0.000045476} {"severity":"info","timestamp":"2025-05-20T15:53:26.039Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e65e0824-bc17-453d-a829-528e92669029","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo","duration":0.000053747} {"severity":"info","timestamp":"2025-05-20T15:53:26.043Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6a168f37-63fe-4bbf-a645-5ece66da90a9","knative.dev/key":"testcli-xhsmf/git-resolver-run-echo","duration":0.000055116} {"severity":"info","timestamp":"2025-05-20T15:53:26.062Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"f3435f4a-d84d-4498-80e8-92cefdbd9616","knative.dev/key":"testcli-xhsmf/cluster-99b6ccf7f9d5f1d4377ac24374205b55","duration":0.00005499} {"severity":"info","timestamp":"2025-05-20T15:53:26.062Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fbdae0ab-6f67-40aa-9abb-f86f0baccf31","knative.dev/key":"testcli-xhsmf/git-resolver-run","duration":0.000326007} {"severity":"info","timestamp":"2025-05-20T15:53:26.146Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f196e65b-248c-47d9-9582-49fd4e392907","knative.dev/key":"testcli-xhsmf/git-resolver-run","duration":0.00004991} {"severity":"info","timestamp":"2025-05-20T15:53:26.493Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 26, 493296506, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f33cfb20-687f-47bf-87fb-c23db0d8bdbd","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:26.493Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5q84g\", UID:\"3625e5f4-4230-40d6-9059-09b85c0d1052\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3815\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.505Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 26, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"62faa922-0f15-4d53-8f5f-9ead06a47089","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:26.506Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 26, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5fd8fff1-c15f-4d97-863e-105bf945fea1","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:27.487Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5q84g/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 27, 486966896, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"22863d57-6221-4e0c-a03b-33683e16f1f8","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:27.487Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5q84g\", UID:\"3625e5f4-4230-40d6-9059-09b85c0d1052\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3867\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:27.499Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-5q84g \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"488efc91-265f-4302-948a-5e4bb20d6e79","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:27.501Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"488efc91-265f-4302-948a-5e4bb20d6e79","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g","duration":0.002086703} {"severity":"info","timestamp":"2025-05-20T15:53:28.071Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3906\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.084Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 28, 84502636, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"90daf782-3b0e-4960-9470-ba7e8d0c7d98","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:28.084Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3906\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.133Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3916\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.142Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"30abbd05-f43d-42f5-a026-018a29968a06","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"info","timestamp":"2025-05-20T15:53:28.144Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 28, 144423849, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4f6042c0-e19a-4d00-8568-938a2aba7ba6","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:28.144Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3916\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:53:28.145Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"30abbd05-f43d-42f5-a026-018a29968a06","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","targetMethod":"ReconcileKind","error":"pods \"exit-handler-echo-on-exit-pod\" not found","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun/reconciler.go:295\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:53:28.145Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"30abbd05-f43d-42f5-a026-018a29968a06","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","duration":0.003006525,"error":"pods \"exit-handler-echo-on-exit-pod\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:28.145Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3776\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"exit-handler-echo-on-exit-pod\" not found","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.147Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"486de09a-96ef-4bcb-a5da-fc37b6c2120c","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit"} {"severity":"error","timestamp":"2025-05-20T15:53:28.156Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"486de09a-96ef-4bcb-a5da-fc37b6c2120c","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","targetMethod":"ReconcileKind","error":"pods \"exit-handler-echo-on-exit-pod\" not found","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun/reconciler.go:295\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:28.157Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-echo-on-exit\", UID:\"b5c2a088-2955-4f34-b0ef-ec4cdc50fe8f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3776\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"exit-handler-echo-on-exit-pod\" not found","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:53:28.157Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"486de09a-96ef-4bcb-a5da-fc37b6c2120c","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","duration":0.009691071,"error":"pods \"exit-handler-echo-on-exit-pod\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:28.158Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cda36ffb-c6b5-4c64-aa69-d0eac9b44889","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"error","timestamp":"2025-05-20T15:53:28.162Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cda36ffb-c6b5-4c64-aa69-d0eac9b44889","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","targetMethod":"ReconcileKind","error":"pods \"exit-handler-print-msg-pod\" not found","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun/reconciler.go:295\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:53:28.162Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cda36ffb-c6b5-4c64-aa69-d0eac9b44889","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","duration":0.004906426,"error":"pods \"exit-handler-print-msg-pod\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:28.162Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6f20445c-0fc4-4ac8-8e21-0ed085db8777","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg"} {"severity":"info","timestamp":"2025-05-20T15:53:28.163Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3652\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"exit-handler-print-msg-pod\" not found","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:53:28.165Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6f20445c-0fc4-4ac8-8e21-0ed085db8777","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","targetMethod":"ReconcileKind","error":"pods \"exit-handler-print-msg-pod\" not found","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1/taskrun/reconciler.go:295\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:540\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:53:28.165Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6f20445c-0fc4-4ac8-8e21-0ed085db8777","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","duration":0.002637004,"error":"pods \"exit-handler-print-msg-pod\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:53:28.165Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rrcpj\", Name:\"exit-handler-print-msg\", UID:\"a89aaf7c-2a8f-4f4f-8403-c21e2a7d2618\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3652\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"exit-handler-print-msg-pod\" not found","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.191Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 28, 191588440, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e8c512b8-4e39-4174-8ce0-f2e7696334ae","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:28.195Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2c7b4dfa-5de2-4a48-8dff-c7fddaddd324","knative.dev/key":"testcli-rrcpj/exit-handler-echo-on-exit","duration":0.000049977} {"severity":"info","timestamp":"2025-05-20T15:53:28.195Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6462e9dc-03c6-4837-9890-4d639c076929","knative.dev/key":"testcli-rrcpj/exit-handler","duration":0.00023383} {"severity":"info","timestamp":"2025-05-20T15:53:28.199Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"38f469b7-88e6-4493-90ee-1fa1706b4c06","knative.dev/key":"testcli-rrcpj/exit-handler-print-msg","duration":0.000042893} {"severity":"info","timestamp":"2025-05-20T15:53:28.199Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4fe56524-f282-43fd-9977-2b94e7176496","knative.dev/key":"testcli-rrcpj/exit-handler","duration":0.000254966} {"severity":"info","timestamp":"2025-05-20T15:53:28.234Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8a0499b5-bccc-498d-895d-594337605957","knative.dev/key":"testcli-rrcpj/exit-handler","duration":0.000048007} {"severity":"info","timestamp":"2025-05-20T15:53:28.592Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-5q84g \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c039bd46-8e19-4bec-998a-17a3a9b25c3e","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:28.595Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c039bd46-8e19-4bec-998a-17a3a9b25c3e","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g","duration":0.003396859} {"severity":"info","timestamp":"2025-05-20T15:53:29.499Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-5q84g \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8143f182-fcc5-44d4-b6a2-1d09014165a4","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g"} {"severity":"info","timestamp":"2025-05-20T15:53:29.505Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8143f182-fcc5-44d4-b6a2-1d09014165a4","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g","duration":0.006429854} {"severity":"info","timestamp":"2025-05-20T15:53:29.517Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 29, 517516090, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"df449076-126e-429e-b880-34b2a6a14d1a","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:29.518Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3931\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:29.535Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 29, 535299464, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d3867e3e-74b4-4227-8b0e-a2ddb03d41c0","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:30.506Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 30, 506123016, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"70c3d67a-93d0-49de-8ce4-2517f2e88ff2","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:30.506Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3950\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:30.518Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 30, 518783577, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0670bbe7-9bac-4cc1-9404-dc60e2f76055","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:31.516Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 31, 516794801, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"759bb93b-aacd-4fc4-88f9-5d760cb41412","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:31.517Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3961\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:31.531Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 31, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d2f97563-aca5-4a33-b9c5-6a475406419b","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:31.531Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 31, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"273cb6d4-fe24-4724-8a6c-f49b2d3af53a","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:32.511Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-k6c6s/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 32, 511543563, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c7df6f11-8c4b-42b2-9f21-b8b68c481632","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:32.511Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-k6c6s\", UID:\"cce777fc-9612-450c-9962-d1ef74072712\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3972\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:32.524Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-k6c6s \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0e024e04-4fe5-4093-9871-b3720520211b","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:32.526Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0e024e04-4fe5-4093-9871-b3720520211b","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s","duration":0.002282715} {"severity":"info","timestamp":"2025-05-20T15:53:33.589Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-k6c6s \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c64ea911-fff3-4b99-9eac-456c04773b0b","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:33.592Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c64ea911-fff3-4b99-9eac-456c04773b0b","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s","duration":0.003048844} {"severity":"info","timestamp":"2025-05-20T15:53:34.284Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3987\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.302Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 34, 302753147, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"94a51512-b1a0-43d9-80d4-385656dd81a3","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:34.303Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3987\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.351Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 34, 351785450, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"56af2b67-a585-4371-87e5-e1cfffddd1b6","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:34.352Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3995\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.363Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 34, 363937713, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fbf74f41-c1d3-4e43-9359-2c0a66274567","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:34.364Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3995\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.385Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 34, 385339426, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b2849825-9a58-4296-9912-97d1d5546305","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:34.527Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-k6c6s \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"35469326-2be3-46af-a09f-77c0fe2c02e7","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s"} {"severity":"info","timestamp":"2025-05-20T15:53:34.531Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"35469326-2be3-46af-a09f-77c0fe2c02e7","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s","duration":0.003374924} {"severity":"info","timestamp":"2025-05-20T15:53:35.527Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 35, 526986387, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9049a61b-89d5-4e5d-bac7-c007825e2910","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:35.527Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3997\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:35.548Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 35, 548208168, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b9e53c16-40db-4bc4-8c16-56c9a5afa6b7","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:36.530Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 36, 529967449, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"baf1558d-d064-495d-a40d-d15c92c1f944","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:36.530Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4007\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:36.548Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 36, 548177487, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"31cae625-d9bb-43e9-9448-8f327192cda6","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:37.544Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 37, 544870332, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"34b7e4fc-b49e-452a-9785-7ad2835249cb","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:37.545Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4019\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:37.557Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 37, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7b0efa3a-ce60-45fa-a93f-892f31a58b96","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:37.558Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 37, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f114a5ef-4eb3-47e8-9522-1f2d2edda20c","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:38.542Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-7p4qx/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 38, 542807933, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"81fc5b0a-0b67-4e0b-9012-5a176f74fc4f","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:38.543Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-7p4qx\", UID:\"c8e3c338-6166-4ed2-8894-817da970cd6e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4038\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:38.555Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-7p4qx \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f0b79b8d-ee42-4c5d-b9c7-e5654691b330","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:38.557Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f0b79b8d-ee42-4c5d-b9c7-e5654691b330","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx","duration":0.002786822} {"severity":"info","timestamp":"2025-05-20T15:53:39.621Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-7p4qx \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"193fe228-4b0d-4ede-add1-c39510d5a36e","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:39.623Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"193fe228-4b0d-4ede-add1-c39510d5a36e","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx","duration":0.003004087} {"severity":"info","timestamp":"2025-05-20T15:53:40.452Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4056\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.460Z","logger":"tekton-pipelines-controller","caller":"volumeclaim/pvchandler.go:80","message":"Created PersistentVolumeClaim pvc-92e0b04a5a in namespace testcli-fz6fr","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.468Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 40, 468337718, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f0c53869-60ad-41cd-bd19-9524eac1a5dd","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:40.469Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4056\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.512Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4063\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.517Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 40, 517934693, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"191d5eec-59fa-428b-a15f-e40a6ce4826f","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:40.518Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4063\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.550Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-7p4qx \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dcc3a846-8476-402a-b025-ff6aa4238c0f","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx"} {"severity":"info","timestamp":"2025-05-20T15:53:40.552Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 40, 552106636, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"517c2daf-aabf-4608-be47-9646e0bc24de","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:40.552Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dcc3a846-8476-402a-b025-ff6aa4238c0f","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx","duration":0.0024692} {"severity":"info","timestamp":"2025-05-20T15:53:44.481Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 44, 481058376, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9a4e30bd-fc72-42c5-b868-f4ad7e5fc7ad","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:44.494Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 44, 494468252, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"25ae3d5b-7134-471d-885a-d023e49398b5","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:44.494Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4070\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:44.505Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 44, 505227790, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d4eb5625-e2bf-40b9-b517-a6388f4216bc","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:45.570Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 45, 570149544, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"97e4c234-8e70-4121-b687-090ea0bc8b56","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:45.570Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4100\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:45.586Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 45, 586320332, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"118a4ce3-bc31-4c89-b02e-30292b7a012d","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:46.204Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6c19e52a-b5ec-4313-84c1-3d381a0c3b93","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:46.220Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"58ca73f4-3795-4679-999c-8190d167f30a","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:46.220Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6aff3333-b9dd-497b-8a35-d1c7d232ec6d","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:46.575Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 46, 575942198, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fe0d40f0-532c-4e03-8d20-2834be13b702","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:46.578Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4108\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.592Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 46, 592672631, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d6c86ebe-1a45-4b4b-8047-7130c1d7b24a","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:46.694Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"47a07814-bfb2-4efc-9c51-74db281aeaed","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:46.707Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded Unknown {2025-05-20 15:53:09 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"33dffa07-b8f8-4212-96d7-8ea64c8a8a4b","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:46.709Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e413228c-7d00-4127-a29a-711def1dbda7","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:47.215Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"50de348d-895a-44fe-b5a8-76fcd3d8b4e4","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:47.228Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded Unknown {2025-05-20 15:53:06 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"14548c4d-4278-4e69-bafa-5dff3ca7f228","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:47.229Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 15, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c99f7218-8287-4536-8042-fabea8cb437d","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:47.583Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 47, 583605488, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b0e38c57-11b8-407d-9395-6d4c13d3bd3e","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:47.584Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4122\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.596Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 47, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"97b9d381-0349-4e39-92c5-0bf3750f651b","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:47.596Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 47, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9a579c6e-ff0d-45aa-8018-1562e6beed93","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:47.700Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-dn25r-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 47, 700332818, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d92d98b8-5598-431a-a0a5-84c32e19e291","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:47.700Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r-first-create-file\", UID:\"389c3fbc-35c6-416d-9fe6-2bf956a1e3f3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4124\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.714Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-dn25r-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"65b49e90-9134-4e29-926f-dc11fd0a28a2","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:47.715Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-dn25r so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"160b6e50-63b5-4d76-89c7-3320f6a95dea","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:47.715Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-dn25r status is being set to &{Succeeded True {2025-05-20 15:53:47.715276879 +0000 UTC m=+345.460124471} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"160b6e50-63b5-4d76-89c7-3320f6a95dea","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r"} {"severity":"info","timestamp":"2025-05-20T15:53:47.716Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-dn25r\", UID:\"78dae72e-7e00-4f80-a7e3-04895c972d08\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3437\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.717Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"65b49e90-9134-4e29-926f-dc11fd0a28a2","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file","duration":0.003271156} {"severity":"info","timestamp":"2025-05-20T15:53:47.725Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6acfe8f8-5bdd-4ca2-9e1e-9be3b3ab9539","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r","duration":0.000119271} {"severity":"info","timestamp":"2025-05-20T15:53:48.220Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-b98vq-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 220085507, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f7d9e710-b395-462a-9520-c0e098d2d808","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.221Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq-first-create-file\", UID:\"be5bc58f-8295-45b9-bea4-d0b79aa5463f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4132\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.235Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-b98vq-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7a5fe25a-31b8-4f14-90ae-ae426adcccfd","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.235Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-b98vq so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a8006809-e909-40ac-90dc-889d44419e78","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:48.235Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-b98vq status is being set to &{Succeeded True {2025-05-20 15:53:48.235898749 +0000 UTC m=+345.980746344} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a8006809-e909-40ac-90dc-889d44419e78","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq"} {"severity":"info","timestamp":"2025-05-20T15:53:48.236Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-b98vq\", UID:\"6f82c706-fbfc-428a-b6c5-551201bae479\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3355\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.239Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7a5fe25a-31b8-4f14-90ae-ae426adcccfd","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file","duration":0.004222433} {"severity":"info","timestamp":"2025-05-20T15:53:48.247Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bf218abc-d5fa-442d-adaa-218c24d4c7f4","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq","duration":0.000124051} {"severity":"info","timestamp":"2025-05-20T15:53:48.370Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2\", UID:\"e9adfcc7-d8c5-4e61-a7ae-ce12f353b9ab\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4157\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.377Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-2hsr2-first-create-file for pipeline task first-create-file","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ec010180-2784-43dd-8305-e4e817ce3301","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.385Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48.38593736 +0000 UTC m=+346.130784952} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ec010180-2784-43dd-8305-e4e817ce3301","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.387Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2\", UID:\"e9adfcc7-d8c5-4e61-a7ae-ce12f353b9ab\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4157\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.387Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2-first-create-file\", UID:\"c0e4c9e9-911f-4969-959b-1827b80f87ff\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4159\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.408Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 408285345, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"83595bd2-d2a0-44d4-9d72-52d8fe389d1b","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.408Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2-first-create-file\", UID:\"c0e4c9e9-911f-4969-959b-1827b80f87ff\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4159\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.449Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"02be09a5-13fa-44e7-a131-38af86a8be21","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.467Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"224bae3a-d332-4f94-a52f-046f235969f7","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.467Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 467903600, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a6124df5-b675-4329-8254-ac729f6b84f3","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.469Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2-first-create-file\", UID:\"c0e4c9e9-911f-4969-959b-1827b80f87ff\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4170\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.483Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0edd1131-1910-49bc-89ca-b60d3a7fecf7","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.483Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 483593822, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e5a4c770-e902-4017-9914-c0bc6b8be6ea","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.517Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv\", UID:\"8033d378-709e-4c41-afbb-9231feb77fd2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4173\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.524Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-r9cdv-first-create-file for pipeline task first-create-file","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"315b33c0-ec0a-4d83-979c-dc14787975ed","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:48.534Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv-first-create-file\", UID:\"7c9e0c8d-35ca-4c48-9641-b0235cef5fea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4175\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.534Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded Unknown {2025-05-20 15:53:48.534905646 +0000 UTC m=+346.279753237} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"315b33c0-ec0a-4d83-979c-dc14787975ed","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:48.535Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv\", UID:\"8033d378-709e-4c41-afbb-9231feb77fd2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4173\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.555Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 555434964, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"de4b4839-c9de-4c5b-aa3a-0b48bcabb745","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.555Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv-first-create-file\", UID:\"7c9e0c8d-35ca-4c48-9641-b0235cef5fea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4175\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.596Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun output-pipeline-run-r9cdv-first-create-file that was missing from the PipelineRun status","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"60544387-14c1-4187-b415-33eee293bf19","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:48.596Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv\", UID:\"8033d378-709e-4c41-afbb-9231feb77fd2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4178\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.609Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-d7skn/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 609380843, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2776d54f-9bfc-4fcd-ac46-dae2a6a2dd75","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:48.609Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-with-workspace-run-d7skn\", UID:\"5b3c1ff9-8ba9-41ec-abff-0ee83a8faaeb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4141\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.694Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-with-workspace-run-d7skn \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6ba8c8dd-762f-4d51-9e8c-14699ad91464","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:48.703Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6ba8c8dd-762f-4d51-9e8c-14699ad91464","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn","duration":0.009497286} {"severity":"info","timestamp":"2025-05-20T15:53:48.776Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded Unknown {2025-05-20 15:53:48.77608254 +0000 UTC m=+346.520930133} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"60544387-14c1-4187-b415-33eee293bf19","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:48.778Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv\", UID:\"8033d378-709e-4c41-afbb-9231feb77fd2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4178\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.848Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-dn25r-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8935415a-96fd-4c0d-b0d8-e7548b79a6b6","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.850Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 849735901, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2342e005-f74d-49cc-95ce-d70a6ba4eb9a","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:48.851Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv-first-create-file\", UID:\"7c9e0c8d-35ca-4c48-9641-b0235cef5fea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4192\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.853Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8935415a-96fd-4c0d-b0d8-e7548b79a6b6","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file","duration":0.004957316} {"severity":"info","timestamp":"2025-05-20T15:53:48.940Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 48, 940587220, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b5f433f3-d838-43e7-93ba-5a47305170da","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:49.026Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"aacbb6cc-2d55-4b62-b91c-ccdbcde9864e","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:49.338Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-b98vq-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a1ff88f-b361-4cce-a475-42ed26daf20b","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:49.341Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a1ff88f-b361-4cce-a475-42ed26daf20b","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file","duration":0.003139866} {"severity":"info","timestamp":"2025-05-20T15:53:49.607Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 49, 607210922, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"76a081b2-e74c-4a53-afd1-771aed9c96a7","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:49.609Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2-first-create-file\", UID:\"c0e4c9e9-911f-4969-959b-1827b80f87ff\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4172\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.629Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9f6eaff4-8251-40ac-b776-ecde9f786673","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.631Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 49, 631580865, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f43a8410-68ad-43d9-8720-05ebee997ae3","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:49.733Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-with-workspace-run-d7skn \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"14950842-3dad-415d-be4d-399fecf3be38","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:49.740Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"14950842-3dad-415d-be4d-399fecf3be38","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn","duration":0.006868405} {"severity":"info","timestamp":"2025-05-20T15:53:49.745Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 49, 745066435, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e30dd6ba-3d20-461e-b89a-4fa0e3143c5a","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:49.746Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv-first-create-file\", UID:\"7c9e0c8d-35ca-4c48-9641-b0235cef5fea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4197\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.777Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-dn25r-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a1c7f37d-9071-4fd0-b754-bbc486c2db87","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:49.784Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 49, 784185903, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b8a40e33-94df-4cf7-813d-39605695127a","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:49.784Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3b7e3b37-836b-4bfc-82ce-2ef676f67a38","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:49.785Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a1c7f37d-9071-4fd0-b754-bbc486c2db87","knative.dev/key":"testcli-m6kd6/output-pipeline-run-dn25r-first-create-file","duration":0.008562726} {"severity":"info","timestamp":"2025-05-20T15:53:50.201Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4225\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.232Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 50, 232015929, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b00f1815-52a9-4dce-a9d8-0270ee6836ef","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:50.232Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4225\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.256Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-b98vq-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f500c7fd-0c27-4880-a8f7-a3f4a3fb8adb","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:50.262Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f500c7fd-0c27-4880-a8f7-a3f4a3fb8adb","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file","duration":0.0052368} {"severity":"info","timestamp":"2025-05-20T15:53:50.292Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4230\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.300Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 50, 300101074, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"09f04dd9-f8ab-418a-9a22-feb6ee9cedc4","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:50.300Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4230\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.338Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 50, 338930577, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1d3baa59-7605-486f-b159-ee6effec9c7a","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:50.611Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-with-workspace-run-d7skn \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"86092c27-f804-4e89-bbea-441fce5aa9c1","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn"} {"severity":"info","timestamp":"2025-05-20T15:53:50.615Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"86092c27-f804-4e89-bbea-441fce5aa9c1","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn","duration":0.004859716} {"severity":"info","timestamp":"2025-05-20T15:53:50.644Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 50, 644407776, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9f0b3aac-3ec1-4274-a2f3-07a880eaf2e3","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:50.644Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2-first-create-file\", UID:\"c0e4c9e9-911f-4969-959b-1827b80f87ff\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4208\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.669Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c6dc4260-53b3-4448-b400-ec5b8f42b471","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.670Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 50, 670921691, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1c21ea67-ac9b-40fd-99fb-2fa357ecf77b","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:50.758Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 50, 758610690, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"53ff38ff-e6b6-4079-933f-e01d291f4c36","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:50.762Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv-first-create-file\", UID:\"7c9e0c8d-35ca-4c48-9641-b0235cef5fea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4220\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.784Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 50, 784719346, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"77f53fc0-13ec-469f-91b3-8f1d28fac287","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:50.784Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"36a4b625-5ccb-4c09-99c5-4749e86f0b91","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:51.168Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr\", UID:\"6c68f027-e864-4fe7-a4bc-4bd0df78191d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4253\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.188Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-r87qr-first-create-file for pipeline task first-create-file","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bcb5ecca-b8ad-4c0f-8a91-929e9bbe9db9","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:51.220Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded Unknown {2025-05-20 15:53:51.220539696 +0000 UTC m=+348.965387288} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bcb5ecca-b8ad-4c0f-8a91-929e9bbe9db9","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:51.221Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr\", UID:\"6c68f027-e864-4fe7-a4bc-4bd0df78191d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4253\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.222Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr-first-create-file\", UID:\"3ef450e5-824a-4710-91d6-5a9c74013b01\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4256\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.264Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 51, 264214567, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"30b4829b-d014-45ed-ae3c-4039f3540883","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:51.265Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr-first-create-file\", UID:\"3ef450e5-824a-4710-91d6-5a9c74013b01\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4256\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.277Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 51, 277094454, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ff2c626d-28ea-4579-b658-e2852621c22d","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:51.277Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4237\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.336Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 51, 336051807, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9168a5dd-e4f9-4b94-b036-cbb7aca85583","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:51.353Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr\", UID:\"6c68f027-e864-4fe7-a4bc-4bd0df78191d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4260\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.354Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun output-pipeline-run-r87qr-first-create-file that was missing from the PipelineRun status","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"eb899480-7f5a-4590-8d4f-1fd6e00e7a2c","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:51.371Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 51, 370983508, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"631b4baa-a2ab-453b-bcd8-03555b0f6d28","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:51.371Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr-first-create-file\", UID:\"3ef450e5-824a-4710-91d6-5a9c74013b01\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4275\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.375Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded Unknown {2025-05-20 15:53:51.375128179 +0000 UTC m=+349.119975771} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"eb899480-7f5a-4590-8d4f-1fd6e00e7a2c","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:51.376Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr\", UID:\"6c68f027-e864-4fe7-a4bc-4bd0df78191d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4260\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.403Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 51, 403167737, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ce33bd08-0b35-438a-b6a8-3487aeada097","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:51.424Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded Unknown {2025-05-20 15:53:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"cd9c19f9-40ac-4167-9719-b9c794c29ac4","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:52.267Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 267385557, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5452755b-fd3d-47ec-b112-af0b7d5a02ea","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:52.268Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr-first-create-file\", UID:\"3ef450e5-824a-4710-91d6-5a9c74013b01\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4279\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.304Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded Unknown {2025-05-20 15:53:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"62ddd289-edec-4e9a-a6b4-79d68e3ac332","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:52.310Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 310655736, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4b04b276-0d33-415b-98fb-19ada622d930","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:52.316Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4270\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.320Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 317711556, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2aeb9047-8a4e-4473-9158-210d21c1fa55","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:52.340Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 340476197, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a815963-24ff-4ab7-a136-9dc5eb222aa7","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:52.649Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 649261002, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"29c2bd62-9b05-40fd-8397-5e5274d49fb4","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:52.649Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2-first-create-file\", UID:\"c0e4c9e9-911f-4969-959b-1827b80f87ff\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4243\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.669Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"166bc935-4294-45a5-bc4b-293b829fcc57","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.670Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c6489373-9e3f-40b8-9a9f-3fb65fc21d19","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:52.671Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"00df0156-20d5-461d-a32d-322fefd5a550","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:52.764Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 764639606, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0a86cc6f-9851-4620-b870-1e237aeaa993","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:52.764Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv-first-create-file\", UID:\"7c9e0c8d-35ca-4c48-9641-b0235cef5fea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4249\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.778Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4fb942bb-8800-4128-8065-75d50dd229d1","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:53:52.778Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ce8ba4f5-f5e1-4b0a-b041-98592ea459db","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:53.267Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 53, 267825133, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"526c5d94-63a8-4d61-b4b5-de5188a9ee5f","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:53.268Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr-first-create-file\", UID:\"3ef450e5-824a-4710-91d6-5a9c74013b01\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4305\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.287Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded Unknown {2025-05-20 15:53:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"936f0a77-3bde-43d1-80ec-a2fe70086e1d","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:53.287Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 53, 287821160, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0451bf8f-0a0f-4f31-ba82-0b918f794bfe","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:53.293Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 53, 293477223, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9097a93d-6df4-4659-a565-02a80b6a1a80","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:53.294Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4308\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.306Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 53, 306309035, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dccc672f-71e3-409d-bdec-ebf4c6a4898b","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:53.306Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4308\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.329Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 53, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"10e2dcfa-4afa-4359-aba9-6be91d2716b3","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:54.283Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-bp9db/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 54, 283786799, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f76a8969-afed-4d7f-b46d-03d155b0ac27","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:54.284Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-bp9db\", UID:\"30c1aded-64c0-4b58-8908-ccdebab1b96b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4335\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:54.300Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-bp9db \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f3f8982a-df87-4b82-bc89-f03a3b61a42d","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:54.302Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f3f8982a-df87-4b82-bc89-f03a3b61a42d","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db","duration":0.002335868} {"severity":"info","timestamp":"2025-05-20T15:53:55.309Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 55, 309546548, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7c8501cf-5636-4c5f-8cc7-cda90dbed0b6","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:55.310Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr-first-create-file\", UID:\"3ef450e5-824a-4710-91d6-5a9c74013b01\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4332\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:55.327Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded Unknown {2025-05-20 15:53:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"49428a82-f873-445c-8225-b50ca5e32da8","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:53:55.328Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 55, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"db2cb9c1-4a45-4a78-a44e-3362b300643c","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:55.329Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 55, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"65631979-5421-4edd-b663-50a3c043c869","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:53:55.376Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-bp9db \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"77a9616d-6f01-4877-b6c9-7f3e2938d8d1","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:55.379Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"77a9616d-6f01-4877-b6c9-7f3e2938d8d1","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db","duration":0.002551934} {"severity":"info","timestamp":"2025-05-20T15:53:56.293Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-bp9db \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0be96a44-3b11-45a8-91b6-29f31cb29989","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db"} {"severity":"info","timestamp":"2025-05-20T15:53:56.297Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0be96a44-3b11-45a8-91b6-29f31cb29989","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db","duration":0.003269049} {"severity":"info","timestamp":"2025-05-20T15:53:58.126Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"sleep-run-87m8l\", UID:\"02a5166d-14e1-4b10-b3db-3696c6a619a4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4382\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.139Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-run-87m8l/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 58, 139187203, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"26c3fd7e-2e34-4ac7-9a14-a3289ce4e09a","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:58.139Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"sleep-run-87m8l\", UID:\"02a5166d-14e1-4b10-b3db-3696c6a619a4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4382\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.203Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-run-87m8l/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 58, 203074344, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d535ad8d-bda8-4964-a748-6af36f6ce596","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:58.203Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"sleep-run-87m8l\", UID:\"02a5166d-14e1-4b10-b3db-3696c6a619a4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4391\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.214Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-run-87m8l/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 58, 214851220, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f54dc62a-78de-4a88-b4b8-ef3c882b4663","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:58.765Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-run-87m8l/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 58, 765575397, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ebb5ef8e-b3d4-47fd-9321-2852ad80d5bf","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"warn","timestamp":"2025-05-20T15:53:59.257Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-run-87m8l\" because of \"TaskRunCancelled\"","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ed000d5a-907a-40b3-9397-e31add21246d","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:59.262Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"sleep-run-87m8l\", UID:\"02a5166d-14e1-4b10-b3db-3696c6a619a4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4400\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-run-87m8l\" was cancelled. ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.275Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ed000d5a-907a-40b3-9397-e31add21246d","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.01784773} {"severity":"warn","timestamp":"2025-05-20T15:53:59.275Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-run-87m8l\" because of \"TaskRunCancelled\"","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"19982a08-0209-419f-896f-48a6cb6366bf","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:59.277Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"sleep-run-87m8l\", UID:\"02a5166d-14e1-4b10-b3db-3696c6a619a4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4400\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-run-87m8l\" was cancelled. ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.307Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"19982a08-0209-419f-896f-48a6cb6366bf","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.031821756} {"severity":"info","timestamp":"2025-05-20T15:53:59.307Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-87m8l \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"483de839-b065-46a6-96fb-98bb7a7043fc","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:59.307Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"483de839-b065-46a6-96fb-98bb7a7043fc","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.00022265} {"severity":"info","timestamp":"2025-05-20T15:53:59.770Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-87m8l \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ecb48aa1-aeae-4f84-898b-788e912d76eb","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:59.771Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ecb48aa1-aeae-4f84-898b-788e912d76eb","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.000627442} {"severity":"info","timestamp":"2025-05-20T15:53:59.845Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-87m8l \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fe798834-444e-4371-9f8f-ae1918da3a9a","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:53:59.846Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fe798834-444e-4371-9f8f-ae1918da3a9a","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.000247943} {"severity":"info","timestamp":"2025-05-20T15:54:00.772Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-87m8l \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"abac64ad-38c0-4c20-9f74-5794a2533209","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:54:00.772Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"abac64ad-38c0-4c20-9f74-5794a2533209","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.000241239} {"severity":"info","timestamp":"2025-05-20T15:54:00.782Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-87m8l \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1ead179b-9f08-45a2-bf3f-a5d74f75aa1d","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:54:00.782Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1ead179b-9f08-45a2-bf3f-a5d74f75aa1d","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.000231784} {"severity":"info","timestamp":"2025-05-20T15:54:00.786Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-87m8l \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0696cb40-ad27-4f04-881f-1bca9ce8a6e8","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:54:00.786Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0696cb40-ad27-4f04-881f-1bca9ce8a6e8","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.000220063} {"severity":"info","timestamp":"2025-05-20T15:54:00.789Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-87m8l \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"072ec7d3-c8ab-47f5-a55a-7813caf328df","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l"} {"severity":"info","timestamp":"2025-05-20T15:54:00.789Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"072ec7d3-c8ab-47f5-a55a-7813caf328df","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.000219436} {"severity":"info","timestamp":"2025-05-20T15:54:01.427Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4418\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.443Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 1, 443336518, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"12cf878f-7019-4ae7-80ed-5e4e5a9b1e50","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:01.443Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4418\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.485Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 1, 485364254, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3b05f0c5-bac3-4fe3-a136-764929dbc124","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:01.485Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4426\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.498Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 1, 498236561, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fd0aea93-46cc-4eee-9f8b-eabeff71b10f","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:01.499Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4426\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.521Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 1, 521185271, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d49f7733-2ef0-444c-9640-495ae71eaa34","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:02.784Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 2, 784164310, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fbdaacf8-e0aa-48e7-925f-288834cdc4b0","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:02.784Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4428\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:02.801Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 2, 801182706, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3ef11831-322e-4ac5-a2d6-72afc825e73d","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:03.787Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 3, 787316827, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"104a8992-4738-47b8-8c77-5a6a203a4ea4","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:03.788Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4439\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:03.803Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 3, 803925643, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5779c283-8636-46b3-ab21-c7d568b1537e","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:04.800Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 4, 800013405, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9684d48e-986b-419b-87cd-ad95e5591ff0","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:04.800Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4449\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:04.817Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 4, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1c7c658e-9d7f-4681-9c84-8ca106b929e5","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:05.796Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-5rln6/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 5, 796024610, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e9175f6e-6348-4e62-91c9-cdf37999229a","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:05.796Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"read-task-run-5rln6\", UID:\"da516eea-5da5-4fbf-b248-c66ebd4392d8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4463\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:05.809Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-5rln6 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"49893c61-3db2-43cf-b85c-2532f1f9cebd","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:05.812Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"49893c61-3db2-43cf-b85c-2532f1f9cebd","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6","duration":0.002477806} {"severity":"info","timestamp":"2025-05-20T15:54:06.881Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-5rln6 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"971b596f-a663-43cd-958b-afd224f65aa0","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:06.884Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"971b596f-a663-43cd-958b-afd224f65aa0","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6","duration":0.002790118} {"severity":"info","timestamp":"2025-05-20T15:54:07.805Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-5rln6 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"adf68f75-f9a2-46d7-9891-d7b0c141ecb6","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6"} {"severity":"info","timestamp":"2025-05-20T15:54:07.808Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"adf68f75-f9a2-46d7-9891-d7b0c141ecb6","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6","duration":0.003263077} {"severity":"info","timestamp":"2025-05-20T15:54:08.000Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"6adc04f3-ae93-436c-9c0c-ab6c351b781f","knative.dev/key":"testcli-xhsmf/cluster-99b6ccf7f9d5f1d4377ac24374205b55","duration":0.00008178} {"severity":"info","timestamp":"2025-05-20T15:54:09.477Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4490\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.487Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 9, 487522689, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"45486eac-1391-4b52-9ba8-2656c94cedaf","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:09.488Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4490\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.537Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 9, 537746674, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2964fc0c-df31-4738-91cf-ee78546d2acf","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:09.538Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4498\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.547Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 9, 547607178, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a96bd7c4-5da7-4c79-bb65-6d0a1193fb33","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:09.548Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 9, 548078107, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"53744573-68a4-4e77-9d21-5c100885888d","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:10.813Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 10, 813575992, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8337f600-cce8-427b-9038-89964453d30d","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:10.814Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4500\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:10.828Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 10, 828496740, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bf4861f8-67e3-428a-9ff7-ca3e488c580b","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:11.817Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 11, 817563760, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6beaf5c3-b74c-41de-acaa-ec9c04f73ced","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:11.818Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4515\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:11.829Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 11, 829151322, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e71f209b-d3b5-45de-89da-ad89d6f048b0","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:12.828Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 12, 828500687, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"90f21e67-c855-4347-8bd8-f9d61aa57cb3","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:12.828Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4520\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:12.839Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 12, 839088441, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cfc4d1a1-e812-4507-b3a3-7a37ae174c5b","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:12.839Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4520\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:12.859Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 12, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ed425784-c127-49c9-ba12-890cf499a85f","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:14.829Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-optional-ws-run-89dlz/testcli-fz6fr with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 14, 829117006, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2f5ebe7e-20ae-4dfc-940a-76bbcd94b3d8","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:14.829Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-fz6fr\", Name:\"task-optional-ws-run-89dlz\", UID:\"a39232ee-99d1-4dbe-9a0a-9e18e155c04e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4529\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:14.840Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-optional-ws-run-89dlz \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b670e0f7-2b3f-49b3-a71e-055118bfb64b","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:14.842Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b670e0f7-2b3f-49b3-a71e-055118bfb64b","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz","duration":0.002299269} {"severity":"info","timestamp":"2025-05-20T15:54:15.911Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-optional-ws-run-89dlz \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f3466355-197d-4d85-bdf4-5cda3b70c347","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:15.913Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f3466355-197d-4d85-bdf4-5cda3b70c347","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz","duration":0.002616199} {"severity":"info","timestamp":"2025-05-20T15:54:16.838Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-optional-ws-run-89dlz \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"658b1695-7874-4ed7-aba5-bc14ea49797b","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz"} {"severity":"info","timestamp":"2025-05-20T15:54:16.841Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"658b1695-7874-4ed7-aba5-bc14ea49797b","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz","duration":0.003070779} {"severity":"info","timestamp":"2025-05-20T15:54:20.983Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b6454914-b388-4ca6-a74c-71dc75c28138","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g","duration":0.000089364} {"severity":"info","timestamp":"2025-05-20T15:54:20.988Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5f2f9fb6-1c34-40b3-9f71-cdff39564a07","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6","duration":0.000060004} {"severity":"info","timestamp":"2025-05-20T15:54:20.993Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6cc2538b-4931-4be9-aaff-ab8e294ca291","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx","duration":0.000073739} {"severity":"info","timestamp":"2025-05-20T15:54:20.997Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"76df8d48-a6c8-4424-b40a-7fe8866e08f8","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g","duration":0.00008409} {"severity":"info","timestamp":"2025-05-20T15:54:21.000Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e1607b91-b99b-4f29-b1c6-c4861f0db34b","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd","duration":0.000053748} {"severity":"info","timestamp":"2025-05-20T15:54:21.004Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"30758bfb-14c4-4c21-a603-13041b6c51b3","knative.dev/key":"testcli-fz6fr/read-task-run-5q84g","duration":0.000049827} {"severity":"info","timestamp":"2025-05-20T15:54:21.007Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6057b7a4-1abc-499a-979f-c7e745c51a47","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6","duration":0.000048023} {"severity":"info","timestamp":"2025-05-20T15:54:21.012Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0eaa13a7-a205-47d0-9b6e-0b57c93198f5","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db","duration":0.000050173} {"severity":"info","timestamp":"2025-05-20T15:54:21.013Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9e121a90-989e-44d9-a669-6344dc5b9018","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx","duration":0.000032829} {"severity":"info","timestamp":"2025-05-20T15:54:21.019Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5fc4e850-3f91-4079-8822-0dd087c4899b","knative.dev/key":"testcli-fz6fr/read-task-run-5rln6","duration":0.000037126} {"severity":"info","timestamp":"2025-05-20T15:54:21.022Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"25d108a5-62db-4df6-a998-d30127438689","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd","duration":0.000037119} {"severity":"info","timestamp":"2025-05-20T15:54:21.023Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3eba207b-329a-4415-91bd-00c13c0962f6","knative.dev/key":"testcli-fz6fr/read-task-run-7p4qx","duration":0.00002496} {"severity":"info","timestamp":"2025-05-20T15:54:21.026Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7fa703d9-4601-4b61-ad32-bb019eb2c3df","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s","duration":0.000041067} {"severity":"info","timestamp":"2025-05-20T15:54:21.029Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"62c0eb39-13b8-4726-863f-52a04c854690","knative.dev/key":"testcli-fz6fr/read-task-run-b99jd","duration":0.000031818} {"severity":"info","timestamp":"2025-05-20T15:54:21.033Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5b0dbac4-ce5f-4150-bdec-b488ebabe009","knative.dev/key":"testcli-fz6fr/sleep-run-87m8l","duration":0.000150798} {"severity":"info","timestamp":"2025-05-20T15:54:21.033Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"73b3f92d-b5da-44e8-ba32-24bbdd26b1a6","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db","duration":0.000029739} {"severity":"info","timestamp":"2025-05-20T15:54:21.038Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6ad0104e-edbf-477f-bd7a-bedd6762d0a2","knative.dev/key":"testcli-fz6fr/read-task-run-bp9db","duration":0.000027213} {"severity":"info","timestamp":"2025-05-20T15:54:21.043Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d6a71247-6cf9-4356-9fe9-99e7e516863c","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz","duration":0.00003522} {"severity":"info","timestamp":"2025-05-20T15:54:21.046Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d8148945-7360-47e8-be64-d628633b2303","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn","duration":0.000038805} {"severity":"info","timestamp":"2025-05-20T15:54:21.047Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"aeeca245-f423-4bac-bbc9-783864d55240","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s","duration":0.000025447} {"severity":"info","timestamp":"2025-05-20T15:54:21.054Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"24f0ef0e-e5f9-4782-9298-5cfe30fe587e","knative.dev/key":"testcli-fz6fr/read-task-run-k6c6s","duration":0.000033602} {"severity":"info","timestamp":"2025-05-20T15:54:21.057Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c6dd20aa-dec4-401f-8ee7-7297d323e870","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz","duration":0.000032862} {"severity":"info","timestamp":"2025-05-20T15:54:21.061Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e4a771d7-669a-4211-af6d-6b3c7bfd8b5a","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn","duration":0.000039155} {"severity":"info","timestamp":"2025-05-20T15:54:21.064Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"676ff8a0-954d-4fc9-9969-6b69b207f672","knative.dev/key":"testcli-fz6fr/task-optional-ws-run-89dlz","duration":0.000036032} {"severity":"info","timestamp":"2025-05-20T15:54:21.071Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"47606ffb-6c2b-48e9-a43c-54ec5904d651","knative.dev/key":"testcli-fz6fr/task-with-workspace-run-d7skn","duration":0.00004882} {"severity":"info","timestamp":"2025-05-20T15:54:23.858Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e0bf3332-0ce9-439f-833e-1f5bc991fd34","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:23.872Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a6841f10-90bd-4e7d-8fa7-87b65963197e","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:23.873Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"43fb146f-bc12-4a6d-b14f-6155736ca09b","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:54:24.710Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"798a1a4b-95c7-44c4-8a3f-648f7b91fd78","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:24.724Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded Unknown {2025-05-20 15:53:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2ca4d02e-e49e-418c-b03f-983494b65bde","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.725Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b4d54d5c-635d-4010-a9b0-2841ec6537e7","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:24.863Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r9cdv-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 24, 863082723, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"df0cf89a-4909-4e43-8711-c72df35cc838","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:24.863Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv-first-create-file\", UID:\"7c9e0c8d-35ca-4c48-9641-b0235cef5fea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4806\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.877Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-r9cdv-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"af223c8a-d386-448c-8ba0-3899c5448a8c","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:24.877Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-r9cdv so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0413401a-2397-43d7-860c-8093149abfbf","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:54:24.877Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r9cdv status is being set to &{Succeeded True {2025-05-20 15:54:24.877517167 +0000 UTC m=+382.622364759} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0413401a-2397-43d7-860c-8093149abfbf","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv"} {"severity":"info","timestamp":"2025-05-20T15:54:24.877Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-r9cdv\", UID:\"8033d378-709e-4c41-afbb-9231feb77fd2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4185\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.881Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"af223c8a-d386-448c-8ba0-3899c5448a8c","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file","duration":0.0043366} {"severity":"info","timestamp":"2025-05-20T15:54:24.889Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c4f1f80b-dc89-4100-8dbb-0ac14b5106a3","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv","duration":0.000169437} {"severity":"info","timestamp":"2025-05-20T15:54:25.716Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-2hsr2-first-create-file/testcli-shd7s with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 25, 716385251, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b251cd01-c531-46ed-89c7-c7aa5c0c1731","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:25.717Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2-first-create-file\", UID:\"c0e4c9e9-911f-4969-959b-1827b80f87ff\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4811\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.735Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-2hsr2-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6e5bc408-733c-4601-9bd7-2202d7ba9853","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:25.736Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-2hsr2 so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"76e05d15-d2bb-4033-b5de-3919ac7e1772","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.736Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-2hsr2 status is being set to &{Succeeded True {2025-05-20 15:54:25.736135605 +0000 UTC m=+383.480983197} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"76e05d15-d2bb-4033-b5de-3919ac7e1772","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.736Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-shd7s\", Name:\"output-pipeline-run-2hsr2\", UID:\"e9adfcc7-d8c5-4e61-a7ae-ce12f353b9ab\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4168\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.741Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6e5bc408-733c-4601-9bd7-2202d7ba9853","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file","duration":0.006070822} {"severity":"info","timestamp":"2025-05-20T15:54:25.752Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0e505103-9206-406b-a213-2b7934aa0cb2","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2","duration":0.000251839} {"severity":"info","timestamp":"2025-05-20T15:54:25.939Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-r9cdv-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"53bcbbb8-415f-4136-b428-620b45075f4d","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:25.941Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"53bcbbb8-415f-4136-b428-620b45075f4d","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file","duration":0.002791028} {"severity":"info","timestamp":"2025-05-20T15:54:26.380Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 55, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b6378a22-c566-4073-9392-20b1d263c72e","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:26.397Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded Unknown {2025-05-20 15:53:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4fcd314f-6417-43d7-9215-29458f7dba9a","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:54:26.398Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 53, 55, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"39147206-ed3a-407a-b5d7-8ddc61045692","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:26.797Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-2hsr2-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cfc2f667-86e7-458d-85fb-1c539e16d8f7","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:26.805Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cfc2f667-86e7-458d-85fb-1c539e16d8f7","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file","duration":0.007934391} {"severity":"info","timestamp":"2025-05-20T15:54:26.884Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-r9cdv-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3d8999e5-f571-473d-a887-800c3206dc31","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:26.888Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3d8999e5-f571-473d-a887-800c3206dc31","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file","duration":0.003446368} {"severity":"info","timestamp":"2025-05-20T15:54:27.371Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-r87qr-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 27, 371409765, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"27ac7d47-6461-48cc-9b82-d03f757848c1","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:27.371Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr-first-create-file\", UID:\"3ef450e5-824a-4710-91d6-5a9c74013b01\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4832\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:27.385Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-r87qr so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"18559d18-c671-47f5-a2bb-9778387c40aa","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:54:27.385Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-r87qr status is being set to &{Succeeded True {2025-05-20 15:54:27.385407934 +0000 UTC m=+385.130255526} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"18559d18-c671-47f5-a2bb-9778387c40aa","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr"} {"severity":"info","timestamp":"2025-05-20T15:54:27.385Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-r87qr-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"84c76464-925c-44ad-b92c-aa17b4f907e3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:27.385Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-r87qr\", UID:\"6c68f027-e864-4fe7-a4bc-4bd0df78191d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4274\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:27.388Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"84c76464-925c-44ad-b92c-aa17b4f907e3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file","duration":0.002726177} {"severity":"info","timestamp":"2025-05-20T15:54:27.396Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"574d299c-0274-4f0e-902e-82760814af49","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr","duration":0.000161449} {"severity":"info","timestamp":"2025-05-20T15:54:27.732Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-2hsr2-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bb84e471-72f4-44cb-a4aa-c7e066461655","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:27.738Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bb84e471-72f4-44cb-a4aa-c7e066461655","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file","duration":0.006347667} {"severity":"info","timestamp":"2025-05-20T15:54:28.446Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-r87qr-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a52aa333-7f5e-4bbb-84ee-e68e64fe924e","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:28.448Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a52aa333-7f5e-4bbb-84ee-e68e64fe924e","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file","duration":0.002538647} {"severity":"info","timestamp":"2025-05-20T15:54:29.381Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-r87qr-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"871be14f-8c2f-451e-9091-2cdfbb91ac54","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:29.384Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"871be14f-8c2f-451e-9091-2cdfbb91ac54","knative.dev/key":"testcli-m6kd6/output-pipeline-run-r87qr-first-create-file","duration":0.002920212} {"severity":"info","timestamp":"2025-05-20T15:54:29.928Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz\", UID:\"5d49d078-d39d-4259-9db0-93120333fc9b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4863\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.943Z","logger":"tekton-pipelines-controller","caller":"volumeclaim/pvchandler.go:80","message":"Created PersistentVolumeClaim pvc-a5c1601942 in namespace testcli-m6kd6","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.950Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/affinity_assistant.go:158","message":"Created StatefulSet affinity-assistant-bf8a4e2d66 in namespace testcli-m6kd6","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"38ea5d49-c843-49d3-8e8f-0038916bbf51","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:29.950Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object pipeline-with-workspace-run-q9dnz-reader for pipeline task reader","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"38ea5d49-c843-49d3-8e8f-0038916bbf51","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:29.959Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4868\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.959Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29.959939047 +0000 UTC m=+387.704786639} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"38ea5d49-c843-49d3-8e8f-0038916bbf51","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:29.960Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz\", UID:\"5d49d078-d39d-4259-9db0-93120333fc9b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4863\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.970Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 29, 970498395, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2c2e85d2-0649-4012-92c8-e2053eb1ee1e","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:29.971Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4868\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.024Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"83898bf2-7da7-4606-afd6-f677a6287ba3","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:30.026Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 30, 26042074, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"PodScheduled\\\":\\\"False\\\"; message: \\\"0/4 nodes are available: 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 3 node(s) didn't match pod affinity rules. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling..\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"443c1761-523d-4163-891f-8c2bd209d6b3","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:30.026Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4890\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"PodScheduled\":\"False\"; message: \"0/4 nodes are available: 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 3 node(s) didn't match pod affinity rules. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling..\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.026Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"360acfe0-047e-4aba-8923-20b925472da6","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:30.036Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 30, 36706014, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"PodScheduled\\\":\\\"False\\\"; message: \\\"0/4 nodes are available: 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 3 node(s) didn't match pod affinity rules. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling..\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c219344c-cc3e-4cf4-ae09-ecb4ad34a546","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:30.037Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9c6c3071-7824-440a-9a04-e7913a1c2d18","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:31.086Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"506f217d-a3b9-48b4-a766-7002c14b029a","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2","duration":0.000055294} {"severity":"info","timestamp":"2025-05-20T15:54:31.090Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5e7a6d5d-134c-4a7c-aa23-72ccd3ff121d","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq","duration":0.000043778} {"severity":"info","timestamp":"2025-05-20T15:54:31.101Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d1915e37-7597-4b28-bd2a-c410b7e9cf42","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv","duration":0.000064118} {"severity":"info","timestamp":"2025-05-20T15:54:31.107Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"578bf126-3d47-4cdc-8f1e-2baa36c7646d","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2","duration":0.00004634} {"severity":"info","timestamp":"2025-05-20T15:54:31.107Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"344dfd69-0bb6-4a5f-9f96-52799ee0d439","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file","duration":0.000045101} {"severity":"info","timestamp":"2025-05-20T15:54:31.109Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"97fc1ff3-6244-4c61-b0ee-58f497cd8137","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq","duration":0.000036869} {"severity":"info","timestamp":"2025-05-20T15:54:31.109Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9d147332-2fc8-4d18-9382-f3579cb30f04","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file","duration":0.000022631} {"severity":"info","timestamp":"2025-05-20T15:54:31.118Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cf4398b4-683f-42b8-83fc-71b039db8b79","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file","duration":0.000046816} {"severity":"info","timestamp":"2025-05-20T15:54:31.118Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"27830825-ea61-49f1-819a-25b59d4512e9","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv","duration":0.000026416} {"severity":"info","timestamp":"2025-05-20T15:54:31.122Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be8ff92a-30cb-40a7-a9be-499321151d65","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file","duration":0.000043492} {"severity":"info","timestamp":"2025-05-20T15:54:31.125Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7012bd59-5806-413a-b82d-b4e07c54d0c7","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file","duration":0.00010545} {"severity":"info","timestamp":"2025-05-20T15:54:31.134Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bd004b19-6297-4c25-8e54-32e69791d1e3","knative.dev/key":"testcli-shd7s/output-pipeline-run-2hsr2-first-create-file","duration":0.00004056} {"severity":"info","timestamp":"2025-05-20T15:54:31.141Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"61fdf847-2d04-4ba4-9cb2-44382c3b63b8","knative.dev/key":"testcli-shd7s/output-pipeline-run-b98vq-first-create-file","duration":0.004292838} {"severity":"info","timestamp":"2025-05-20T15:54:31.144Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fecbaef7-5982-4a98-9731-e21b16d418a9","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file","duration":0.000037484} {"severity":"info","timestamp":"2025-05-20T15:54:31.148Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d8c6ddeb-5bfb-47cd-9a2d-8d6c8f24f6c9","knative.dev/key":"testcli-shd7s/output-pipeline-run-r9cdv-first-create-file","duration":0.000030547} {"severity":"info","timestamp":"2025-05-20T15:54:33.968Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 33, 968842046, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"54070aa7-a90a-473d-bf79-313128430fbe","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:33.969Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4892\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:33.986Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 33, 986090272, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ef924684-c8ec-46c5-b89f-58d3bc5c568d","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:33.986Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a2298cc1-6f40-4be4-9deb-9fa439a49653","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:33.988Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 33, 988365676, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"89003df8-769a-4816-95ac-7db5afdcd68d","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:33.989Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5025\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:34.006Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 34, 6002499, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0274a1d1-4651-44da-a91d-cb751c3aa14f","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:34.006Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d82ac312-8e5c-4ec9-8647-2efe023da460","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:34.902Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 34, 902156810, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1169aad3-f4f0-42e1-a48b-3a4dfd382f77","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:34.902Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5030\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:34.917Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"09d2b5e4-fcce-49a5-990f-25a4d5e4ecb2","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:34.918Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 34, 918322183, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c936f94a-cde5-4d59-ba88-fd0e8a55361f","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:35.906Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 35, 906471647, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8a542ca9-8c00-479c-a5d5-a02a7b4c0501","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:35.906Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5042\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:35.921Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 35, 921062138, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9b2aedc1-8f16-4635-931e-3535085459c4","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:35.921Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2bc2dc99-8aec-47b0-adf7-90717dc37489","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:37.929Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 37, 929474598, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cfaf1871-7574-40d6-93e2-d4595a22d967","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:37.930Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5048\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:37.943Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 37, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"90c1b585-6872-4153-8ec6-19f245ed430f","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:37.943Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded Unknown {2025-05-20 15:54:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c15901eb-ad19-4da6-a101-174c18b94491","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:38.931Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-q9dnz-reader/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 38, 931624819, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b85dd5da-f376-4ae4-bbda-a447bb5fe2c8","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:38.931Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz-reader\", UID:\"c293e191-7eb4-4b3e-bc3a-29299d24c1c3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5075\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.949Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-with-workspace-run-q9dnz-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ba9cce67-f95a-4f7c-9303-cf95d45e3dee","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:38.950Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun pipeline-with-workspace-run-q9dnz so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"40be2d5d-04d9-48c2-8a02-f6ff9a8857e0","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:38.950Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-q9dnz status is being set to &{Succeeded True {2025-05-20 15:54:38.950352976 +0000 UTC m=+396.695200565} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"40be2d5d-04d9-48c2-8a02-f6ff9a8857e0","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz"} {"severity":"info","timestamp":"2025-05-20T15:54:38.950Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"pipeline-with-workspace-run-q9dnz\", UID:\"5d49d078-d39d-4259-9db0-93120333fc9b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4889\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.958Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ba9cce67-f95a-4f7c-9303-cf95d45e3dee","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader","duration":0.008796882} {"severity":"info","timestamp":"2025-05-20T15:54:38.971Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2556b24f-2c69-4c49-b6be-9e19c67ededd","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz","duration":0.004360962} {"severity":"info","timestamp":"2025-05-20T15:54:40.041Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-with-workspace-run-q9dnz-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3179eb68-fc92-43f9-a12e-92951b3ee36e","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:40.044Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3179eb68-fc92-43f9-a12e-92951b3ee36e","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader","duration":0.003114549} {"severity":"info","timestamp":"2025-05-20T15:54:40.132Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8\", UID:\"0da90f9d-aeff-4d41-a3fb-7d4ca84a276a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5096\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.141Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-5rvf8-first-create-file for pipeline task first-create-file","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0ed9c43c-34a4-413a-a7ea-d3b0aa96710b","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:40.150Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40.150885185 +0000 UTC m=+397.895732778} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0ed9c43c-34a4-413a-a7ea-d3b0aa96710b","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:40.151Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8-first-create-file\", UID:\"8c0fd91b-cc83-458b-96b1-de30790d05a3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5099\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.153Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8\", UID:\"0da90f9d-aeff-4d41-a3fb-7d4ca84a276a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5096\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.171Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 40, 171450254, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b2aa7cf9-e1e5-4bb5-8340-4a60f8141cfb","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:40.171Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8-first-create-file\", UID:\"8c0fd91b-cc83-458b-96b1-de30790d05a3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5099\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.213Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b5bac42c-14a2-45ce-8d1a-bfa173d1c43f","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:40.225Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"99a2c810-f9f4-43d3-8079-5fb0964ad118","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:40.226Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 40, 226390684, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ace3a982-e6e4-4950-9c64-65fed08004b8","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:40.226Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8-first-create-file\", UID:\"8c0fd91b-cc83-458b-96b1-de30790d05a3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5110\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.239Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2682dbbb-0c2e-44de-8813-67cf0ac7fd6b","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:40.239Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 40, 239636876, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"99b10aba-2792-47ce-b3de-7ad88989fc6b","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:40.977Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 40, 977181373, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d40dd9cb-f994-40bf-8d18-074c59473ec5","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:41.005Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-with-workspace-run-q9dnz-reader \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c01a6156-5b6e-4ab4-90c6-05c10dea1604","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader"} {"severity":"info","timestamp":"2025-05-20T15:54:41.007Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c01a6156-5b6e-4ab4-90c6-05c10dea1604","knative.dev/key":"testcli-m6kd6/pipeline-with-workspace-run-q9dnz-reader","duration":0.002569109} {"severity":"info","timestamp":"2025-05-20T15:54:41.959Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 41, 959175551, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fc69ae46-e19b-4ea9-a526-837ef09b990c","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:41.959Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8-first-create-file\", UID:\"8c0fd91b-cc83-458b-96b1-de30790d05a3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5112\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:41.979Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5369aa23-c0df-4321-9402-3cb5adb14ff3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:41.979Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 41, 979766823, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"10b62854-71d0-440e-b671-4a46d52f4f91","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:42.956Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 42, 956249342, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"45ff5924-88e1-4f2a-a5a2-bc4c93b07709","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:42.957Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8-first-create-file\", UID:\"8c0fd91b-cc83-458b-96b1-de30790d05a3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5127\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:42.971Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5b416370-a699-43e6-ad91-bfc59a05ef61","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:42.972Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 42, 972207949, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-create-new-file step-write-new-stuff step-read]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0309cbb3-a24c-4ae2-8a37-9b3e83d6ae67","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:44.997Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 44, 997578869, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"63e88bc8-2c7a-48c8-941a-80096649f681","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:54:44.998Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8-first-create-file\", UID:\"8c0fd91b-cc83-458b-96b1-de30790d05a3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5135\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:45.022Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ead4b837-b8c5-44ef-bba8-c7bc2f02011e","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:54:45.024Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 44, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f0168cfd-2bf2-4002-992a-aa80a1ebb1d1","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:55:16.045Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 44, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8319b7c0-140a-48b0-aac5-ef20a4f4c435","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:55:16.059Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded Unknown {2025-05-20 15:54:40 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"24200214-4cd3-4e03-a318-b64e4c4f0b5d","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:55:16.061Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 54, 44, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a247a357-9356-49aa-9ed7-9ac6b64e25bf","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:55:17.051Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-5rvf8-first-create-file/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 55, 17, 50954979, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3470234c-54e7-4330-b67f-3326fe9c5bcf","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:55:17.051Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8-first-create-file\", UID:\"8c0fd91b-cc83-458b-96b1-de30790d05a3\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5272\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:17.065Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-5rvf8-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6008aa0d-2400-4d06-8cad-337458e9bad3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:55:17.066Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-5rvf8 so it has finished","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bf07cc3f-797a-4674-a6e9-e8b81e326639","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:55:17.066Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-5rvf8 status is being set to &{Succeeded True {2025-05-20 15:55:17.066462269 +0000 UTC m=+434.811309858} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bf07cc3f-797a-4674-a6e9-e8b81e326639","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8"} {"severity":"info","timestamp":"2025-05-20T15:55:17.067Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"output-pipeline-run-5rvf8\", UID:\"0da90f9d-aeff-4d41-a3fb-7d4ca84a276a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5108\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:17.070Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6008aa0d-2400-4d06-8cad-337458e9bad3","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file","duration":0.005647907} {"severity":"info","timestamp":"2025-05-20T15:55:17.079Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8098ff0f-56fb-4811-855d-abda66868708","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8","duration":0.00016303} {"severity":"info","timestamp":"2025-05-20T15:55:18.127Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-5rvf8-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"065d365f-db5a-47a0-8d75-0caa828d53a7","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:55:18.130Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"065d365f-db5a-47a0-8d75-0caa828d53a7","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file","duration":0.003111167} {"severity":"info","timestamp":"2025-05-20T15:55:19.060Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-5rvf8-first-create-file \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e509a113-a83a-4203-ba60-8fcf6b7cfb23","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file"} {"severity":"info","timestamp":"2025-05-20T15:55:19.063Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e509a113-a83a-4203-ba60-8fcf6b7cfb23","knative.dev/key":"testcli-m6kd6/output-pipeline-run-5rvf8-first-create-file","duration":0.003880736} {"severity":"info","timestamp":"2025-05-20T15:55:20.775Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g\", UID:\"ec88f540-d46b-4e88-ad4b-1978a0314b4c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5307\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.780Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object sleep-pipeline-run-d8p6g-pipelinetask1 for pipeline task pipelinetask1","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"47bf32b2-829e-4dec-be1c-88dac07855d7","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g"} {"severity":"info","timestamp":"2025-05-20T15:55:20.787Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-d8p6g status is being set to &{Succeeded Unknown {2025-05-20 15:55:20.787586115 +0000 UTC m=+438.532433705} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"47bf32b2-829e-4dec-be1c-88dac07855d7","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g"} {"severity":"info","timestamp":"2025-05-20T15:55:20.788Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g\", UID:\"ec88f540-d46b-4e88-ad4b-1978a0314b4c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5307\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.788Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g-pipelinetask1\", UID:\"51e5cf8d-a7d2-4131-ade9-c58de2526683\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5309\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.801Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-pipeline-run-d8p6g-pipelinetask1/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 55, 20, 801106239, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"95224591-2010-4b3b-9ee7-70bdbe02964d","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:20.801Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g-pipelinetask1\", UID:\"51e5cf8d-a7d2-4131-ade9-c58de2526683\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5309\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.838Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-d8p6g status is being set to &{Succeeded Unknown {2025-05-20 15:55:20 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"cc9bbab3-4ec7-461b-9e82-2b94ab20e4ef","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g"} {"severity":"info","timestamp":"2025-05-20T15:55:20.846Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-d8p6g status is being set to &{Succeeded Unknown {2025-05-20 15:55:20 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b533b8f2-c1f4-4edf-8c22-3d2bee3b7cf2","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g"} {"severity":"info","timestamp":"2025-05-20T15:55:20.846Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-pipeline-run-d8p6g-pipelinetask1/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 55, 20, 846704391, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"33e9f4d6-5e12-4298-bea7-94d4234f0b80","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:20.846Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g-pipelinetask1\", UID:\"51e5cf8d-a7d2-4131-ade9-c58de2526683\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5320\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.857Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-pipeline-run-d8p6g-pipelinetask1/testcli-m6kd6 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.May, 20, 15, 55, 20, 857119906, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0798bd33-8639-4305-8f89-b5c70d4f8c58","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:20.857Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-d8p6g status is being set to &{Succeeded Unknown {2025-05-20 15:55:20 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"14fa5937-f63c-4526-861c-9016de1746e0","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g"} {"severity":"info","timestamp":"2025-05-20T15:55:21.897Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/cancel.go:144","message":"cancelling TaskRun sleep-pipeline-run-d8p6g-pipelinetask1","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"19a1bc0d-f181-4ad3-9f11-4604ef02c464","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g"} {"severity":"warn","timestamp":"2025-05-20T15:55:21.910Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-pipeline-run-d8p6g-pipelinetask1\" because of \"TaskRunCancelled\"","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4bf195aa-3a6d-4095-8698-dbcdc9f7c537","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:21.910Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g\", UID:\"ec88f540-d46b-4e88-ad4b-1978a0314b4c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5328\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' PipelineRun \"sleep-pipeline-run-d8p6g\" was cancelled","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.915Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g-pipelinetask1\", UID:\"51e5cf8d-a7d2-4131-ade9-c58de2526683\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5329\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-pipeline-run-d8p6g-pipelinetask1\" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.926Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"19a1bc0d-f181-4ad3-9f11-4604ef02c464","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g","duration":0.028936274} {"severity":"info","timestamp":"2025-05-20T15:55:21.926Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"68d8c9ad-9d4a-44a6-914a-0a19f462becb","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g","duration":0.000135085} {"severity":"info","timestamp":"2025-05-20T15:55:21.928Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4bf195aa-3a6d-4095-8698-dbcdc9f7c537","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.018749287} {"severity":"warn","timestamp":"2025-05-20T15:55:21.928Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-pipeline-run-d8p6g-pipelinetask1\" because of \"TaskRunCancelled\"","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"72dd4370-445d-40ea-b93f-6b1da163c4de","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:21.929Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1e082e09-2eed-41d1-93f3-444ad016cae8","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g","duration":0.000276823} {"severity":"info","timestamp":"2025-05-20T15:55:21.931Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-m6kd6\", Name:\"sleep-pipeline-run-d8p6g-pipelinetask1\", UID:\"51e5cf8d-a7d2-4131-ade9-c58de2526683\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5329\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-pipeline-run-d8p6g-pipelinetask1\" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.961Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"72dd4370-445d-40ea-b93f-6b1da163c4de","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.032959118} {"severity":"info","timestamp":"2025-05-20T15:55:21.962Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-d8p6g-pipelinetask1 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6cea966c-7c60-4fd3-91c7-5a13f3fafc54","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:21.962Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6cea966c-7c60-4fd3-91c7-5a13f3fafc54","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.000188663} {"severity":"info","timestamp":"2025-05-20T15:55:22.068Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-d8p6g-pipelinetask1 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"86f6d586-e756-4943-83c7-a7a5a9fd3807","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:22.069Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"86f6d586-e756-4943-83c7-a7a5a9fd3807","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.000577743} {"severity":"info","timestamp":"2025-05-20T15:55:22.136Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-d8p6g-pipelinetask1 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e33fc47c-d76f-4c1f-a1b9-9325b007591f","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:22.136Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e33fc47c-d76f-4c1f-a1b9-9325b007591f","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.000773803} {"severity":"info","timestamp":"2025-05-20T15:55:23.074Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-d8p6g-pipelinetask1 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"39feff57-2a1a-4720-a8a8-3a1a07e4e328","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:23.074Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"39feff57-2a1a-4720-a8a8-3a1a07e4e328","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.000243368} {"severity":"info","timestamp":"2025-05-20T15:55:23.086Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-d8p6g-pipelinetask1 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be0b745c-54fe-4ef0-a371-6457bd0bcffe","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:23.087Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be0b745c-54fe-4ef0-a371-6457bd0bcffe","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.000771999} {"severity":"info","timestamp":"2025-05-20T15:55:23.091Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-d8p6g-pipelinetask1 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2b636201-e174-4c25-b622-dc47ef361792","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:23.091Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2b636201-e174-4c25-b622-dc47ef361792","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.000205242} {"severity":"info","timestamp":"2025-05-20T15:55:23.095Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-d8p6g-pipelinetask1 \n","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"11ccb944-7610-4bce-afd8-c94a7f9b5055","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1"} {"severity":"info","timestamp":"2025-05-20T15:55:23.095Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"11ccb944-7610-4bce-afd8-c94a7f9b5055","knative.dev/key":"testcli-m6kd6/sleep-pipeline-run-d8p6g-pipelinetask1","duration":0.000180283} >>> Pipeline webhook log: 2025/05/20 15:48:04 Registering 2 clients 2025/05/20 15:48:04 Registering 3 informer factories 2025/05/20 15:48:04 Registering 4 informers 2025/05/20 15:48:04 Registering 5 controllers 2025/05/20 15:48:04 Readiness and health check server listening on port 8080 {"severity":"info","timestamp":"2025-05-20T15:48:04.304Z","logger":"tekton-pipelines-webhook","caller":"profiling/server.go:65","message":"Profiling enabled: false","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.314Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:47","message":"Running with Standard leader election","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.327Z","logger":"tekton-pipelines-webhook","caller":"sharedmain/main.go:282","message":"Starting configuration manager...","commit":"d9974e2"} {"level":"info","ts":1747756084.427499,"logger":"fallback","caller":"injection/injection.go:63","msg":"Starting informers..."} {"severity":"info","timestamp":"2025-05-20T15:48:04.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/webhook.go:246","message":"Informers have been synced, unblocking admission webhooks.","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.528Z","logger":"tekton-pipelines-webhook","caller":"sharedmain/main.go:315","message":"Starting controllers...","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.528Z","logger":"tekton-pipelines-webhook","caller":"injection/health_check.go:43","message":"Probes server listening on port 8080","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.528Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:147","message":"tekton-pipelines-webhook.conversionwebhook.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-webhook-6d78d58d64-286vs_ac9139f1-fb07-44c2-b76f-244876563bb3\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.528Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.528Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:147","message":"tekton-pipelines-webhook.webhookcertificates.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-webhook-6d78d58d64-286vs_07e8af2c-528f-40a5-99f3-b2be28dc8ed3\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:147","message":"tekton-pipelines-webhook.defaultingwebhook.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-webhook-6d78d58d64-286vs_249d4319-f9b8-4df0-97bd-a9d1b9c1866f\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:147","message":"tekton-pipelines-webhook.validationwebhook.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-webhook-6d78d58d64-286vs_3ac07bed-cf1d-4054-a86a-5af59d7b5f53\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2"} I0520 15:48:04.529697 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.conversionwebhook.00-of-01... {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:147","message":"tekton-pipelines-webhook.configmapwebhook.00-of-01 will run in leader-elected mode with id \"tekton-pipelines-webhook-6d78d58d64-286vs_8afd0bc2-40b5-48b1-946e-159aebdd386d\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:484","message":"Starting controller and workers","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.529Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:494","message":"Started workers","commit":"d9974e2"} I0520 15:48:04.530909 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.webhookcertificates.00-of-01... I0520 15:48:04.531157 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.defaultingwebhook.00-of-01... I0520 15:48:04.531384 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.validationwebhook.00-of-01... I0520 15:48:04.531570 1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.configmapwebhook.00-of-01... I0520 15:48:04.539377 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.webhookcertificates.00-of-01 {"severity":"info","timestamp":"2025-05-20T15:48:04.539Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-6d78d58d64-286vs_07e8af2c-528f-40a5-99f3-b2be28dc8ed3\" has started leading \"tekton-pipelines-webhook.webhookcertificates.00-of-01\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.539Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"certificates/certificates.go:80","message":"Certificate secret \"webhook-certs\" is missing key \"server-key.pem\"","commit":"d9974e2","knative.dev/traceid":"8cc92a19-e9bc-4d0a-a264-31e2c86c195c","knative.dev/key":"tekton-pipelines/webhook-certs"} I0520 15:48:04.542376 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.validationwebhook.00-of-01 I0520 15:48:04.542972 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.conversionwebhook.00-of-01 I0520 15:48:04.544180 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.configmapwebhook.00-of-01 {"severity":"info","timestamp":"2025-05-20T15:48:04.544Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-6d78d58d64-286vs_3ac07bed-cf1d-4054-a86a-5af59d7b5f53\" has started leading \"tekton-pipelines-webhook.validationwebhook.00-of-01\"","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:48:04.546Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"2726429e-9cfa-4e11-a446-cdc1260f77e7","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.000271483,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:48:04.544Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-6d78d58d64-286vs_ac9139f1-fb07-44c2-b76f-244876563bb3\" has started leading \"tekton-pipelines-webhook.conversionwebhook.00-of-01\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.545Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-6d78d58d64-286vs_8afd0bc2-40b5-48b1-946e-159aebdd386d\" has started leading \"tekton-pipelines-webhook.configmapwebhook.00-of-01\"","commit":"d9974e2"} {"severity":"error","timestamp":"2025-05-20T15:48:04.547Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"6a5401e5-35ab-43c0-ae3a-c357815822f4","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.00002392,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:48:04.548Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"6e61617f-d9a7-4e71-8073-8b2e7a6643d6","knative.dev/key":"taskruns.tekton.dev","duration":0.000021907,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:48:04.548Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"7622d0dc-e17b-45c4-9d89-19d1d9b7e30a","knative.dev/key":"pipelineruns.tekton.dev","duration":0.00001455,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:48:04.550Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"6bd1aaac-b0d9-48c6-bfc6-7448cba76930","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.000023172,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:48:04.550Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"1a2dcbda-cdf0-4064-bf81-fa5ac3482466","knative.dev/key":"stepactions.tekton.dev","duration":0.000026756,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:48:04.550Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"87bf6102-3894-4f0a-b2ab-a6ffa27a770e","knative.dev/key":"tasks.tekton.dev","duration":0.000022846,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:48:04.550Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"0522f836-c6a6-4ca2-85f5-da550b327eb8","knative.dev/key":"pipelines.tekton.dev","duration":0.00001776,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:48:04.558Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"8cc92a19-e9bc-4d0a-a264-31e2c86c195c","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.018526833} I0520 15:48:04.558508 1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.defaultingwebhook.00-of-01 {"severity":"info","timestamp":"2025-05-20T15:48:04.560Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"3611aede-72ed-47fa-8137-71f973d8a2aa","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.000209659} {"severity":"info","timestamp":"2025-05-20T15:48:04.582Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-6d78d58d64-286vs_249d4319-f9b8-4df0-97bd-a9d1b9c1866f\" has started leading \"tekton-pipelines-webhook.defaultingwebhook.00-of-01\"","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:04.685Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:233","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"6d2690e2-4040-4800-bf14-7dba8156b2ea","knative.dev/key":"tekton-pipelines/webhook-certs"} {"severity":"info","timestamp":"2025-05-20T15:48:04.692Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:167","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"687b38ce-409f-471c-b476-5afa3d698a62","knative.dev/key":"tekton-pipelines/webhook-certs"} {"severity":"info","timestamp":"2025-05-20T15:48:04.695Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:233","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"138e3a35-4227-4fc9-b9b9-90b366665e4d","knative.dev/key":"validation.webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.698Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:167","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"a3d1bcfa-ae0a-4739-a304-bf227b30329a","knative.dev/key":"config.webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.701Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:260","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"7512e027-e450-4411-aca4-48d014011667","knative.dev/key":"webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.775Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"d9974e2","knative.dev/traceid":"b45179cd-ab1c-47d7-8c44-65e0c27571cf","knative.dev/key":"pipelineruns.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.778Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"6d2690e2-4040-4800-bf14-7dba8156b2ea","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.217897978} {"severity":"info","timestamp":"2025-05-20T15:48:04.809Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"d9974e2","knative.dev/traceid":"3f170b6b-b77b-4790-b902-1f017f28015d","knative.dev/key":"taskruns.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.813Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"687b38ce-409f-471c-b476-5afa3d698a62","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.249862037} {"severity":"info","timestamp":"2025-05-20T15:48:04.813Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"7512e027-e450-4411-aca4-48d014011667","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.230526014} {"severity":"error","timestamp":"2025-05-20T15:48:04.813Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"138e3a35-4227-4fc9-b9b9-90b366665e4d","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.23175671,"error":"failed to update webhook: Operation cannot be fulfilled on validatingwebhookconfigurations.admissionregistration.k8s.io \"validation.webhook.pipeline.tekton.dev\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"error","timestamp":"2025-05-20T15:48:04.814Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"d9974e2","knative.dev/traceid":"a3d1bcfa-ae0a-4739-a304-bf227b30329a","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.231839446,"error":"failed to update webhook: Operation cannot be fulfilled on validatingwebhookconfigurations.admissionregistration.k8s.io \"config.webhook.pipeline.tekton.dev\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:564\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:541\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/controller/controller.go:489"} {"severity":"info","timestamp":"2025-05-20T15:48:04.916Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:233","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"9a2e956b-91e4-48d4-8ecb-743df94aed53","knative.dev/key":"validation.webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.917Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:173","message":"Webhook is valid","commit":"d9974e2","knative.dev/traceid":"c68da782-54e9-4aec-a04c-63c3926f35ab","knative.dev/key":"config.webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.917Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"c68da782-54e9-4aec-a04c-63c3926f35ab","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.10288058} {"severity":"info","timestamp":"2025-05-20T15:48:04.972Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:260","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"98069c1d-e6dd-488f-85bc-9771b5ab2d93","knative.dev/key":"webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.973Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"9a2e956b-91e4-48d4-8ecb-743df94aed53","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.15897634} {"severity":"info","timestamp":"2025-05-20T15:48:04.983Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:173","message":"Webhook is valid","commit":"d9974e2","knative.dev/traceid":"2acd26b1-77a6-45eb-a3e5-fc018ff388c1","knative.dev/key":"config.webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:04.983Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"2acd26b1-77a6-45eb-a3e5-fc018ff388c1","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.065533839} {"severity":"info","timestamp":"2025-05-20T15:48:05.005Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:233","message":"Updating webhook","commit":"d9974e2","knative.dev/traceid":"b12656ea-7376-4966-8a50-3b905b8be1b8","knative.dev/key":"validation.webhook.pipeline.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.006Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"98069c1d-e6dd-488f-85bc-9771b5ab2d93","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.192589507} {"severity":"info","timestamp":"2025-05-20T15:48:05.020Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"b12656ea-7376-4966-8a50-3b905b8be1b8","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.047615754} {"severity":"info","timestamp":"2025-05-20T15:48:05.083Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"b45179cd-ab1c-47d7-8c44-65e0c27571cf","knative.dev/key":"pipelineruns.tekton.dev","duration":0.531790293} {"severity":"info","timestamp":"2025-05-20T15:48:05.090Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"d9974e2","knative.dev/traceid":"dad43d7d-a451-4b4a-9fd9-2ce65a393f98","knative.dev/key":"resolutionrequests.resolution.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.136Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"dad43d7d-a451-4b4a-9fd9-2ce65a393f98","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.051152805} {"severity":"info","timestamp":"2025-05-20T15:48:05.151Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"d9974e2","knative.dev/traceid":"8dc106fa-51f8-422f-9afd-e246e6ecb4d6","knative.dev/key":"stepactions.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.202Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"3f170b6b-b77b-4790-b902-1f017f28015d","knative.dev/key":"taskruns.tekton.dev","duration":0.619467112} {"severity":"info","timestamp":"2025-05-20T15:48:05.239Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"8dc106fa-51f8-422f-9afd-e246e6ecb4d6","knative.dev/key":"stepactions.tekton.dev","duration":0.103025462} {"severity":"info","timestamp":"2025-05-20T15:48:05.297Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"d9974e2","knative.dev/traceid":"79aa7ed5-ccd1-49d5-9a98-5deb3bf19458","knative.dev/key":"pipelines.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.391Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"79aa7ed5-ccd1-49d5-9a98-5deb3bf19458","knative.dev/key":"pipelines.tekton.dev","duration":0.152450523} {"severity":"info","timestamp":"2025-05-20T15:48:05.431Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"d9974e2","knative.dev/traceid":"7d5f5e6c-ee3d-4db4-914a-ca5234cc0c05","knative.dev/key":"tasks.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.507Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"d9974e2","knative.dev/traceid":"a3866d5f-6742-409d-a3c2-d02a7674faa8","knative.dev/key":"pipelineruns.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.507Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"a3866d5f-6742-409d-a3c2-d02a7674faa8","knative.dev/key":"pipelineruns.tekton.dev","duration":0.115469153} {"severity":"info","timestamp":"2025-05-20T15:48:05.671Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"d9974e2","knative.dev/traceid":"f9dfb8a7-f38f-43fd-8ca4-2978646657cc","knative.dev/key":"taskruns.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.671Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"f9dfb8a7-f38f-43fd-8ca4-2978646657cc","knative.dev/key":"taskruns.tekton.dev","duration":0.163765867} {"severity":"info","timestamp":"2025-05-20T15:48:05.697Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"d9974e2","knative.dev/traceid":"51625ab9-6bbf-4121-95a6-4aba7d4a9893","knative.dev/key":"resolutionrequests.resolution.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.697Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"51625ab9-6bbf-4121-95a6-4aba7d4a9893","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.026019942} {"severity":"info","timestamp":"2025-05-20T15:48:05.718Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"d9974e2","knative.dev/traceid":"a9fd93c1-d509-4cd6-b283-6e660deeb6d6","knative.dev/key":"stepactions.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.718Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"a9fd93c1-d509-4cd6-b283-6e660deeb6d6","knative.dev/key":"stepactions.tekton.dev","duration":0.020743246} {"severity":"info","timestamp":"2025-05-20T15:48:05.791Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"7d5f5e6c-ee3d-4db4-914a-ca5234cc0c05","knative.dev/key":"tasks.tekton.dev","duration":0.588152738} {"severity":"info","timestamp":"2025-05-20T15:48:05.808Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"d9974e2","knative.dev/traceid":"e092f6fe-6b17-42d6-b154-a434fe0a2a52","knative.dev/key":"pipelines.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.808Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"e092f6fe-6b17-42d6-b154-a434fe0a2a52","knative.dev/key":"pipelines.tekton.dev","duration":0.090563715} {"severity":"info","timestamp":"2025-05-20T15:48:05.901Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"d9974e2","knative.dev/traceid":"bcc4ed52-a527-4233-8dba-b65642c8762e","knative.dev/key":"tasks.tekton.dev"} {"severity":"info","timestamp":"2025-05-20T15:48:05.901Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"d9974e2","knative.dev/traceid":"bcc4ed52-a527-4233-8dba-b65642c8762e","knative.dev/key":"tasks.tekton.dev","duration":0.110121548} {"severity":"info","timestamp":"2025-05-20T15:48:12.002Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014338c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1919\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1919, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:36815\", RequestURI:\"/config-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0016e6600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/config-validation\", ctx:(*context.cancelCtx)(0xc001475a40), pat:(*http.pattern)(0xc0004ac1e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:12.003Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"/v1, Kind=ConfigMap","knative.dev/namespace":"tekton-pipelines","knative.dev/name":"feature-flags-triggers","knative.dev/operation":"CREATE","knative.dev/resource":"/v1, Resource=configmaps","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"51d4bc5e-a8a1-4c09-92c4-97f046ce3ae7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.833Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2348\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127bc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2348, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00127fc70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.835Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/1/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/2/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"tektoncd","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:48:52.835Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"tektoncd","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f2b86235-92af-4722-ab94-cf3099c47113","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.838Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fac00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001358000), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.840Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"tektoncd","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"0cca951a-fe28-45ce-bf51-787f0274bb90","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2073\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015285c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2073, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001359950), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2166\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2166, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001359a90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.851Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:48:52.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"43e90026-a446-40ae-8569-925752a50921","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.852Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2315\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2315, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001359c20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"dc60e4e5-8fc7-40f4-abc6-685abf085ef9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.856Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012613b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001620320), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.862Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2031\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2031, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001620500), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.864Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:48:52.864Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"be325558-4dde-4d5a-b75e-93293939ec22","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2167\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164af00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2167, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001620730), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f8f37bce-d1d9-4c1a-ac36-fb2501d6b500","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1662\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1662, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001620960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.879Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a83f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2994\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164be80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2994, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001620b90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.881Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4d74eeec-2d85-47ea-8c81-e14d1e3eeb4d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a87e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3142\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3142, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001620dc0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.885Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fae0e718-5c2c-4a2f-a60e-12fdc2029524","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2382\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2382, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001620ff0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.897Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4141\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4141, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001620000), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.898Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.898Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0e29ce6b-c4c9-4dd5-b702-ca23add3fc01","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4129\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d15c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4129, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001620320), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"41c21284-e09c-43d6-9ac0-9874347d8958","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a98c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1917\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1917, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001620640), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001620870), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.913Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4761b943-b4fb-44ef-9077-5973ee4bb9af","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007850e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5477\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5477, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001620c30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.926Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"da1abbb3-ba05-4fc7-b380-b7325b7eacd3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001edb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5453\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ecc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5453, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001621540), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a2cfd918-c0d2-4b05-bae4-1ef7cb05b144","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004302d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2519\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2519, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001621810), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.940Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004313b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6167\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6167, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001621a90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.941Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.941Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cc46d9e4-4d31-452a-90fc-3e18e03de7f4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.943Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041eab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7161\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7fe80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7161, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001621e00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.944Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"31aba814-384c-42b4-a3d2-2e08c0824fd9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041fdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6167\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6167, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474370), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"94a7ecc4-e810-4330-8ce1-045bd70b0543","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.950Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3647\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135eb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3647, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474730), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.965Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7897\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7897, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474a00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.966Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"18037697-6935-4f08-a190-e4a820dbbccc","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.967Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135fa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474f00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.969Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bd3d2977-efd7-4fc8-a456-7b44f9773559","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.972Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004754f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.973Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b5b3bf94-cc22-4ef7-855a-5590e5a6b878","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:52.976Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f15f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4174\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b46c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4174, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c1e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.986Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9359\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9359, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c5f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:52.988Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:52.988Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"90da32ca-5162-442e-b822-37bb8102dfd2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.014Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9359\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9359, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051cb40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.015Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:53.015Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2b6e5c17-edd5-441b-a062-aa50cc97fb15","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.018Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9359\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9359, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051d310), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.019Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"352b98ac-99ff-4a84-bb83-6159534be0d3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059de60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2274\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2274, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160190), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.020Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/1/computeResources\",\"value\":{}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"tektoncd","knative.dev/name":"task-volume","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:48:53.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"tektoncd","knative.dev/name":"task-volume","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"ab9eb694-85ee-4692-ab53-08a96d03d0bc","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.022Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001602d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.026Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"tektoncd","knative.dev/name":"task-volume","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"8b55280b-5213-4527-b9e8-47ed22ce2f90","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.026Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4580\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4580, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026a8c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.028Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1952\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1952, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026ab40), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9765\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9765, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026ac80), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.032Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:53.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cb680934-c0bf-44e4-b9bf-b409f9c1a335","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012619e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1493\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1493, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026b630), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.036Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/serviceAccountName\",\"value\":\"\"},{\"op\":\"add\",\"path\":\"/status\",\"value\":{\"podName\":\"\"}},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:48:53.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"0b86addb-9607-4d04-b885-11ad285a84b8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1721\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1721, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026b770), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2373ad96-2c52-4392-b864-c6dfba3cdf07","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026bb80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f202d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3339\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3339, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026bcc0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.074Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:53.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"949a8de2-17e7-48d9-ba7e-4a84de03bb22","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.079Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f20750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3315\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3315, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000284e10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.079Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d99cb523-d8e5-4a54-a276-de87bea74c1a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.083Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f20bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002856d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.123Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f20fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4980\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4980, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002859f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.124Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:53.124Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"65a79b78-5457-47b0-9f0c-08371bd74aae","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.249Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f215f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000285cc0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.251Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:53.251Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"89c477c9-071b-4bb8-9f1e-973086d579df","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.258Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f21cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014c1e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.258Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ea1d8623-6c15-4d60-9136-891a1bc391a5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fa43f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3161\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3161, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c5f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.326Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fa4990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7181\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7181, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014d950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.329Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:53.329Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0fb55e45-8bb7-4449-a041-c8ddcd74802e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.425Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fa5200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7181\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fec00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7181, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014dd10), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.427Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:53.427Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"de4c263f-40f2-4ce0-acfd-495bf24abc69","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.429Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fa5a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7181\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7181, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001620f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:53.430Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4bd88b6e-55b8-49ae-ab20-e94afabfa119","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:53.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3432\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3432, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:56.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010eb9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9757\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9757, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003a410), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:56.719Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:56.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"21af7d63-761f-4680-af66-730dc9e22d57","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:56.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011703f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9757\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9757, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003ab40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:56.722Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7171dda9-0791-4275-9686-77dc2d912f95","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:56.725Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001170d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4572\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4572, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003af00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:57.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011713b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7456\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7456, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f7900), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:57.493Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:57.493Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b4895e23-a845-4888-8edf-c58ac585dcae","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:57.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001171c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7456\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a26340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7456, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f7cc0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:57.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"811ed7f0-4853-494c-8f2b-184b6d9fa8f4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:57.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001236510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3436\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a268c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3436, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:58.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001236ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9778\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a27d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9778, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9ef0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:58.790Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:48:58.790Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f1455f4b-ac6f-4a8c-856d-b28a7163c07b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:58.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001237440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9778\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f925c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9778, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000522780), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:48:58.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a0c0041b-ed1d-47a4-8d40-11e1bd3eb047","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:48:58.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001237dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000522a50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:00.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7644\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7644, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004745a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:00.518Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:00.518Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0bda4415-3b98-4bfb-81aa-81348acc012a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:00.520Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041e750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7644\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7644, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004748c0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:00.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"942bb371-9caf-43d5-9462-8ce482912249","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:00.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041fdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3620\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d11c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3620, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474a50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:01.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014325a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8304\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8304, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051d0e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:01.503Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:01.503Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2a2ece6c-6e24-48af-a650-8923426cd83c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:01.505Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8304\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ed40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8304, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051d4a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:01.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"test-template-volume","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9e76770e-7720-4543-a31f-efb67ba65529","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:01.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f02d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4096\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4096, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001601e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:02.746Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10077\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10077, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005466e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:02.747Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:02.747Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6314198b-c4ba-4fc2-8bf6-6f742a7371b9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:02.749Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f17a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10077\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135efc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10077, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000546cd0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:02.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fe15dc86-6d2e-4f3a-ba3b-024dbb02869a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:02.753Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4871\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4871, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000547360), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:02.759Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10347\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135fbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10347, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005477c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:02.760Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:02.760Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"89a41f2b-d902-41a2-b464-4ea93bc5a97d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:03.744Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10546\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10546, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000285810), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:03.745Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:03.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1fd1abc0-dda9-462f-a630-3029f2e7fc3b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:03.747Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10546\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10546, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014c000), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:03.748Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"903b341d-c55f-446c-acab-fedda0ef5026","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:03.751Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5070\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5070, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c550), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:03.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b0a7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10745\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10745, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014c7d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:03.757Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:03.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d6fa97c2-dbfc-49d1-be33-30688931f2b1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:03.760Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b0b5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10745\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10745, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014d0e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:03.761Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b5b117a9-1859-436a-a1ba-4483367bc526","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:04.748Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bd3290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000484b90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:04.750Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:04.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c3734929-7779-4537-9085-54b0de15654e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:04.752Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da05a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f56c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004854f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:04.753Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2120ec3e-9065-40b0-b329-091995ebad04","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:04.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da1560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5546\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5546, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485860), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:04.761Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de8000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:59129\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485b80), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:04.762Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:49:04.762Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9357af6b-e46e-4557-aef7-1bae154cec8b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:04.764Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de8ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:38993\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020ccc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003a1e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:04.765Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"tektoncd","knative.dev/name":"output-pipeline-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8329766d-fb76-46ee-ae8a-c8aaca5a974c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:49:04.767Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de9dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3693\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3693, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003a820), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:23.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f96630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000fbbe00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000fc8e10), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:24.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001005ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3693\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ffebc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3693, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000ff19f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:24.514Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001012870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5546\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000fff240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5546, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000ff1cc0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:25.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010c6f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2073\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010d7d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2073, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001122320), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:27.206Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010c7200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4096\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001129380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4096, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001123720), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:49:40.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00136f950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1952\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00137ee40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1952, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:15057\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc00020cd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001371770), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:51:27.460Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1265\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1265, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:22713\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000195ea0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:51:27.462Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1beta1, Kind=CustomRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/serviceAccountName\",\"value\":\"\"},{\"op\":\"add\",\"path\":\"/status\",\"value\":{\"extraFields\":null}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-j497l","knative.dev/name":"customrun-foo","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=customruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:51:27.462Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-j497l","knative.dev/name":"customrun-foo","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=customruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2046033a-3bf3-4f41-85d3-1630485bffe3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:51:27.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:21023\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc00020c6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f7130), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:51:27.467Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-j497l","knative.dev/name":"customrun-foo","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=customruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"e25bc4c9-99fa-4d00-8edd-d1b820031555","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:04.998Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1525\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184f980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1525, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185c3c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.000Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/1/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/2/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:05.001Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"4db1463c-3fd8-4890-b486-3aadc4258f36","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.009Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1726\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1726, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185c690), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"eacc0bc8-29ab-4928-a6be-4b5bddae0d4b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1525\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1525, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185de50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.048Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/1/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/2/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:05.050Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"3f34bbd7-ffcd-47fd-b9a5-5d11f992e7db","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.054Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1430\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1430, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a050), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.058Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/spec\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/metadata\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/steps/0/computeResources\",\"value\":{}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:05.058Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a1007661-e649-44f7-ba9e-a45425eacf2b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.069Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1525\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00198e8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1525, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a410), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.078Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/1/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/2/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:05.078Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"ed7f4535-04e3-46d9-b19a-91d7e45d85a0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.079Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1726\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00198eec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1726, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a5a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.087Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"762696f8-2c1c-4c35-8711-b9bd47375547","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.094Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1256\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159ca80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1256, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa0f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.097Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1581\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1581, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aa230), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a40e1b50-99ae-4380-a558-e1fae74e8f5f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1256\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159dc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1256, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aaaf0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197ce10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1726\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1726, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aac80), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.112Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"create-file-verify","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2301fc62-4bb9-4868-ab03-f52c6e374283","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197cfc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1093\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127bb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1093, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2550), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.139Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1429\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d05c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1429, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c2690), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.142Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:05.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"fdbc2d23-bb15-4bee-b0cd-7b674f76c07a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1256\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1256, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2780), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.159Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1578\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1578, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c2960), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.160Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"329df33f-b8ce-4ed7-9e12-afc43eed30b1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.181Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3090), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1429\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1429, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3270), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.216Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:05.216Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"70aa4ce2-8fe5-4070-bf06-a6fd0b7f2b68","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1578\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1578, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3400), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"13f5ad0a-32d6-410b-b659-1b6c108f0826","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a87e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1429\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ef80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1429, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3a40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.227Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:05.227Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"3aa41f1a-20df-400c-a709-8cf66ba4a79a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.227Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3bd0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.241Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1578\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1578, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3db0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:05.247Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f3978c42-af22-4465-9de5-446402b9252d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:05.262Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a93b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474690), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004302d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1215\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1215, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160fa0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.523Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:06.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"92426fc9-64e8-4c82-88d8-69be29757b2e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1449\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1449, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000161360), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"aea86c3e-a56b-47a8-977c-347e757ba679","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"998\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:998, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001615e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2503\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2503, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000161770), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.578Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"448dc217-242a-4760-826a-08acc7a17cf3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2651\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2651, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000161a90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.597Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fc5a8fb1-6290-40af-b3e7-c4124e130ec2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041e090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1886\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1886, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000546c80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1314\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1314, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000547180), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.646Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:06.646Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"85bddc26-d95f-4bd8-900f-846070fc2454","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041f170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2834\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bff40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2834, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000547590), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.651Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"06c2a6b8-3069-4c86-abf8-333d8dbcbf61","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041fa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1538\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1538, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005479a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b9e70c00-0f81-4e4e-9814-7784fc56de30","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.663Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2822\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2822, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000547bd0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.663Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"520ada39-e771-4515-adc7-f396aefba70f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1092\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f50c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1092, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026a320), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.680Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026aa50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.706Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4469\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4469, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026abe0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.722Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a1984400-1280-445c-8c88-3e83dd110384","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4608\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4608, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026b180), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.736Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.739Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d166445-f1d5-4f0e-a8cc-15b9241ef618","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2443\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2443, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026b680), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.751Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.751Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8e0e2c07-c869-47ea-b5d7-685ed7488f2f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4445\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4445, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026bb30), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.763Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e8bee660-5dba-4d7f-bd12-2e71aa357941","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.780Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2002\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2002, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014c190), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d65dc1a3-9a5e-4827-9be5-3fe1599df770","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1820\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fec80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1820, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c640), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5875\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ffb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5875, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014d9f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.852Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.856Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1244cf89-9396-40f9-8c63-7a37a09f6530","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f14d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4868\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4868, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014dd10), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.875Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7c9b66c3-a1e4-4fe6-8c0d-e30e3fb46d0f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.877Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3012\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000482300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3012, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474050), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.879Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.879Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d7858096-9da2-4d17-8408-b924adcc37b5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3000\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000483700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3000, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474410), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f24f200c-d09a-476a-911a-666dc4f61876","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1347\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000483d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1347, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001474730), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4868\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4868, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474960), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.917Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6f93e7f7-026d-4209-919d-fc64e9286285","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2991\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2991, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001474be0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012602d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4789\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4789, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474d70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.937Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.937Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6fa53778-82b7-4503-9836-659a5505507a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.972Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5991\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5991, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014750e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.979Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:06.981Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a7c6ada6-7e8d-4a3e-9931-1ccf7b17b613","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.994Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012615f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5991\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5991, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001475360), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:06.997Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"38e42500-29b3-4546-a5c9-4872df2b6876","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:06.999Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475e00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.002Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.002Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"73462125-2d64-4736-b010-84ac9092e805","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.010Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018545a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4405\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4405, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000484370), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.012Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.012Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7208c9f6-5fb7-4c6f-841f-2669d873e466","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484910), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6bfc52d8-545c-4656-b3f3-a7cdee77daff","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.054Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018554d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3379\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3379, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000484c80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.066Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018559e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4381\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4381, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484e10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.069Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ed71cc52-50c9-4247-b05b-9178c7493d99","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.082Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00129c2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5044\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012facc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5044, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485540), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.084Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.085Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"936985f6-c649-404b-a2fd-cb3b0835d225","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.144Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00129cd80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7584\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7584, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.152Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.152Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3fa2472c-42c2-4f4a-8482-5f7ce4e8624c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.152Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00129d4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1998\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fba40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1998, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485c70), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.159Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00129d950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5044\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5044, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003a000), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6ad92c0c-3c8e-45e5-b2fa-07177423d0ff","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.169Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b8510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003a730), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.174Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eaf8b4b1-244a-4be4-8328-fc27f5bd48e8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b8d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3083\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3083, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003a9b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b95f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6105\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6105, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003ad20), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.216Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.217Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a61473b6-3597-4e8d-b364-fa936495fe35","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.355Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b9dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7584\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164ab80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7584, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000194230), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.358Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"56d35126-762b-4df3-ba6c-ae791a776f92","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.363Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015025a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7584\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7584, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f6b90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.371Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dc5bcca6-61c9-42be-86be-4997025c3ce3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001502cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f7d10), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.394Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.398Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5b6d6d32-1369-462b-aa14-41e9991c0309","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.406Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015034d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3595\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115acc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3595, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8410), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.441Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015039e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d85a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.450Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fce91566-dce4-4838-bb77-700dadfd9edd","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001630240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3669\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3669, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001630870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8c30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.566Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:07.566Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9b6065a0-b178-4cfc-8640-8ea4fb9bf14e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001631200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d8ff0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:07.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"50e131a6-b39c-4539-943e-c8bc0fc1f107","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:07.599Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001631b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4075\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4075, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d9400), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1280\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1280, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a4b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.046Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1beta1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/spec\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/steps/0/resources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"simple-example-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:08.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"simple-example-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"597d573c-a401-41e2-9093-ebd28ef5fa06","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1410\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159db00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1410, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a5f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.053Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"simple-example-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"bf366b44-ab49-4e40-8450-7f4f071241b5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.055Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"894\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:894, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198aeb0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.089Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"901\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ad00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:901, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198aff0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.099Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"901\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:901, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198b180), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.191Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1341\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127bbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1341, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198b400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.193Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1beta1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:08.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"ae2cb6b1-53ac-4954-8322-84094408e5fa","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1494\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1494, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198b590), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7628310a-197c-4b14-9c26-c797834aef1c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197db00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"973\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:973, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198b720), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1019\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1019, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198b950), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.216Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a85a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1019\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1019, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198bb80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.251Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2062\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2062, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198be00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.258Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/status/refSource\",\"value\":null},{\"op\":\"add\",\"path\":\"/status/source\",\"value\":null}]","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"CREATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.261Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"CREATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e369a300-609b-45c8-91b0-d4dd0497b008","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aa140), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"CREATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9874f850-ac81-4ce1-8ab7-24b15d8885fa","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a94d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1284\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1284, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa320), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3726\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3726, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aaf00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.345Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: [{\"op\":\"add\",\"path\":\"/status/source\",\"value\":null},{\"op\":\"add\",\"path\":\"/status/refSource\",\"value\":null}]","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.345Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a4497ac2-8970-4d2d-8deb-b2d0fe5c43f4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.360Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1044\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7fc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1044, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab220), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.379Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007850e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3757\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3757, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015ab450), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.381Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8dfe0fbc-c655-4b9e-8232-b59fe6284bb0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001ede60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1044\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1044, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab6d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.395Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004302d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"861\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135ee40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:861, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab900), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004313b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1749\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1749, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015abb30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.417Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2853\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135fa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2853, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015abd10), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.418Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.418Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6d461659-e1e7-44d1-89d4-5467e183e668","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041f290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2853\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2853, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c20f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.440Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"edf812ae-eeea-459f-825e-f7effad62e0a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.444Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5305\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5305, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c23c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.460Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers"} {"severity":"info","timestamp":"2025-05-20T15:53:08.463Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"faaecabb-10ca-45a7-a99d-dad4f46b5511","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.472Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1282\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1282, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c27d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5305\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5305, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c2a00), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"77cde259-a21d-4ee6-b987-4e6dda0f3178","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.486Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1307\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1307, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2c80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.491Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c2eb0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.494Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers"} {"severity":"info","timestamp":"2025-05-20T15:53:08.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"e2b61b81-328e-49f4-9f32-fd801a4bfb80","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1313\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1313, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c33b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.496Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:08.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b1e5744a-06d9-4426-be13-399b45a24fef","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1307\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1307, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c35e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.501Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f10e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1537\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1537, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3810), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"aae482bd-d6f3-4aba-a85b-ab8449d58dc5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.504Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1047\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1047, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3a40), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f19e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bfc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3c70), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"d27a974b-4c00-4c40-9ddb-ce719526ddd1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.508Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3364\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3364, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3ef0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.509Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"07fa43f2-0f1c-4f62-95eb-5d8b663ec1e4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1091\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1091, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004744b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.525Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004746e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.527Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3d46e558-fd5b-41b2-94b3-b8b16d9f9bd3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.529Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012601b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3727\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3727, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474aa0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474cd0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.551Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"116f9024-1aa7-475e-8e54-9a0417feeb1b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012614d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8173\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8173, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474f50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.557Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers"} {"severity":"info","timestamp":"2025-05-20T15:53:08.557Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"414bf2c2-1466-444a-bacf-f2922f34e9f2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3010\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3010, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004754f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.561Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.561Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"83c6b267-37b9-4c59-9d57-4cc19c3c9d64","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018546c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3659\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3659, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8173\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a36c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8173, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c5a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"ae81b78b-629e-4d8e-a3cf-ba7597db4664","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2998\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2998, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c8c0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"167c83d0-11e2-48cc-92ac-72f63f08bad2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1307\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1307, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051cc80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001502510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1307\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1307, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051d270), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001502ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051d4a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015030e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3627\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3627, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160280), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.585Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1ce7b6b7-9cda-4c31-8e35-34a2664f8ae3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dca750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001570c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000160960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dcac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3627\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3627, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000160eb0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5298bd30-26eb-4efb-8282-ed84bdcbfc0c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.604Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dcb710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8037\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000482400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8037, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000161360), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.606Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers"} {"severity":"info","timestamp":"2025-05-20T15:53:08.606Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"f4971777-4e23-4ffd-9ba6-127b393f0d4d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.616Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e08120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1740\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004839c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1740, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000161810), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.617Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e08870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8037\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8037, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000161b30), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.620Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"cluster-99b6ccf7f9d5f1d4377ac24374205b55","knative.dev/operation":"UPDATE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines-resolvers:tekton-pipelines-resolvers","admissionreview/uid":"d2fc123a-cd46-4eb8-99de-e2d60930be03","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e09200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4853\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4853, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000161db0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.623Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e02858f0-55d9-4c64-bcc0-dde525d46647","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e09cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"651\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:651, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000546730), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e09e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1626\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1626, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005469b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.627Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"58f5b2f8-86b4-4197-800e-b1ef882359d4","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"58f5b2f8-86b4-4197-800e-b1ef882359d4","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"67b05eaf-3232-4813-adba-e10e6500eda5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.628Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5c000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1714\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1714, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000546b90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.629Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"58f5b2f8-86b4-4197-800e-b1ef882359d4","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"57538615-b088-484e-9f7c-7a4ab9545493","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.635Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2277\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f921c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2277, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000547b30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.636Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.636Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f0e3dff1-7aac-4567-9fa2-7bbb2fabf122","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.638Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2425\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f926c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2425, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000547ef0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"97957235-9d1d-46c8-9942-b3a3eacae57b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.694Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5c5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1676\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1676, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026b6d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.707Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1765\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1765, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026bae0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.710Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5d050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026bd10), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.713Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"611cc783-f29d-44e1-9a8b-e9984208365e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1765\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1765, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000284f00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.726Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd8360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000285900), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8bd8164d-0f07-4a5e-a86c-e864f51cc121","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.728Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd8f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd94d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4032\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fba40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4032, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014c280), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.732Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:08.732Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c4334abf-3fcd-4198-bedd-e5c9a32474da","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:08.733Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001008120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4032\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4032, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014caa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:08.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e34c7438-dbd4-4acb-b2a5-f85ec5a9e3ba","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.652Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3148\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3148, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014754f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.715Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5067\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164be40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5067, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014757c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.722Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.723Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77f8b794-c083-4314-8a0d-5f74623ad986","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1765\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1765, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001475b30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00110c630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1314\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8aac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1314, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475d60), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.735Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:09.735Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"44c72246-6701-4695-90cd-43b6b94fb333","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.737Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00110c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1765\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8af80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1765, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000484280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00110d050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1998\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8b540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1998, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004844b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.749Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00110d5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1538\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8bb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1538, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484960), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6d063ddd-cfcd-403d-ba28-d1e0631d425e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.760Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00110db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1092\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1092, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485220), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.766Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001168090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5415\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5415, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004854f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.769Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"23794f57-66bd-47be-9ff4-dc096b63f5fb","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.777Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001168c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6910\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bee00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6910, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004858b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.779Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.779Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ea51100f-4055-4d29-a6e0-1b5767e9d9e4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001169b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5415\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5415, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485d10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.787Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3d24bb89-c8a7-4bbd-878e-c5f2cff74837","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011de870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4033\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bfc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4033, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003a280), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.793Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.793Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"394ac51d-9093-4e85-9076-edd7a2b933ee","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011dec60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4009\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ee480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4009, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003a780), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"abb5a605-d2dc-4525-84b2-7afa6538c888","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.815Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011df050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1792\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1792, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003b450), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.819Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011df3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3070\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3070, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003b6d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.831Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011dfb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6910\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6910, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f74f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.834Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bfd6aa1a-d2be-4848-9cf2-50d8abc938d7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001342ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5320\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184ec00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5320, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f7950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.845Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.845Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"183c3f95-e16e-44b4-994b-b4bcbe635c51","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.845Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001343050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6910\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184f1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6910, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f7c70), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.845Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-mkhqj","knative.dev/name":"output-pipeline-run-wsn7k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cbc2e0e9-2592-47ea-996f-789f870a8ea9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b8000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2443\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184f7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2443, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000522640), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.849Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.849Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c2e6198f-7832-4bfa-8018-a7cec2a837e4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b82d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3148\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184fcc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3148, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000522870), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b8bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018823c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000522b40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d5bd4fa9-498f-4f35-b705-3568e2559091","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b8f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1820\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018828c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1820, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000522d70), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b93b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3012\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3012, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000522fa0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.875Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6a029134-d4ba-4a06-b919-efc8e23debca","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.878Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b9a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5436\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5436, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005232c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.882Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d585e810-92f8-4c3d-9935-14d43ee37649","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001512090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3000\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3000, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000523540), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1bab5145-1ede-41fa-bd96-4e173bb7b41b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015127e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5436\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5436, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000523860), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e86717e8-5025-4e79-b605-098341d70532","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001512d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1347\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00157ab40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1347, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001623c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001513290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4789\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00157b140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4789, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162820), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.901Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b491b1ad-aff7-492b-8c77-ed71532b51cd","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001513cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3050\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00157b740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3050, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162b40), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.908Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017d8240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6898\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00157bd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6898, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162d70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.910Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a2714454-ac04-40e0-869f-8315bdd2e3dc","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017d8990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6898\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017fc300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6898, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162000), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.914Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f57f9707-a9c4-4dac-9881-59c79f5a3610","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017d90e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3254\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017fcf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3254, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001636d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017d95f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4405\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017fd500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4405, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163860), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.926Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4c11a44a-8970-42b7-9905-fadc123cfea5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017d9c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4381\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017fda80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4381, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000163c20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fee0ec28-12f9-49f4-bcd1-49adeed6b73e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5044\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5044, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8050), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.936Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.937Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d7983859-f202-49d4-a420-4acc0333f3e3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1998\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1998, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d85f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.943Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5044\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115ac80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5044, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d88c0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"63c72526-6761-4361-8e40-28c6662bd301","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a83f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6105\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6105, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8d70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.952Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.952Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"173f0906-ae9e-4777-a4ae-02a0cf6a14c4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.959Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3083\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3083, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d9270), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a97a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9540), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.988Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.988Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"085a1917-8872-41be-ac7c-dea8dcf1fa1f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.989Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6727\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6727, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9b80), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.990Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:09.990Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1cd40038-225b-472a-a660-3b395f15732d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000267950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159ce80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a140), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8254ba16-753d-4a16-8fe7-25cef2db6dcf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:09.993Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6727\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6727, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a410), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:09.994Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"55acd781-6061-4f4b-9389-3155f04c8b90","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.003Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041f290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3669\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3669, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a7d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198aa00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.065Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"98b8c496-9959-4409-a7ca-bccd5372af1a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.119Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198adc0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.122Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"10f11ba7-cab4-4ce9-8173-9ea9543273c8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014339e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1438\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127afc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1438, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198b0e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.190Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/tasks/0/taskSpec/spec\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/tasks/0/taskSpec/metadata\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/tasks/0/taskSpec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/finally/0/taskSpec/spec\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/finally/0/taskSpec/metadata\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/finally/0/taskSpec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate\",\"value\":{}},{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:10.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"1370a5ea-d04d-46be-8e41-f0a31914a8c2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1721\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1721, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198b220), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"08e59df6-3bda-486a-9372-bea5ad98ae06","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1229\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1229, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aaaf0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.212Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aacd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.214Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.214Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c20c362d-2281-4c1f-aca1-1a297395a37b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.217Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aaff0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.218Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bae261cf-0d35-40e1-92d1-cd23ba7fd921","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f15f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4067\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4067, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab2c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.314Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2255\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7eac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2255, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015ab4f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.315Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.316Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b7776557-b897-431d-875a-9243a6461f8b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.320Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2403\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7efc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2403, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015ab6d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d5401224-2924-486e-835c-1d1a6d81f697","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1653\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1653, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c31d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.380Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135ef00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3360), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.384Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6532c4b5-784e-4f49-9b8b-1b480eca9dfb","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.398Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3680), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.399Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b011b415-9e69-4685-be61-5501c2a0b137","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.409Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4075\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135fc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4075, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3950), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.425Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012603f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3270\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b42c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3270, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3b80), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.428Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.428Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8ac60d0b-cf95-4d58-a02f-ecf5d04546c9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.435Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3cc0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.443Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"02a3ff7b-168a-4e04-a8c4-b1edd626d523","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.451Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012610e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1481\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1481, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.462Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012614d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3988\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3988, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c500), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.465Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"42dfb9a0-d668-4b40-a80d-d5c774909f7a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012618c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3964\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bee00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3964, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c820), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6f51e912-1191-42ab-95f2-2fbba4880b7d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.489Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000160f50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018541b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5046\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5046, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001612c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.512Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"73968cc6-de77-4ddc-bfef-d42585e9720a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018547e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8766\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8766, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000161400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.567Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.567Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"983eae7d-6b6b-47a1-9c95-d7475fc786a0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5293\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5293, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001617c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.615Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d90af36-7090-4ba8-8da8-d936abcfd846","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.810Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000161b80), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.812Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.812Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2a9d44f9-b438-4613-8bb5-c48071cd5655","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000161d10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.818Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fd82523e-b122-467f-a1de-3fbe39fe1ea3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015126c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3216\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3216, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026be50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001512c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8766\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004feb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8766, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000284d20), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.866Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"030caf3e-adac-495e-b298-ea4af0ef491a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.871Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001610870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8766\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8766, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000285860), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.872Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b9f535dd-4601-4693-b6c7-5f4b414385a2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.889Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001611200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4075\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ffa00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4075, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000285d10), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001611830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5409\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5409, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014c140), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.924Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:10.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5ea1a958-34da-4c4b-804e-4b226dc95225","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001610000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5409\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025e5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5409, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014c5a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:10.943Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dbf7d496-586f-4ea1-a2ca-3830862cef12","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:10.959Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016105a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3045\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3045, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014dea0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001610ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6875\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6875, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001620f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.028Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:11.028Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7f3b73fb-7a31-4b93-8eae-bc8477f0cb55","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001611290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6875\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115bd80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6875, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162370), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7792\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7792, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162f50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.090Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:11.090Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b5f94045-d235-4dc3-b03b-92a115bd0034","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.092Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ee9c40d6-2f12-45c4-b21b-084e48cf9af9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.098Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197cab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7792\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7792, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001638b0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ffbf2e31-3f9c-4158-a516-ac0f98307352","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3235\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3235, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8820), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3587\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ac00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3587, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d89b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197def0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127bb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9a90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.336Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-1","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:11.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-1","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"69a71349-5acc-4e1b-807b-ce943a9b7a83","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9d60), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-1","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"ce91a913-ded4-4128-9f1b-583de3957779","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.360Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d9ef0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.381Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a0f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.385Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-2","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:11.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-2","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"aebf95d6-d38a-497f-808a-489854687275","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.395Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a230), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.395Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-2","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b997869c-4772-482b-b4b2-5279476361a5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d18c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a3c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.426Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a500), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.427Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-3","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:11.427Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-3","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"5b7b186c-fcec-44bc-89dc-ae55ddc329e3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a640), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-6gk4q","knative.dev/name":"output-pipeline-3","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f3fda0ed-018b-460e-ac61-f92ce16fa1ad","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.437Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a7d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a93b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7777\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7eec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7777, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a910), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.482Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:11.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6fc9c0d1-b9dc-4f65-be4e-c28fdb8ac760","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.486Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7777\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7777, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198ab90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.490Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7e0c4663-a1d0-4d63-8fa3-fbf8b8dd3164","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3580\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3580, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198b680), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000785d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135ec00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198b810), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.588Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:11.589Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1c25dc06-a535-4a76-a91c-b0667966b62f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198bb30), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:11.598Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dbed3330-fd91-477f-9488-4df6b369236c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:11.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4067\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4067, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198be50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7842\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7842, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015ab4f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.541Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:12.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7897ba36-9fa3-40d3-9885-be60bab57c00","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:12.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041fb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7842\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b57c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7842, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015ab770), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"74a72d1c-79bc-4f59-9f06-a5ecb51f2ead","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:12.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3652\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3652, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c22d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bed80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c2460), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.583Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:12.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6fe4adfe-5eec-427e-8218-99fe90bf835b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:12.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c2780), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"52b101b3-6b93-40b5-bf30-9fae2eaf10e9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:12.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f02d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4096\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bfbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4096, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2a50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:12.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2c80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3810), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.408Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474550), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.412Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:13.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0c337c51-1373-400f-9e90-45079af82adc","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:13.452Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f18c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474870), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b69d4fd4-1332-4b25-9430-19fb415db04c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:13.460Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474b40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.465Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:13.467Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cc21eea1-419b-4b53-a68c-851e63e97fb3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:13.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474dc0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.485Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3db5597b-c2ed-4be3-8638-a6daf1d5ffe1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:13.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4096\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4096, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c5a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059ddd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3246\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004feb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3246, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c870), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:13.683Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051ca00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011cc870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7058\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7058, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000546f00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.420Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:14.420Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"565e57f8-ac40-42f3-a3a3-b5bd1b5fea15","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:14.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011ccfc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7058\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e72c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7058, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000547540), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.426Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"663839cd-ef06-491c-9f05-d4411e6fd6f1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:14.430Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011cd710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3228\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3228, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026b680), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.619Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011cdc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8191\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8191, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026ba90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.622Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:14.622Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ca672547-5545-4bab-ab70-db3f81616c0d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:14.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00138c630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8191\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8191, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026bd10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bc1e342d-dde2-46fd-836a-16199676021c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:14.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00138cfc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3929\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3929, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014742d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00138d680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6647\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6647, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474460), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.644Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:14.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0483c4de-cb61-4ef2-a71d-a68dfead2c79","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:14.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001538000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6647\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6647, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014746e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:14.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-l47pw","knative.dev/name":"pipeline-optional-ws-run-cbrzr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a61a837e-5756-47e1-a356-652a26d5f5ed","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:14.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001538990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3037\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3037, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001474960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001538fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1604\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1604, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475450), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.024Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/1/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:15.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"e4adc603-af85-49ea-844e-c8946c4421cb","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.027Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001539200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1783\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1783, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001475590), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a71f2bcd-2240-441a-a374-ad1b3e5a7602","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001539440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1322\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1322, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000484c30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.152Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001538000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164ad80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000484d70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.154Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:15.154Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"473244c2-8c56-4bf3-a652-18e5e23b0d9d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.156Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001538b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004854f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8c99a228-886b-45e9-bd7c-61f472f320a6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.159Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001539a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4366\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025e680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4366, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485860), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.166Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9348\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9348, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485b30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.167Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:15.167Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5ff4f2f4-399a-44b0-a0bb-697f3ad135b0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.398Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7073\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115ae40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7073, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014d090), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.399Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:15.400Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b06d9751-8cba-4317-94dd-9224d5131c06","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.401Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7073\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7073, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014d590), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.402Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"45c017ed-cca6-435f-b88c-c36c143d5d59","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3233\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3233, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162230), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.622Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001623c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.623Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:15.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7fa938f5-30a1-467f-8431-96e4d72da8d9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a98c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159cfc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162910), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"392c6ff9-4fc5-4fdc-b32e-9a7aa6f9b12c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:15.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4366\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4366, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162c30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001edb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9348\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159dbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9348, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162e60), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:15.644Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:15.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8c57b837-499b-4423-83ad-b6a6fcf84551","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.129Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1256\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ac40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1256, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163b80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041eab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3148\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3148, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163e00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.276Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127bc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8460), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d14c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9680), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.357Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:16.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"cda130ee-d205-4f36-b5d2-580a6942d636","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9a40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.360Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"569c571b-db1b-4f79-b2a8-c9d6b194eef4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.362Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d9db0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.393Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3114\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ea40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3114, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a2d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.394Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:16.394Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eead01fe-9346-4f7c-803c-fb751a5b8e7d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3090\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7efc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3090, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a5a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"af31b3b9-8ec3-4bac-8a3e-c15d4f15226c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.402Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1445\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1445, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a7d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.408Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4898\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4898, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198aa00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.409Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:16.409Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"005859a2-c641-463e-958e-1230f63ed2e0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.429Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7127\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7127, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198abe0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.431Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:16.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0d28ca35-e7a8-4d63-810e-3015e815296a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5237\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5237, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198ae60), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.432Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:16.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b1d4ba4b-3f70-4a9c-91ab-b54a2a50e186","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7127\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135eec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7127, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198b130), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.434Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9a03de20-cc84-457d-9b04-e80246db57e9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.434Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012606c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5237\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5237, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aa320), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.435Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4ec822b5-e23e-4a31-aa74-85b7cd0630ae","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3304\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b45c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3304, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa550), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.445Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3200\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3200, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa6e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.447Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7203\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7203, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aa910), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.449Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:16.449Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fffd795a-bf3a-4728-8879-2c61358b2161","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.454Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aab90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.456Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:16.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c28420a4-6695-4d6c-8ecb-f80fb020aed5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aaf00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.478Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:16.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"71068a8a-37af-49ab-b86f-4d1602b8e1af","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5c2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015ab1d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:16.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bc0f6edf-3bc4-4d08-930f-d29595d24ea6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:16.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5cea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3517\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3517, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab400), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.417Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5d5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7480\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7480, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c29b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.419Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3091b0ba-873a-4045-8ff6-2860e22e05d7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.425Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fc6000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7480\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7480, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c2c30), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.429Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-print-msg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"286bdfd5-a983-4be3-b899-072c9912e4a9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.434Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fc6990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3581\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a21c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3581, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3d60), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.448Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fc7050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2255\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a28c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2255, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3ef0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.448Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.448Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f84001d1-0eb6-439f-bfa5-aa427c77227c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.451Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fc7200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2403\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2403, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474370), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.452Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2c4b6be1-74da-47ee-97ab-e8baab3333e1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.454Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fc7440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7618\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7618, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004754f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.455Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.455Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"21222bf3-4401-45cf-8f84-0d1f2966f3c2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00123e090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c1e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.464Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00123e3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7618\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7618, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c500), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e9a781c6-a1bf-48e4-9658-6f406351c168","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00123efc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7216\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7216, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c7d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.469Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b5638143-fdaf-4416-9320-42dab20bc0e9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00123f8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3509\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ffa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3509, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c870), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001344090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7216\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004835c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7216, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051cbe0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.485Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2855cc68-a444-4909-97d2-2e8868282074","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.485Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001344a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3985\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3985, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000161d60), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.486Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.486Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e89c4146-cb6c-421c-a580-46f9f8a20d0b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.488Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001344e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3961\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3961, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005464b0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.490Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c3d1d38a-5823-46ac-9b7e-34a27263ffa7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.491Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001345200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026a320), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001345830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1766\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1766, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026a960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.503Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001345b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5282\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5282, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026aaf0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.505Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.505Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8e9bab86-577d-4967-b78d-d1990dce3fce","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00181c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026a0a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.521Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d4c32d46-6710-4d2e-b4b1-430a95908ed4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00181cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5398\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5398, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026a870), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.537Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7275be81-617b-4130-8321-08f6d71e28d7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00181d0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5398\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5398, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026b090), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.542Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"92a8c3be-6409-4d8c-b140-7861d0f644ba","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00181d680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000484cd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.547Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.547Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"08f3e371-7e2e-428a-9122-b94340eafd3a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3034\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164af00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3034, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000484e10), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485400), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b007dc79-77f6-4f58-9ac3-b297c80e5a56","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.561Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6856\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115aac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6856, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014d7c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.562Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"192ad1b3-c73d-45b2-98f3-20a2c1065b94","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.583Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6856\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6856, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014dae0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.584Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0faa0739-191b-4458-8d34-9f5a62d63f09","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6856\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6856, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014de00), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.588Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9cdda297-a029-4106-b8ca-6a822d19b2ad","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:17.593Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3224\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3224, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163180), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.604Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a94d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7046\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159cec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7046, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163310), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:17.605Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:17.605Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"32fba020-32e1-4837-98b3-99c8896dc2f7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:18.554Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7624\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7624, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8f00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:18.556Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:18.556Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"59c11b8c-1386-49f9-a365-120b174ef8ed","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:18.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000785dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7624\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ac80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7624, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9310), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:18.561Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8f63c839-b02a-461a-aa7e-da2296558425","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:18.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3523\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3523, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d9540), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:18.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7039\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ba40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7039, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9a40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:18.635Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:18.635Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ef37d476-5839-46df-b888-f66f6f8e95c7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:18.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041ef30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7039\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7039, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9e50), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:18.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"27b5cbd9-6972-4f12-acef-e0ed7a248c38","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:18.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041fef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3217\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3217, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198af50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.444Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7138\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7fe40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7138, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015ab310), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.447Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:19.447Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c3559f37-a393-4f73-be50-51970a5de54a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:19.450Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7138\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7138, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015ab590), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.452Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b5a7b815-a21a-4cad-be70-83c26f6db3ed","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:19.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059db00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3311\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3311, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c20f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.885Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3929\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3929, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2dc0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1093\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1093, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3040), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:19.991Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3037\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3037, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3180), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.440Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7493\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7493, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3c70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.441Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:20.441Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ed5fd77e-ca95-423a-90dd-5e1b081c63bf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.444Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018541b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7493\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7493, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3ef0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.445Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run-echo","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"96bd38e3-fdb7-4eb0-8da0-fabb6ae901d9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.450Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3588\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3588, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474c30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474dc0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bfd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474ff0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.463Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001344240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2022\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2022, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004751d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001344870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6791\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6791, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000475590), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.468Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:20.468Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"80940f9a-25ba-4d7d-987c-aec0b4408a0b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013454d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7806\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7806, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c320), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.471Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:20.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"086d4e37-b3dd-4aab-8a46-9d34a74780bf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00127e630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6791\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f59c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6791, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c7d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.472Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"git-resolver-run","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7f820924-d4e1-4ecc-a532-3030d265a985","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00127f320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7806\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7806, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051cb40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"44e72688-c4b7-43ef-8ad7-6bf3a4c09c17","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00138a090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3116\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3116, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051d090), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00138a870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3691\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3691, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051d360), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00138b0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160140), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.635Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:20.635Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e4dcec20-b4de-4848-be65-5f9ab5026183","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00138b8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000160780), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:20.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4c191105-f99f-4e9d-9e95-1866fd1d034a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:20.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3293\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fefc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3293, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000161ef0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:21.455Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f46c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8173\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000483700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8173, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000285900), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:21.457Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:21.457Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7de87695-b6f0-47db-a6aa-d4ac9e5bc1ef","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:21.460Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8173\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8173, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000285db0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:21.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"abed94cd-e386-4447-a534-2624c1a4aeb2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:21.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015f4480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3890\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e66c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3890, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001474280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:21.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015f4d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8372\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8372, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014744b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:21.475Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:21.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"27461e2b-2388-40ab-87e8-9b7df0257108","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:21.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015f5cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8372\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8372, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474780), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:21.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"768ea142-0a9f-4f0e-8b7a-f66044d3e228","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:22.454Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016acc60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8649\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8649, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475c70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.456Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:22.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e6789670-4b1d-46a1-ba8b-544ee7da9c10","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:22.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016adcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8649\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8649, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003a000), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-b99jd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a885f41f-b355-403e-ae06-50c0bcbfd2f3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:22.463Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001896d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4167\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fbd40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4167, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003a370), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018977a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7461\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7461, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003a820), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.631Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:22.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7eddeb4c-c3a3-4a25-980b-b0ba53d173e2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:22.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018ca1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7461\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7461, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003ab40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler-echo-on-exit","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e371c285-646d-4da3-9eb4-5337ae0c7793","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:22.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018cab40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3570\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3570, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003f6af0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.650Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018ca000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7445\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7445, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f6cd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.651Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:22.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eab5ab77-6637-4d05-bd4d-a4bbe51ab211","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:22.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018caab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7445\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8aac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7445, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f7220), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:22.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-rrcpj","knative.dev/name":"exit-handler","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c37a1092-ead3-46d4-9a2a-a3b587f1ba8e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:22.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018cbc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3445\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f922c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3445, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026bcc0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.264Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1254\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1254, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485220), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.265Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:23.265Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"06549eb3-acd5-4089-88c3-d5a3eeab3360","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.266Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1492\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1492, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004854a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.267Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c8e130de-ee83-4712-92eb-e93606107855","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1068\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f939c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1068, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485720), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3038\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3038, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485900), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.290Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:23.290Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ab604845-3633-4336-abf6-e3d89a3c24d6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.292Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3014\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164ac40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3014, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485d10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.292Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9eb7ad8c-97c4-4327-a8f2-0d911148eca0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1407\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1407, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c0f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4816\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4816, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014c5a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.303Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:23.303Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"729817ce-b946-4075-88f9-6deef3cafd3c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5155\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5155, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014caa0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.323Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:23.323Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6529e0a8-0c9c-41db-a29f-26826433e483","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.325Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a95f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5155\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115aa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5155, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014ddb0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.325Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ae9fdd9e-3630-4ab9-a95c-9fcf2cc9cbdf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001620f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.335Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000785050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162320), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.336Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:23.336Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d702243f-21af-47d5-b4f9-0087d1413e6a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000267dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001628c0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:23.339Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1cccaebe-aaa4-4946-aff1-c72ee123df03","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:23.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3473\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3473, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162b40), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:24.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9630), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:24.481Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:24.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2df6d007-e16d-4b18-b464-5eb7e0f594f6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:24.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ba80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9d60), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:24.487Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8e573c20-81e9-444d-bd6e-77875c46fb8f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:24.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3465\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3465, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a0a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:25.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7536\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7536, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198b5e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:25.482Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:25.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"664dbe5a-1e9c-477b-9df0-6f1585a1616a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:25.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7536\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7536, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198b950), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:25.485Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"abe90f33-2c9b-4d74-a2c7-6771db5f651a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:25.488Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3479\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ea80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3479, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198bbd0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012619e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3588\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3588, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa8c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.057Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4332\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ff00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4332, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aaa50), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.058Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-xhsmf","knative.dev/name":"","knative.dev/operation":"DELETE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:kube-system:namespace-controller","admissionreview/uid":"c3d22bec-e104-40ba-a30c-eeaeeb583772","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:26.060Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3659\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3659, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aacd0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.069Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"901\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135ea80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:901, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aaeb0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.145Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3116\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3116, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aaff0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da9710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7718\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7718, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c2280), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.498Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:26.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d5be8ec7-1d66-4582-a8ee-9b3cc8667ab3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:26.500Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de4360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7718\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7718, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c25f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:26.501Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c0675c9b-8540-44aa-a20a-d2091e6a8219","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:26.503Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de4f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3647\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3647, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2870), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:27.490Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de5710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8362\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8362, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3e50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:27.492Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:27.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d95ae7e3-8968-4560-aec4-8b7cbbd62cde","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:27.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e42630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8362\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bfcc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8362, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474460), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:27.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5q84g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8d997afa-aa38-4881-838c-5565db580cf9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:27.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e434d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4123\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4123, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004746e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.064Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e43e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1254\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1254, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000475400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.065Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:28.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2c24e81e-1360-4daa-b417-c5d0a9b4ec93","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f10090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1492\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1492, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004755e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"536928dc-3dc4-4d90-af68-15cda4d93756","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.071Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f10360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1068\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1068, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c1e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.087Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f10750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3038\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3038, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c550), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.088Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:28.088Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f0494ae6-88d0-4d58-9665-52db1e2586bc","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.090Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f10cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3014\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3014, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c960), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.090Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eb0f9bd9-6b78-42f0-87bb-1f6d395aca96","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.097Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f11290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1407\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1407, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051cc80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f11710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4816\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4816, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051d270), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.107Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:28.107Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2b3d91f6-0609-4810-9d31-bcf8efc06ec9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f11ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5155\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5155, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051d4f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.126Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:28.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ca7ed6fb-9661-4085-affc-42c42d353353","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f787e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5155\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5155, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001607d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.129Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"50609f66-7fc0-4635-b798-c8c4ef099f65","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.132Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f79050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fec80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000160a50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.156Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f79710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160fa0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.157Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:28.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e6939415-c84a-4acf-831b-78a143f668da","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd0240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ffd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001614f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.182Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:28.182Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4418941e-6c12-4dfa-b17f-dd3aa4dcdce5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.184Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd0cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000483580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000161a40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.185Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a491d611-5c80-42db-b686-4c8c572cb898","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:28.188Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd17a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3473\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000483cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3473, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000161d10), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd1e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3570\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3570, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000546000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b25a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3581\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3581, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000546640), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:28.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b2c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3445\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3445, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005467d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:29.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011210e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015284c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475720), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:29.524Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:29.524Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"daca01ae-c48d-4655-af8c-dbb75c84d39e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:29.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001121b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001475a90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:29.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"44c29a7b-dc84-405c-9625-e6f62a3e5ff6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:29.531Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00119c6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3465\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015296c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3465, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001475d10), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:30.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00119cfc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7536\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7536, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000522730), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:30.510Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:30.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ee3ca63f-805a-4e8a-a6d5-f83f1d20d566","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:30.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00119da70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7536\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ee240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7536, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000522aa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:30.513Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1c62da5b-b62b-44f7-82c5-93756df765fa","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:30.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012165a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3479\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004eea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3479, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000522d20), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:31.520Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001216c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7718\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7718, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185c2d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:31.521Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:31.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"baf0486c-50e7-4f0d-b507-83fabd0225c4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:31.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001217830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7718\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7718, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185c6e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:31.524Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"644fb863-c576-454e-88e2-0cd425bf4e42","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:31.529Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001338480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3647\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184eec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3647, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185c960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:32.515Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001338c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8362\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8362, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185de50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:32.517Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:32.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"938ce805-91c5-4255-b658-3d8c928ac356","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:32.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001339b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8362\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8362, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001398280), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:32.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-k6c6s","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"45a43aab-0d99-4798-8198-4eaefa611469","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:32.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013daa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4123\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4123, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001398500), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.277Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013db3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fd240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00142e410), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.278Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:34.278Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"d19f764a-ee80-4e86-b2dd-0cb9f5abefae","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013db5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fd700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00142e5a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"db112f3d-9cf1-44a8-a196-810d39705b02","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013db950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fdb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00142e780), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013dbdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3114\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001500880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3114, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00142f1d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.306Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:34.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9ca205c3-ef11-4b27-8395-ff76de047fdb","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00150a510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3090\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001500e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3090, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00142f4a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c0e802da-295e-45f7-8ea8-628813be2325","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.315Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00150abd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1445\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001501340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1445, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00142f6d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.319Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00150b0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4898\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001501900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4898, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00142f900), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.322Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:34.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e74f68d5-e294-4724-b251-aea2bfbdaf08","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.339Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00159b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5237\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00157fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5237, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00158b220), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.340Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:34.340Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e1d482e1-a46f-45fd-b185-76a61d3b2aa0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c61b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5237\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015e2200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5237, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00158b4f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"68f47af2-a05e-4a5c-a990-a12e3b71ca02","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.345Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c6b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3200\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015e27c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3200, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00158b720), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.355Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c7290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015e2e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00158b950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.356Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:34.356Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7f2e4b5f-f8a7-4084-b859-1e3a12820bed","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c7e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015e3680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00158bc20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9f256ec7-e6ee-448e-ad29-857c489ae086","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:34.362Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001658ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3517\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015e3cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3517, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00158be50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.367Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001659200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7626\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00169e400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7626, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016a2140), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:34.368Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:34.368Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4a16a650-0e9b-4c54-b1a6-5d8914505fe8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:35.532Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001659dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7618\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00169fb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7618, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016a36d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:35.536Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:35.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9e5996a8-c46a-45c7-9b7b-8653a6b46360","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:35.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017eaa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7618\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00180e340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7618, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0016a39a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:35.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ce5ad32c-643a-4bb1-a5a2-49edc52fa303","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:35.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017eb5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3509\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00180e980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3509, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016a3bd0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:36.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018639e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7624\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001878d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7624, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00184d7c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:36.536Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:36.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6bb35fcc-acb4-4320-813f-07acfac1ac99","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:36.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018ba630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7624\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018795c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7624, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00184da90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:36.542Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"db8fcdb7-ed9d-42b4-859d-8d0760a17ab7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:36.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018bb200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3523\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001878000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3523, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00184c000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:37.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018bb950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7806\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7806, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00184d4f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:37.550Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:37.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ee5df0fc-9cd4-4987-a557-ecab75594917","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:37.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7806\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8ad00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7806, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00184dcc0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:37.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a0511407-200d-46ed-a50c-e6047854aeec","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:37.556Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3691\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8b340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3691, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00184def0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:38.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a82d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8450\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f929c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8450, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026afa0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:38.548Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:38.548Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0aa5ecc3-09fc-4ea7-959e-5627338ccaa1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:38.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a95f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8450\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8450, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026b590), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:38.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-7p4qx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"984541ef-fb3f-4266-b9a7-bf51587f63a0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:38.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007850e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4167\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4167, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026b7c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:39.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000267dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1196\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164adc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1196, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000484cd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:39.193Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:39.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"1cb4e26e-54e3-4aef-9fb3-4123c040c8d3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:39.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1321\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1321, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484e10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:39.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b9806c1b-8be0-4a27-a896-b298d8c8ed58","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:39.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004303f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"850\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:850, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485c70), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.445Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1396\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159cfc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1396, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001638b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.446Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:40.446Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"3b8fd9d4-5cbf-4b71-be83-207f370a0482","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.447Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1654\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1654, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000163a40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.448Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"5fdf26e5-5953-4f84-98bc-669d7a012d5e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.450Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1220\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159da40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1220, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163c20), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.472Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3362\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3362, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163d60), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.472Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:40.472Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"395122d2-02d8-419e-8149-d7b453f1e1d5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f19e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3338\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3338, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d80f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8ce1d2fa-8dcf-4fea-a5e8-3fd3b4fbfc40","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1569\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127af40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1569, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d84b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4710\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4710, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8640), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.482Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:40.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c7c25df2-0077-40f7-bd53-cd41fef303ef","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.501Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5059\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5059, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8820), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.503Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:40.503Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a03c9f21-85d9-4bdd-8b52-f74e83c07759","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5059\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5059, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d8b90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"abe6c878-76fa-4aad-8f65-af1b575ccd28","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2888\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2888, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8d20), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012602d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6378\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6378, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8f50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.523Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:40.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"790c020c-34c9-4c90-a398-4b9298cabed7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6378\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6378, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d92c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.544Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:40.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d1cc3286-153c-4dde-884a-c9d1905ca18e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:40.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6378\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6378, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d94f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:40.547Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fe61f244-bcb3-4e4b-aa62-357857b93a5a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:44.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b8a6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6594\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6594, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c37c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:44.498Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:44.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3209c193-e9fd-4f51-b3a2-8bf50bf6e726","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:44.500Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b8af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6594\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014beac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6594, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c39f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:44.501Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"28716a6e-6c8f-4b20-a04b-1935c7c933ea","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:44.503Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b8b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3104\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3104, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3b80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:45.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b8bd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6802\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6802, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000475400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:45.576Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:45.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"19724ca4-1b2d-4894-bb8c-cc47455e2e48","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:45.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6802\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f53c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6802, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c050), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:45.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"976e3bda-024b-43e6-8008-e48ea49f8ba7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:45.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3096\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3096, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c1e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d999e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9547\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9547, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051d4a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.210Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:46.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2ebe1767-5ab4-4fb2-8333-ec8e1d7d0949","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.212Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfc7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9547\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9547, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000160370), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4fd16e59-168b-4c43-ac11-8b9213699371","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.217Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfd560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4565\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4565, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000160a00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfddd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160f50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.224Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:46.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"48dc28b2-df64-4dec-b3f1-d5ad0595d034","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e62c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fed80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000161450), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.227Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b457a39a-7b4f-4f87-aff3-6bdb9cff742d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f23170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6787\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004838c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6787, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000547270), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.584Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:46.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cce968d8-e510-452c-ba6a-9e819f1e5334","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f239e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6787\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e61c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6787, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000547680), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4fa07365-5141-406b-98b8-5de76188e9a1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f782d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3089\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e68c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3089, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005479a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f78870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000547b30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.699Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:46.699Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3ce2225c-e045-478b-b5dd-72453e031e9b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.701Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f79680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000284dc0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.702Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0cf465ed-5218-408c-8005-8fcadf18cb3d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.705Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fec510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4764\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4764, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002858b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.711Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fece10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000285cc0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.713Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:46.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fe96cb99-a2ec-4033-839a-1f88c2fc7051","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:46.715Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fedd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faf00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474280), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:46.716Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"776abb80-c9e5-4386-bd64-7a1b1a12f99a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00110ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9945\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fbc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9945, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474eb0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.220Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:47.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"57b62de8-8628-4ba6-9798-18562d67cec7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.222Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00110db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9945\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9945, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014751d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cb336f6a-964a-4242-ac58-c0b42d370996","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011c8ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4764\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4764, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014754a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011c93b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014756d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.233Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:47.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"395e17fb-fa29-4440-8ece-0178e5a17956","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00121c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014759f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"643808aa-1609-48d8-8db7-d9a35a648750","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00121d290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003ab40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.588Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:47.588Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dc2ac4d3-2e6f-4ee5-83af-bc2521532fe3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00121db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003ad70), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"90e92e61-a11c-461f-a652-133fc380e948","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.594Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001368510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3161\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3161, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003aff0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.704Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001368b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ee1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003b220), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.706Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:47.706Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"24cb6d6d-347e-478c-8c2c-3fe8900bb145","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001369b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004eeac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00003b630), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.709Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b02476a1-8894-4bcb-9ebc-4ba02826abde","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.712Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00141ac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5041\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5041, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00003b9f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00141b680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00003bc20), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.719Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:47.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5d2100e7-85c5-4e64-b57c-3e2fc7e73911","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.720Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014685a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004efe00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005226e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:47.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-dn25r","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b3b5b5a8-b640-4053-8056-58296509d1be","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:47.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014694d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3129\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3129, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000522aa0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.225Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001469dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184f280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005236d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.227Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.227Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cb138514-2c05-460c-a7c5-9881dd5716e4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.229Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001550ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184fa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005239f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.230Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e14989a8-9b81-46d7-af32-c40ca7f3cfcf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001551ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5041\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018820c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5041, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000523cc0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015e2990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000523ef0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.240Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.240Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1b28d1f4-66b3-40e5-bed0-37ea07896e3b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015e3830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185c3c0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-b98vq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"343558f6-14a1-4218-a519-1bc610add7c9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.245Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016247e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3129\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3129, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185c7d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.363Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016250e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1279\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001654240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1279, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185d400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.364Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:48.364Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"83ea1408-3cc9-4331-8fbb-3a757f5289e6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.365Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001625320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1503\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001654700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1503, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185d680), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.365Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"4f543a5b-43fc-4302-8caf-df4965bbd3b3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016255f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1057\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001654b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1057, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185d8b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.379Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016259e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2443\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001655140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2443, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185dae0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.380Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.380Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"47cff225-14f4-4b87-9941-4a284be01800","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.382Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001625cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001655640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185dd10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.382Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b84ba646-29a6-4797-b216-6d8f7fb6798e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.385Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017b4090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1820\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001655b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1820, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017c0000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.390Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017b4510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2942\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017ca140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2942, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017c0230), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.391Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.391Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2be34269-1377-46d7-896d-14d33ded731c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.392Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017b4ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2930\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017ca6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2930, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017c05f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.393Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4682c426-2d3f-47f0-931f-b76c23c65362","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.398Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017b50e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1312\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017cac00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1312, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017c0960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.402Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017b5560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4719\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017cb1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4719, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017c0b90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.403Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"32ed1b0d-8ae1-420a-8880-1bd871b207c4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.411Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017b5e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4405\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017cb7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4405, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017c0fa0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.412Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.412Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"90a55887-666b-45cb-8d40-9986f2c4debb","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.416Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001894510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4381\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017cbd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4381, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017c12c0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d001c2f8-97e6-4720-8787-77f31942fa9c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001894b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1998\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001904300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1998, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017c1590), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.430Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001894fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4974\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0019048c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4974, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017c17c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.432Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"458df85c-899f-4af9-b297-5a5e3ba7ba98","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001895950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6111\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001904f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6111, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017c1bd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.434Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.434Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"00c12606-6b70-495b-b7e5-e6bb89d399f7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.436Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019be1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4974\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001905580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4974, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017c00a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.437Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ba4d3044-b041-40fb-8b70-3de977a043e3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.443Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019bebd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3048\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001905b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3048, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017c0460), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.457Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019bf3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6289\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6289, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017c0730), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.458Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1a5cf5d3-f410-4a40-b375-6e1dcd0e016f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.460Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019bfb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6289\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6289, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017c0a50), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c4b2faea-3d39-490a-86c3-e377a21dd305","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3675\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8ae00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3675, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017c0d20), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.472Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197cea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8372\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8b440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8372, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017c0f50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.474Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d274bdf8-d75b-4258-addb-bfadcabb1be3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8372\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8bbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8372, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017c1270), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fa06121e-b622-45f4-8b53-b44b60f8ae20","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a83f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4081\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4081, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003f6000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1317\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1317, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f6cd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.512Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:48.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"83837192-6382-4154-ae81-336069713efa","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.514Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1541\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1541, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f7360), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.514Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2885a5d9-6a9c-4991-931d-09d8919a79b4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a93b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003f7680), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2446\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f937c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2446, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f7950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.528Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0c3b4fe4-760c-471d-8aa3-93328d3e2a9d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2594\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2594, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f7c20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"408d845f-f27b-426d-9ced-67cee37fe948","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1823\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1823, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026a0a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3018\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164ae80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3018, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026a960), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.539Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b4373764-6893-49b6-8a57-e6b211102792","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00048c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3006\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3006, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026ac80), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1715c515-0d2b-4bb0-a29f-92ca21662eda","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1350\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164be80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1350, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026b540), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.548Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4798\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4798, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026b770), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.549Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9252d193-a749-461c-9894-5104c2364dc7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.558Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041e870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4411\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4411, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026be00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.559Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1c76cdc9-6d1c-4b3b-b04f-6153ffd559e8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.561Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041f710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4387\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4387, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484410), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e8b3406b-2ab3-4e0a-98e5-20823ccf6aa2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2001\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115adc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2001, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000484960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014326c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5053\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5053, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000484c80), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.578Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ff34fb81-663d-4a67-9d64-7e7c9145243b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5942\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115bb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5942, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485450), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.580Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e7b65372-dfa5-40cf-a036-aef60f397429","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5053\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5053, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485810), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77d66e87-a03f-4d51-80f7-39c1b013a6a2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5942\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5942, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485c20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"aa1b1b8f-74f7-430d-ba77-519715ce1811","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.592Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f10e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3089\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159ce00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3089, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c050), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.598Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6120\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6120, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014c5a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.599Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"85fcf976-9181-4918-a646-b021285f4959","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.675Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7201\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159dac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7201, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014cb40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.676Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d839bf7-acdc-482a-84c1-50f0757e5cab","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.681Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7201\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7201, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014cff0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-with-workspace-run-d7skn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4836ec37-0f94-49d7-aa14-d996b19ba244","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.688Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3438\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ab40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3438, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014d180), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.829Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ba40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001620f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.830Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.830Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6671fdcd-0dd2-45a8-91c7-36c353cb5373","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6298\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6298, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162410), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.836Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8b58be4c-1a4b-4614-88ea-3ca4c9528ede","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.845Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3681\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3681, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162910), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.874Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6739\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6739, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162b40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.876Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.876Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"34606679-decc-4311-ac80-7fb3bf9009e3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.878Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6739\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6739, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162f50), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.879Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1e89478c-cae1-4748-9083-dcba10d7cb4c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8384\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8384, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163310), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.928Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e3bca9b9-dd36-4ef4-8050-e68d60ffcfee","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df43f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8384\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8384, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001635e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c1846ce8-a583-44aa-9a28-97da57af0c90","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:48.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df4d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4087\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ec00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4087, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163900), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df53b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6792\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6792, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163bd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:48.977Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:48.977Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e328efa5-4f62-4be8-8991-f05b3f812f1f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:49.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5a000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8770\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8770, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a280), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.617Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:49.617Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c01380b9-f360-4577-96e9-26ece839ef22","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:49.620Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5a990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8770\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135fd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8770, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a5a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"68d94cbe-90ba-411a-bf3e-9535625b634b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:49.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5b320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4073\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4073, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a870), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5bb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8782\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8782, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198abe0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.761Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:49.763Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a3bd313f-32b1-4f37-88e3-08e859eeb918","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:49.767Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5c5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8782\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8782, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198afa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:49.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3829d81c-1559-45cb-9e12-f3b1c3b5bfd3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:49.781Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5cf30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198b270), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.187Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5d560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1392\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014be780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1392, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198bea0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.188Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:50.188Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"826fa247-b95a-44c9-840a-1efe2507e030","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5d7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1630\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bed40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1630, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aa140), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"fda6c4d7-082b-4634-b449-cb09be2e6c0f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.197Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f5db00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1206\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1206, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa320), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd6000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3314\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3314, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aa500), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.238Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:50.238Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"20d7fd9d-4ba0-41d4-85e7-c27278af19d5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.240Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd66c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3290\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bfe00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3290, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aa7d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.241Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9da8686b-59cf-43f4-9283-9944e1ae8979","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.246Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd6d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1545\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f43c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1545, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aaa00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.257Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd7290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5098\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5098, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aacd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.258Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:50.258Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1279a6e1-6e30-4fdb-9010-5e211badd89f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fd7b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5437\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5437, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015aaeb0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.282Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:50.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b3fd9cf2-c42e-4395-8be0-742c8b17c3f3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010d45a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5437\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5437, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015ab180), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.285Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"308bfcd2-2e7c-401a-9e98-69ed3b0684ac","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.289Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010d4f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3300\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3300, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab3b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010d5680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7509\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7509, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015ab5e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.308Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:50.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d0e3a534-f536-4e9a-af13-1c27b2d7c21d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00117e2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7509\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7509, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c22d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.330Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:50.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3ad5951e-4e0e-494a-97b1-1d6c86f071a5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00117eea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7509\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7509, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c25a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"547932c6-db85-4de5-a453-02edce44c1ec","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00117fa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3617\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3617, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c27d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011fe240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8791\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8791, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c2a00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.656Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:50.656Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"15582e35-a350-4c6f-85c3-bba58162feb5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011febd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8791\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8791, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c2d20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5d07f37e-3c0d-4e99-a677-674738feb4f6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011ff560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4102\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000482040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4102, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c30e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.766Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011ffb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8803\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004835c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8803, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3310), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.768Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:50.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"09a98121-c6b7-4434-974b-72897eb4b331","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.772Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013385a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8803\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000483e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8803, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3630), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:50.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"954ed07d-d71f-49ca-8792-bd0089c8e895","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:50.779Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001338f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c3900), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001339560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474730), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.007Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:51.007Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a4e54969-78d9-43a3-8023-902fc2a4d25e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.011Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001339830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1608\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1608, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474960), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.011Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f6e197e3-195f-4ba1-bd00-743727276039","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.165Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001339b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1162\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1162, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000474b90), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.204Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ec090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2443\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2443, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474dc0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.206Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"86fcaf54-eb18-443a-9bc6-6721434d15a3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.212Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ec360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474ff0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.212Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f359d7dd-a52f-4757-8b2b-40875d2f7c02","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.217Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ec6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1820\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faf80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1820, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004753b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.230Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ecb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3152\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3152, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004755e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.231Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c56ddbf8-6d60-44ad-b150-ae5a161a1ee5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ed200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3140\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fbac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3140, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c4b0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ae8ea244-37d8-484c-992d-e5aab02afc65","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.241Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ed950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1417\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1417, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051c870), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.252Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ede60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4929\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4929, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051cb40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.256Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.256Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"25fbf258-b54d-4001-a23e-7f5280ea713b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001518900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4405\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4405, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051d270), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.270Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.270Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0365dc60-b7df-42d5-9611-1e8d5de1b863","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.275Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001518f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4381\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4381, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000160140), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.276Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"438e4d72-75f2-40b6-81d7-c6d0d522137d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001519560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1998\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015299c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1998, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001607d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.293Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015199e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6105\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6105, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160a00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.295Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f1ac427a-1b0b-4584-ae6b-7e50db3f88e5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.300Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015cc240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7818\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7818, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000161040), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.301Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"05f49307-a773-4274-b8f9-0c9a079728b8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.307Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015cce10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7818\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bee40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7818, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001614f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.307Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e8009a73-d0de-4ca7-8741-2b9477fdd253","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015cd9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5184\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5184, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001617c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.322Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f1d55abe-9f08-478e-8c91-a3919f68d2e5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.336Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001698510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3609\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ee780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3609, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000546f00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.341Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001698c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5184\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004eee80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5184, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000547360), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2341e972-ef00-4760-b551-c27947608f31","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.343Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016997a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005479f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.345Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.346Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"21327335-0bfe-42da-83c3-090eda8b73cf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001822000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004efa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000547ef0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.352Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001822090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3153\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004efac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3153, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000284280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.355Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1af8a32f-0046-43a5-9253-af6f4046ad2c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.362Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001823050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3669\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3669, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000285b80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.376Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001823680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184ed80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474050), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.378Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.379Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"62fdb701-aa28-4f02-a8ca-fb788078e7c4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.380Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018b2090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6867\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184f580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6867, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474410), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.383Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.383Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"19ba523a-d251-49d8-9c9f-0d7c2bd2c23b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018b2ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184fd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:39941\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ecc00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014747d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.386Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f938d9c4-cf7f-49e8-9959-07e20f422b4e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.388Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018b3830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6867\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6867, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474aa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c0e57f2a-9bd4-47d3-9341-3012fcf14e97","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:51.397Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a3a750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4075\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4075, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001474e60), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a3ad80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6920\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6920, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474000), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:51.404Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:51.404Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ba8ecd99-c7a4-439d-a8cf-e7fa2163186b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.276Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a3bb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475900), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.279Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:52.279Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cad52521-8b13-41c9-8164-d3fa17e37eda","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001475c20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.288Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"678d90b0-c611-4f5b-8dd3-440a15d37c2b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4067\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8abc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4067, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001475ef0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7824\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8b200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7824, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f6780), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.322Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:52.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"89a29d27-4aa6-4d98-be16-3f3a1b44d4a8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7824\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7824, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f7db0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"44c531bd-9597-44e1-8c2e-5efb1f30cb1d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3623\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3623, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026a8c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9090\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9090, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026aaf0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.656Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:52.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d3beacdf-9f03-4ff5-b957-c635d1b30f59","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00048c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9090\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9090, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026b130), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e5e90389-70bf-48aa-8515-ce6c5f78f00c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.666Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4372\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4372, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026b680), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9102\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9102, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026bb30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.769Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:52.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9db66715-5663-4ea0-a8cc-d3bd44f38066","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.772Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041fa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9102\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9102, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026bef0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:52.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4455a9fa-996f-4c31-b8f9-21cd485e8b46","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:52.776Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4378\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164bcc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4378, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004844b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.273Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004858b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.274Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:53.274Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"62074730-b632-4217-b9ee-29f46e76cf8c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:53.277Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115ab00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485c70), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.277Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ffa330b4-efb1-4667-ba16-b985f84f9bfa","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:53.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4096\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4096, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014c0a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8006\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8006, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014c550), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.298Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:53.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6d3f3a81-5067-4260-a32f-f7f9766417ce","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:53.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8006\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8006, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014caa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"83a4fc7c-50d0-4069-ad59-e3fe05d5f160","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:53.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3791\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3791, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014ccd0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.309Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8174\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159cec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8174, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014d180), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:53.311Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:53.311Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4daaffe9-cf85-4427-b2c8-b28f0b64115d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:54.290Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162e10), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:54.292Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:54.292Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3750d60d-c4db-4acb-9421-c7d6a7fe05b6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:54.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127af00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001630e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:54.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-bp9db","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e0f9c33b-82ed-4244-b770-1544b3aded3a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:54.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4267\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4267, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163310), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:55.314Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e4c6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a230), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:55.316Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:55.316Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1527de29-e64b-4c12-b087-79f6e25e2d5f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:55.319Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e4d200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ec40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a550), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:55.320Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a3a665b5-3259-4f7e-8eb3-b27eb21f880b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:55.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e4dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4366\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4366, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198b180), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:56.994Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f50240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1184\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1184, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015ab860), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:56.994Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:56.994Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"055e509b-ac78-4b18-ad6e-67d2b7fc2375","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:56.995Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f503f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015ab9a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:56.996Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"dad22558-943f-4876-ad78-271352a821c4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:56.999Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f50630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2690), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.120Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f50990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1172\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1172, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c3b80), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.121Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:58.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"09020883-ae33-4962-b385-33ef8e61d093","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f50b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1402\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bf600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1402, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009c3d60), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c931d950-71db-4e6f-8038-f3c486348ddf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f50e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"982\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bfa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:982, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004741e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.145Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f51200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2858\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f41c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2858, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004743c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.145Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:58.145Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"74bb5201-08ea-4d6c-9e84-4ce37abdb28b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.147Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f517a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2834\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2834, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000474730), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.148Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"aa155a8f-2ae6-4263-811e-6a46d70b4176","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f51d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1317\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1317, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004749b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ff2240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4194\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f53c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4194, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474be0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.173Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:58.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f982e1eb-0acd-46ac-8766-9bf2826dd2c8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ff2a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4529\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f59c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4529, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000474e60), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.195Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:58.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ada950bb-e6e6-4b7b-8440-c3ece11a390d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.197Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ff3290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4529\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4529, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004751d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dfad6e9b-9b3e-4dca-9bb8-c58913fbb93e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ff3b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2624\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2624, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004755e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.206Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001100240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6028\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6028, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c280), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.208Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:58.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b0f3c433-2c15-4f6d-a148-8d8a6dc5f091","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001100cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6028\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6028, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c7d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:58.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d6ecb04d-e90e-40be-b1f5-ddd573154568","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:58.214Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011017a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2816\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2816, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051caf0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.249Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001101e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5886\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ff580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5886, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001618b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.250Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:53:59.250Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"1a45c675-037d-464d-bc8c-22904ea413d1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:59.252Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00118e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5886\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ffd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5886, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000161db0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.253Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6f171d23-b2b2-4ebf-b24a-6b55d46b294c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:59.256Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00118f440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2858\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004832c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2858, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000546500), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.267Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00118fb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6523\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000483a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6523, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005467d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.268Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:59.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1be25be4-3d00-4f60-bb14-3aba44aa0a23","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:59.270Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011ea7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6523\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6523, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000546eb0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.271Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cfb18e7c-3971-4cf9-a3a2-903728d4211c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:59.274Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011eb440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3077\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e67c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3077, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000547360), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0011ebcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6742\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e6e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6742, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000547720), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.281Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:59.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1d8b362b-4d74-4cf1-b594-b8f057f3ce9d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:59.300Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001238b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6742\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6742, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000547c20), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.301Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:53:59.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"badc72a3-c64b-424a-b670-37a1eb859cc9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:53:59.303Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001239950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6742\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6742, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002853b0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:53:59.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"sleep-run-87m8l","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ab03bc10-6fbd-4d24-aaf6-95762560d3c8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013447e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1459\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1459, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185cb40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.422Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:54:01.422Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7e563f82-e203-4384-b252-4f2927c8698e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001344ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1657\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1657, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185ccd0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"eae95a42-8de9-47fc-83b6-4243becc0719","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.426Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001344e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1233\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009becc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1233, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185ceb0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.446Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001345290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3368\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3368, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185d090), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.446Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:01.446Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cb4ddd9e-82ea-4b2b-a489-897072241d85","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.449Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001345950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3344\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bfa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3344, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185d360), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.449Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3b3bd147-45d0-4f21-ab94-87072a54b3ea","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.453Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013c2090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1572\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ee100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1572, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185d590), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.457Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013c25a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5152\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ee840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5152, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185d7c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.458Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:01.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6093bac9-77a7-4b01-a877-67597567a401","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013c2ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5491\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004eef00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5491, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185d9a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.477Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:01.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"127032c1-b98d-4718-9283-4ac728d62887","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013c3830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5491\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5491, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185dc70), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77364491-ed49-4e7e-8baa-42375d4aa483","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00150e240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3327\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004efbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3327, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185dea0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.489Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00150e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7563\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7563, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001524190), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.491Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:01.491Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e33e37cc-c5ab-467d-9913-b46b45ef5e8b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.493Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00150f560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7563\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184eb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7563, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001524460), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e7bae313-3828-408c-b4df-967951023636","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:01.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015b61b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3644\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184f1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3644, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001524690), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015b6900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7880\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015c8200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7880, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015248c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:01.503Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:01.503Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"87fbe146-bab0-4cda-86a0-31b26c9938c4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:02.789Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015b74d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7872\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015c9940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7872, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001525e50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:02.790Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:02.790Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d3dc860-3729-4e73-9336-84225078cb9c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:02.793Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001634120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7872\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001688180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7872, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0016321e0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:02.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6e44ce21-2bdc-48c1-a398-763cfd08b89f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:02.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001634cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3636\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016887c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3636, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001632410), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:03.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016358c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7878\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7878, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001633a40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:03.796Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:03.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"212a6b39-aad9-43cc-b66e-d047cd4d5d70","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:03.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017ec510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7878\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7878, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001633d10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:03.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2813b5ed-9928-4376-9a19-b8d7d9c81b70","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:03.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017ed0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00187e000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:04.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018b95f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018ba080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018a4b40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:04.807Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:04.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"72d2edd1-e72a-4f4c-9e47-40a18e260d12","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:04.811Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018ea360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018ba8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018a4e10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:04.812Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a5289232-aefd-4b9e-b8a1-a77112b8f211","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:04.816Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018eb050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3818\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018baf00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3818, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018a5040), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:05.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018ea000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8704\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018824c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8704, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018a5950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:05.801Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:05.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4b1f123b-27f7-40f3-bee9-27121b27c4af","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:05.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8704\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8704, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018a5c20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:05.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"read-task-run-5rln6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"76e2e6c9-5c7a-4a15-a926-639e3002fa5e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:05.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4294\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4294, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018a5e50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:08.341Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004847d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:08.342Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:54:08.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"3da57675-e112-4f31-affe-b1b2bdaf4df3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:08.343Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007850e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1417\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1417, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484910), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:08.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6c744f2d-aa02-4758-9687-1e18ee42ea66","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:08.346Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000785d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"949\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164ad80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:949, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004857c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1207\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1207, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162910), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.471Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:54:09.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"8f57e18c-9ccc-4cb5-8c5d-9730a084e56d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f01b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1459\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115ba00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1459, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162a50), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"d8bfda2a-a695-44bc-a375-4b2442503ead","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1028\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115bec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1028, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162c30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.493Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f07e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2972\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2972, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162d70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.493Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:09.493Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"778cf596-d19d-403d-acf0-5bb272802b2c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2948\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159cb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2948, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162fa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6c925316-dd95-4846-a110-ff2ef827b97f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.501Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f10e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1374\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1374, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163130), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f14d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4383\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4383, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001632c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.508Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:09.508Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d9d7c220-f91b-4d42-9f28-2d04930b9982","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4729\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159dc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4729, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.531Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:09.531Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6fe65990-ee4f-4a2b-ad8e-5bdeaf313309","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4729\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4729, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000163630), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b36394c5-ab3b-401a-80af-1f477a276af1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2756\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2756, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001637c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6327\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127afc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6327, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.541Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:09.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d6212c22-5be1-4d9b-9558-169c88ff58c3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6327\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6327, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000163c20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:09.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e4a932e8-18e0-4de2-be03-4908dc93bc16","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:09.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2972\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2972, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163db0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:10.817Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6535\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6535, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a000), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:10.818Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:10.818Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b92572da-5d7f-4754-aba6-76f7514a86bf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:10.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012619e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6535\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7e000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6535, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a230), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:10.822Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f96ed5af-a149-4c5d-b062-f9c838ad4492","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:10.827Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018543f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2964\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ed80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2964, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198ad20), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:11.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6520\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7fb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6520, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198b860), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:11.822Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:11.822Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ff6e8482-fd59-4a9f-b64a-107d0e55b235","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:11.824Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6520\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135eb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6520, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015aa550), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:11.825Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d8f4ba04-165d-4886-b696-4163d46a1fb6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:11.827Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2957\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2957, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa6e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:12.832Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016342d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6585\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6585, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015abbd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:12.832Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:12.832Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"98e476bb-3374-4742-93c1-3ed1708d09f8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:12.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001634bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6585\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6585, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015abe00), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:12.835Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4f295581-f452-4c48-a7a3-aec03ba8d9be","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:12.838Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016354d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3029\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3029, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2050), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:12.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001635c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6657\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6657, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009c21e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:12.843Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:12.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"76b361c6-efdd-4187-9168-0a182a91b0cc","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:14.832Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b96480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c820), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:14.833Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:14.833Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eb7b4d9d-11ff-4b7a-9983-fb1441c274f1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:14.835Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b96f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051caf0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:14.836Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-fz6fr","knative.dev/name":"task-optional-ws-run-89dlz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6dbf4a62-b138-4e41-a981-8354400583fd","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:14.838Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b979e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3306\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3306, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051cc80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de1dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1322\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1322, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016328c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.895Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfc1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001632a00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.897Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfc510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"949\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:949, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001632b40), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfc7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"850\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001529d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:850, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001632c80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.982Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfcab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4123\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4123, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001632dc0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.986Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfd440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4294\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009beb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4294, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001632ff0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.993Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dfde60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4167\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bf440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4167, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001633220), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:20.999Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e24900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4167\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009bfb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4167, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001633450), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:21.010Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e25320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4267\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ee500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4267, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001633680), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:21.025Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e25d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4123\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004eec40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4123, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016338b0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:21.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e48750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3077\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3077, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001633b30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:21.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e48fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3306\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004efa00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3306, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001633d60), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:21.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e49710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3438\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3438, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001633ef0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:23.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e49e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9571\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001689640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9571, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000eb3a40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:23.863Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:23.863Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"75c1a317-41ad-427a-8b79-c16d53ff1f64","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:23.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f2ac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9571\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001689dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9571, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000eb3d60), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:23.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1229bf4f-a493-49c6-a83c-ba11301e9e29","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:23.870Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f2b9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4577\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d24c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4577, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000f840f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:23.876Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f8e2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9770\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9770, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000f84320), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:23.878Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:23.878Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"448d468b-b7d3-4616-969a-695b2b0752e7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:23.880Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f8f0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9770\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d3280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9770, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000f84640), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:23.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"86124e9c-bce4-47aa-a6bd-ea8c01e2f280","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001011cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9559\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001007380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9559, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001016050), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.714Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:24.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1923a904-f06c-434e-8087-167a345d87b4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010caab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9559\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001007ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9559, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001016370), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e076bd84-3173-432c-89cf-0a0b0c693403","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010cb830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4571\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00117c100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4571, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001016640), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.728Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00118a120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00117c740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001016870), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.730Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:24.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b1c3292e-89eb-4f30-9ea3-b8f7f6ec5e6c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.732Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00118af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00117cec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001016b90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.733Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"71ae5ba7-2848-4d8c-a366-f71c9fe9a520","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00118bd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10246\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00117dc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10246, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0010177c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.868Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:24.868Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9aca13c2-898b-44e0-96f3-f6e53371854f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.871Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001236d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10246\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012623c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10246, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001017ae0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.872Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"719ea2f8-1063-480b-8093-1961a9486aa4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001237d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5053\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001262980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5053, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001017db0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.882Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012a07e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6838\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001262fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6838, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013340a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.882Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:24.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2ab1e310-7e79-4949-9ba6-e22bd8c18722","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012a1680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6838\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012636c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6838, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001334460), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:24.885Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-r9cdv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"abcbbacc-4608-478a-959f-e5551d7e76e7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:24.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00139a630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3135\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001263c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3135, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001334820), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.722Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00139af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10234\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013aaac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10234, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001335450), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.724Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:25.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7bf6dc7b-3395-460f-b759-2fae41be444a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:25.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00139bef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10234\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013ab240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10234, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001335770), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.728Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b723f7de-fa2b-4a84-9c04-663dd6306f3b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:25.735Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001470f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5047\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013ab800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5047, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001335a40), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001471950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6756\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013abe40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6756, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001335c70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.742Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:25.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7ee172fe-7a24-4dbf-9205-f250cb6f93c5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:25.744Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001514750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6756\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00150e5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6756, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001536190), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:25.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-shd7s","knative.dev/name":"output-pipeline-run-2hsr2","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"acd50fe3-59a5-44ea-a6c0-652407fd2bf0","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:25.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001515560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00150eb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015365a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:26.387Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00158ef30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159a980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001537ef0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:26.389Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:26.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"797c8800-37bd-43dd-8b38-996015b24c1b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:26.391Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00158fd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159b100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015d42d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:26.392Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"847c4439-d9e0-49e7-bfee-a9107141858b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:26.398Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00161ebd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4764\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159b6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4764, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015d45a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:26.401Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00161f4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159bd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015d47d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:26.403Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:26.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"47bf9116-fee8-4da3-b65a-bea488ee5068","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:26.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a4480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017a8500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015d4af0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:26.406Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"00cead01-26b0-4143-a0e7-d15d789424c5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:27.375Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a4000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017a9a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015d57c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:27.377Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:27.377Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5277d64a-35f1-49e2-9ac1-e07e1803632a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:27.379Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018ba200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015d5ae0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:27.380Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"22b36d72-bfc8-43b1-9fa0-7738aef14094","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:27.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5041\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018ba7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5041, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015d5db0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:27.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6966\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018bae00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6966, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014740a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:27.390Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:27.390Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"70359840-fff1-4ab9-949c-6171a49e5759","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:27.392Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a9830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6966\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018bb500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6966, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474500), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:27.392Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-r87qr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fdeecc54-d1cc-4a29-aa1e-edd58022fa18","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:27.395Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000785b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3199\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018bbac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3199, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014748c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:28.650Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000267cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1325\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1325, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475e50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:28.651Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/spec\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/metadata\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskSpec/steps/0/computeResources\",\"value\":{}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:54:28.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6cd91063-5310-4daa-a84b-c2b303fdb462","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:28.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000267ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1476\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018836c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1476, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000194230), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:28.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"bac6297a-249b-4279-b72a-879fc7787cf7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:28.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004302d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"985\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:985, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003f7810), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1404\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1404, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014c690), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.921Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:54:29.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c10153d7-66f6-4a47-b456-bd19339a0d88","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1644\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1644, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014caf0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"85d1ca40-542e-48f4-8199-efee376e668b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00014ccd0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.952Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2624\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164ac80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2624, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014d0e0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.953Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:29.953Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"672d4bec-d0d5-4ad2-aadc-092848bf20b6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.955Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2772\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2772, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00014d2c0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.956Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"69cfdf28-5fcb-4f4b-a7fe-6e8dd13eb8bd","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.958Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2004\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2004, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162190), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.963Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3224\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3224, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162320), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.964Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:29.964Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d9fdc3ce-3711-4449-a98f-c57dd76a5d99","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3212\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3212, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001627d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3620172c-7750-4025-b142-d8fd1e3de72d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1453\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1453, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162a50), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.974Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059cbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4667\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4667, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162c30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.975Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:29.976Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9c415f07-c2a1-49ed-a057-6aecfb86d227","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.977Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4643\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115bdc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4643, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162fa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.979Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2c6ae8bd-01d1-4357-9dd9-9473cc9a8564","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.979Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4890\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159cc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4890, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163a40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.980Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:29.981Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7adbb6ce-b7be-4123-990d-4a04fc8c7c34","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:29.984Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059def0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163d60), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012602d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6001\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6001, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d80a0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:29.989Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:29.989Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"707176a6-b349-41ec-b930-f73ad55f08ac","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:30.012Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5153\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5153, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8550), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.014Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:30.014Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"416f5069-ab83-4e98-b761-8ec7ef988422","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:30.014Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6076\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6076, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8820), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.015Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:30.015Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5b9e80e2-0c3f-4d7e-8209-b54a2d582f10","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:30.016Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5153\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127afc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5153, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d8cd0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.017Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b33b7879-7136-41fe-8d6b-c27e64537911","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:30.018Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6076\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6076, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9040), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.019Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"376f43d9-1726-4433-953f-59fe5a050b81","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:30.021Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018546c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a0f0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3384\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3384, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.029Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00198a460), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.029Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:30.029Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"42cfe8e2-2c1d-4127-8130-4db3c7b464d5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:30.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018559e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d1ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00198a7d0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"618c4880-30eb-48db-be86-02a4f800c579","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:30.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016342d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3653\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7ed00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3653, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198b270), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016347e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aa8c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:30.871Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001634c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1256\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135ea40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1256, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aaaa0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:31.084Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001634f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aabe0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:31.088Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016358c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3129\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135f740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3129, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015aaf00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:31.096Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f86240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3135\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135fdc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3135, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:30488\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ed5c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab1d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:31.098Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f86b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5047\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5047, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab4a0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:31.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f87560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5041\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b4b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5041, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab6d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:31.117Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fb8000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5053\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010b5180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5053, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015ab900), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:33.973Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fb8a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f4a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051c500), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:33.976Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:33.976Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"52962767-70bf-48ac-8d30-645c177b09d6","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:33.978Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fb9170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7650\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012f5280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7650, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051c910), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:33.980Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"27339c21-6382-47ac-bbc5-0fe48cbd8581","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:33.983Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fb98c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3384\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a2080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3384, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000160780), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:33.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000fb9dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7597\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a28c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7597, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000160960), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:33.993Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:33.993Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b403cd4a-c7ca-4b4e-b391-a3237346d3b8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:33.996Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00117a5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7597\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007a3140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7597, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000160ff0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:33.998Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4ca04a80-6d58-4cfe-b66e-1c593ae40377","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:34.002Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00117acf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3600\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004fe040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3600, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000161ea0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:34.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001214fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7805\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009e7880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7805, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000522ff0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:34.908Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:34.908Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"276d5ee2-d1c3-4eb8-98c3-f962eb6ab9dd","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:34.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001215710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7805\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7805, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000523360), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:34.912Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0a6b42b3-fc09-42e0-8bdf-aa23ffad1166","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:34.916Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001215e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3592\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3592, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000523e00), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:35.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013983f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7790\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001528880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7790, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185d400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:35.911Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:35.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"827cd1e9-415e-4752-82db-aab7f7d1ca13","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:35.914Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001398b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7790\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015292c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7790, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185d770), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:35.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c9c6025c-6fd7-44bd-b737-c63e68ec26a8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:35.919Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001399290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3585\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009be0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3585, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016322d0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:37.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001563440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7855\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004ef8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7855, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015bc2d0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:37.935Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:37.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c83b7004-53a1-4835-872c-1517a23ea921","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:37.937Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001563c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7855\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184e100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7855, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015bc640), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:37.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1fbaf593-631b-4c95-b982-6a9cf5fb4f1e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:37.941Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160e480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3657\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00184ee80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3657, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015bd0e0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160ea20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8204\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001688500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8204, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00181c640), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.937Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:38.937Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"db6b00dc-2b65-4f6a-bb2d-dd16e5068fe3","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:38.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160f3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8204\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001688c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8204, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00181c9b0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz-reader","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"97086ffe-90fd-4daf-b213-2daff832c33b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:38.950Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160fd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001689a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00181d450), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.956Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001972480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6824\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6824, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00181c000), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.957Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:38.957Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"01bd9912-d2c7-40ec-9c86-fb2a86c4cd2f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:38.960Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001972d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6824\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6824, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00181c280), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:38.961Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"pipeline-with-workspace-run-q9dnz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f46a9f5e-ae65-4a20-b9a0-ea7e753191da","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:38.965Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001973710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3124\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d3180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3124, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00181c500), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000785050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1381\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018bbd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1381, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475090), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.126Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:54:40.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7be8cf39-fa38-4a12-8ab1-df6b52e783d7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000785d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1606\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1606, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001475310), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"9fffb748-ab30-49f5-882e-71a49a5c54fe","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.131Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00048ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1160\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1160, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001475540), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000267a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2540\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2540, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475770), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.144Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.144Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0fbbbc0f-851f-4732-8ada-1a84b7a10e12","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2688\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018831c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2688, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014759a0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4a819e31-e54c-485f-a374-4bf1b2dc3c36","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.149Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1917\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1917, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001475bd0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.154Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3148\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3148, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475e00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.155Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.155Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ddf0b726-1ad2-4185-a1e2-fbaf83f8f0eb","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041e3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3136\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3136, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003f6b40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a6b1eaa0-5f4d-4590-96fa-125131f79498","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041f3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1415\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1415, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003f7360), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.164Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041fdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4922\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8ad80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4922, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f7680), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.165Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.165Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"20e7fe13-4a81-410e-9544-dc93db666669","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.176Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014327e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4599\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8b380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4599, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f7bd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.177Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.177Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"27d458cb-e7f8-4726-b1c0-7e4558f3f8b9","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.179Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4575\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8b8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4575, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026a190), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"353f22d1-e1e9-455f-8a16-bb544f4c3700","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.188Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014335f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8be00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026aaa0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5177\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5177, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:46866\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ec6c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026acd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.194Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fe7b4766-23ab-4d4d-8316-f8577942d75a","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f06c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6296\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6296, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026b680), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.196Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"53bed9e0-f4da-45aa-95ac-8c200d8da43b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5177\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5177, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026bc20), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"36dc191b-c32a-459c-96be-45e811f1c9e4","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f18c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3148\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3148, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000484370), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.216Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6474\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6474, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004848c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.217Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.217Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"08ae6a3a-440a-4a9d-97c3-03fa6b9d6db5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6474\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6474, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484cd0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"484f05cc-9df0-4c24-93d7-78d3fa47a2ef","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.225Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3763\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3763, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485400), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.230Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164b6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000485630), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.231Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:40.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"73aaf5ab-e41e-4921-8517-511e3db12597","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00025f480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485a90), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:40.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d4dae803-2227-4cb1-8f48-7338b4a4e3d7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:40.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4169\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4169, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000485d60), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:41.965Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8946\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8946, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001634f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:41.967Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:41.967Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fc8e5bc1-ef5a-4cb5-bfe4-86781d4fe5b2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:41.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018545a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8946\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8946, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000163810), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:41.971Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6cf31494-bb9b-4225-8766-199b467edf30","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:41.974Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4161\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4161, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163b80), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:42.962Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001855680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8967\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127acc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8967, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9a40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:42.963Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:42.963Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5e6e849f-cfb2-4717-baa4-3f2f9a47a268","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:42.965Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016341b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8967\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8967, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9ef0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:42.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"95578fdf-ee26-4e5b-a6c4-14b566730aa1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:42.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001634b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127bac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00198a280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:45.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e21320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9266\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a7f800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9266, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015ab950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:45.006Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:54:45.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3a70cf1c-7bfe-429b-a7b5-02bb22fcd7ce","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:45.011Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e21e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9266\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9266, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015abc70), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:54:45.012Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"68710314-56ff-4d48-8504-8cecf44990fa","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:54:45.018Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e70a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4460\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00135e600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4460, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009c2000), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:16.049Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00123c120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001250680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001248a50), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:16.050Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:16.050Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2ccf67f3-ce7d-4d78-847e-a12952879fdf","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:16.053Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00123cf30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001250e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001248d70), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:16.054Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"748ee42c-f9db-42b1-9350-923cf0cfd8a1","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:16.058Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00123dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4858\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012513c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4858, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001249040), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:16.064Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013786c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10332\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001251a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10332, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001249270), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:16.065Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:16.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"567ebb24-5ced-4477-9160-771e8061cb0b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:16.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013795f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10332\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013d2200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10332, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001249590), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:16.068Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"94ee343e-a0d9-4593-a145-a8cfbd4fb696","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:17.055Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001470240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10609\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00147c500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10609, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001459220), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:17.056Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:17.056Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c7201587-fb3a-4d38-8ada-811b1c178610","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:17.059Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001471290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10609\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00147cc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10609, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001459540), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:17.059Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a8ad5b63-92d7-4506-8757-5dfac0ac8240","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:17.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015be360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5135\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00147d200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5135, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001459810), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:17.071Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015bed80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6956\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00147d840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6956, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001459a40), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:17.072Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:17.072Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"735769f8-41b4-4075-a24f-d8f29b7016f2","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:17.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015bfb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6956\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00147df40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6956, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001459ea0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:17.075Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"output-pipeline-run-5rvf8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7a5dacaf-56b7-44cf-a5c0-67cc7d8a0d73","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:17.078Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00162e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3194\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001620580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3194, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001626370), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:18.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00162f200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1184\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016a42c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1184, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016ac320), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:18.565Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:55:18.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6ce6d079-5113-4bdb-a1c7-e32d182bdcdd","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:18.567Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00162f3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016a4800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0016ac460), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:18.568Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=tasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"d0503003-6615-46a2-8bd9-204481f13b74","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:18.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00162f5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016a5580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016ad090), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:19.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00184d710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1263\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001825ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1263, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00182d270), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:19.658Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:55:19.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"df64bcd6-5aec-45dc-ae52-936555d423d7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:19.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00184d950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1366\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00186e4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1366, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00182d450), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:19.662Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelines","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6aad501a-e0d3-451f-8e31-c9a1a89ea34b","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:19.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00184dc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"884\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00186eb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:884, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00182d860), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c42d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1200\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1200, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00182dc70), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.769Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:55:20.770Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"e6e0a9f6-320b-4442-94eb-3aed0842c8fd","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.771Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c4510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1422\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1422, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00182def0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.771Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"d70058f6-4877-4e96-8683-9dbf5b8b8bcb","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c47e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"977\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d2bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:977, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001474280), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.781Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c4bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2274\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d3180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2274, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014744b0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.782Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.782Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a4fa314b-499d-4561-b5a0-42153eb1a116","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c4e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2422\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d3680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2422, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474730), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1ba3f11b-e254-4115-be09-661ce3f6d75f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c50e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1656\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017d3b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1656, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001474960), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.790Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c54d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001474b90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.790Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"48a0bdfc-c463-453c-9a20-f8adafcb8583","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.793Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018c5a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2768\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2768, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001474f50), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9536fd4e-0a43-4c46-9a22-0997e5f6caa7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001882c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014752c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197c870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4345\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4345, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014754f0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.801Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f0cc962d-52af-4e0a-9af2-e7cbe64a100e","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4059\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4059, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001475950), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.804Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a6210856-0ed1-45f3-a956-1606474d81c5","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197d8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4035\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001883d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4035, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001475d10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d5ed7737-cff9-4d40-b7a7-f3fde6546312","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.809Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00197ddd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1821\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1821, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000195ea0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.816Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5418\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8a940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5418, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003f6c30), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.818Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.818Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6d5e3280-1361-47e8-8e2e-2b66751a9aef","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.827Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a8ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4599\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8b6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4599, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026a8c0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.828Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.828Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c424f2c7-7fba-4e9a-8727-66eba407876f","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.830Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016a95f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4599\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f8bd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4599, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00026afa0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.830Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8b3e5ba3-e322-4f07-aa56-325820930578","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.833Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000784630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2755\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2755, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00026b680), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.839Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007850e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5583\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5583, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00026bbd0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.840Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.840Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c599419f-26e9-48af-a42f-4a4053853850","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001ede60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5583\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f92f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5583, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000484320), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3f8ff98b-3f14-4b90-9b08-0440507898c7","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.845Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000430ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3151\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3151, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004848c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000431b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7105\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000f93b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7105, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000484be0), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.851Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:20.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4d8324e3-db7b-403e-b90e-9887a5217b78","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00041f290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7105\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164a400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7105, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000485400), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:20.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"008fdfaa-aab6-4972-b322-e2f3331de353","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:20.855Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3343\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00164af00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3343, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004857c0), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001432f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5782\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115a580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5782, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00014da90), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.891Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"} {"severity":"info","timestamp":"2025-05-20T15:55:21.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"cec819db-6046-483d-aa0c-90285fe30441","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.893Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001433dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5782\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115ac80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5782, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001620f0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.893Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"74f1a623-46a4-4687-a1ab-e3d60ef93ded","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f0b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2790\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2790, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000162730), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7396\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00115b900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7396, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000162a00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.902Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:21.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"66117584-ddbe-4424-bbad-f15b88e6a146","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.905Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f1c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7396\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7396, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000162e10), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.905Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"04b6535d-25be-4293-9516-3e51bb35b44c","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059c750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3495\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159c6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3495, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000163130), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059d0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6239\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159cd40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6239, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163360), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.915Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:21.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bc66e66b-36a9-455f-bdef-d8978ab305e8","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.919Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00059def0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7936\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159d440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7936, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000163860), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.920Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:21.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0d6a6654-fcc3-4ba0-b3d5-7935bd693264","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001260cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6239\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00159da80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6239, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000163cc0), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"33a75e7f-a6dc-40c3-ad5b-2c5a32597c19","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001261c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7936\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7936, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d8460), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"52247359-96cc-4480-969e-d9cb9e2c3e6d","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001854900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2836\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127a740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2836, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8820), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018550e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3830\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127ad80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3830, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:33389\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000ecd80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005d8c30), pat:(*http.pattern)(0xc0004ac2a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018558c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127b440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d8f00), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.935Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:21.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9a06d2ac-9dd9-4cb1-b5e1-d7080892c874","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.954Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001634750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00127bb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:9534\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000ed500), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005d9400), pat:(*http.pattern)(0xc0004ac120), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.955Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"} {"severity":"info","timestamp":"2025-05-20T15:55:21.955Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6f9bc372-491b-4809-9cc0-2cb5c4bfa210","admissionreview/allowed":true,"admissionreview/result":"nil"} {"severity":"info","timestamp":"2025-05-20T15:55:21.957Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001635440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016d0600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.2:42297\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0000edc80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005d9a40), pat:(*http.pattern)(0xc0004ac180), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"d9974e2"} {"severity":"info","timestamp":"2025-05-20T15:55:21.958Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"d9974e2","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-m6kd6","knative.dev/name":"sleep-pipeline-run-d8p6g-pipelinetask1","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"06308dca-fc37-4e93-a15a-f3d6ab00b4cb","admissionreview/allowed":true,"admissionreview/result":"nil"} *************************************** *** E2E TEST FAILED *** *** End of information dump *** *************************************** + EXIT_VALUE=1 + set +o xtrace Cleaning up after docker in docker. ================================================================================ Cleaning up binfmt_misc ... ================================================================================ Done cleaning up after docker in docker.