ResultFAILURE
Tests 0 failed / 0 succeeded
Started2025-06-24 07:36
Elapsed20m4s
Revision17e0c15f59321c96d0fc206704513cd218e12cc9
Refs 2560

No Test Failures!


Error lines from build-log.txt

... skipping 233 lines ...
++ 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
... skipping 181 lines ...
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
... skipping 166 lines ...
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

... skipping 76 lines ...
      --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
... skipping 220 lines ...
    --- PASS: TestPipelinesNegativeE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path (0.33s)
    --- PASS: TestPipelinesNegativeE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_ (0.41s)
    --- PASS: TestPipelinesNegativeE2E/Validate_Pipeline_describe_command_in_namespace_testcli-7klnj (0.75s)
    --- PASS: TestPipelinesNegativeE2E/Start_Pipeline_Run_using_pipeline_start_command_with_SA_as_'pipelines'_ (0.72s)
    --- PASS: TestPipelinesNegativeE2E/Validate_Pipeline_describe_command_in_namespace_testcli-7klnj_after_PipelineRun_completed_successfully (0.69s)
=== 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-vchl2
--- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E (11.19s)
    --- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ (0.54s)
    --- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (8.30s)
=== RUN   TestPipelinesE2E/Get_list_of_Taskruns_from_namespace__testcli-g4hr2
=== RUN   TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-g4hr2_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: 
                                                                                        
                                                                                        
        [first-create-file : read] e2e-test                                             
=== RUN   TestPipelinesE2E/Start_PipelineRun_with_tkn_pipeline_start_--last
=== NAME  TestPipelinesE2E
... skipping 190 lines ...
io.Copy(...)
	/usr/local/go/src/io/io.go:388
github.com/Netflix/go-expect.NewPassthroughPipe.func1()
	/home/prow/go/src/github.com/tektoncd/cli/vendor/github.com/Netflix/go-expect/passthrough_pipe.go:42 +0xfb
created by github.com/Netflix/go-expect.NewPassthroughPipe in goroutine 241
	/home/prow/go/src/github.com/tektoncd/cli/vendor/github.com/Netflix/go-expect/passthrough_pipe.go:40 +0x1e7
FAIL	github.com/tektoncd/cli/test/e2e/pipeline	600.684s
=== RUN   TestPipelineRunLogE2E
=== PAUSE TestPipelineRunLogE2E
=== RUN   TestClusterResolverPipelineRunLogE2E
=== PAUSE TestClusterResolverPipelineRunLogE2E
=== CONT  TestClusterResolverPipelineRunLogE2E
=== CONT  TestPipelineRunLogE2E
... skipping 115 lines ...
    --- PASS: TestTaskStartE2E/Cancel_finished_TaskRun_with_tkn_taskrun_cancel (1.14s)
    --- PASS: TestTaskStartE2E/Cancel_TaskRun_with_tkn_taskrun_cancel (2.25s)
    --- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_with_--last_option (7.55s)
    --- PASS: TestTaskStartE2E/Start_Task_interactively_with_optional_workspace_(yes) (5.16s)
PASS
ok  	github.com/tektoncd/cli/test/e2e/task	62.699s
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-29jxq                             1/1     Running     0          19m
kube-system                  pod/coredns-5dd5756b68-dlw4v                             1/1     Running     0          19m
... skipping 137 lines ...
kube-system                  19m         Normal    Scheduled                      pod/kindnet-hrxcz                                                Successfully assigned kube-system/kindnet-hrxcz to kind-control-plane
kube-system                  19m         Normal    Pulled                         pod/kindnet-hrxcz                                                Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine
kube-system                  19m         Normal    Created                        pod/kindnet-hrxcz                                                Created container kindnet-cni
kube-system                  19m         Normal    Started                        pod/kindnet-hrxcz                                                Started container kindnet-cni
kube-system                  18m         Normal    Scheduled                      pod/kindnet-pj442                                                Successfully assigned kube-system/kindnet-pj442 to kind-worker
kube-system                  18m         Normal    Pulled                         pod/kindnet-pj442                                                Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine
kube-system                  18m         Warning   Failed                         pod/kindnet-pj442                                                Error: services have not yet been read at least once, cannot construct envvars
kube-system                  18m         Normal    Created                        pod/kindnet-pj442                                                Created container kindnet-cni
kube-system                  18m         Normal    Started                        pod/kindnet-pj442                                                Started container kindnet-cni
kube-system                  18m         Normal    Scheduled                      pod/kindnet-scpzt                                                Successfully assigned kube-system/kindnet-scpzt to kind-worker3
kube-system                  18m         Normal    Pulled                         pod/kindnet-scpzt                                                Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine
kube-system                  18m         Normal    Created                        pod/kindnet-scpzt                                                Created container kindnet-cni
kube-system                  18m         Normal    Started                        pod/kindnet-scpzt                                                Started container kindnet-cni
... skipping 11 lines ...
kube-system                  18m         Normal    Scheduled                      pod/kube-proxy-msqm9                                             Successfully assigned kube-system/kube-proxy-msqm9 to kind-worker2
kube-system                  18m         Normal    Pulled                         pod/kube-proxy-msqm9                                             Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine
kube-system                  18m         Normal    Created                        pod/kube-proxy-msqm9                                             Created container kube-proxy
kube-system                  18m         Normal    Started                        pod/kube-proxy-msqm9                                             Started container kube-proxy
kube-system                  18m         Normal    Scheduled                      pod/kube-proxy-xxz75                                             Successfully assigned kube-system/kube-proxy-xxz75 to kind-worker
kube-system                  18m         Normal    Pulled                         pod/kube-proxy-xxz75                                             Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine
kube-system                  18m         Warning   Failed                         pod/kube-proxy-xxz75                                             Error: services have not yet been read at least once, cannot construct envvars
kube-system                  18m         Normal    Created                        pod/kube-proxy-xxz75                                             Created container kube-proxy
kube-system                  18m         Normal    Started                        pod/kube-proxy-xxz75                                             Started container kube-proxy
kube-system                  19m         Normal    Scheduled                      pod/kube-proxy-zd57v                                             Successfully assigned kube-system/kube-proxy-zd57v to kind-control-plane
kube-system                  19m         Normal    Pulled                         pod/kube-proxy-zd57v                                             Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine
kube-system                  19m         Normal    Created                        pod/kube-proxy-zd57v                                             Created container kube-proxy
kube-system                  19m         Normal    Started                        pod/kube-proxy-zd57v                                             Started container kube-proxy
... skipping 65 lines ...
tekton-pipelines-resolvers   15m         Normal    Pulled                         pod/tekton-pipelines-remote-resolvers-6f95f8b99d-hsgz7           Successfully pulled image "ghcr.io/tektoncd/pipeline/resolvers-ff86b24f130c42b88983d3c13993056d:v1.1.0@sha256:874a8a2360ccf87aa386a78ef12da2085e97eb290607edfefa9c57864b7abfc5" in 3.655s (3.655s including waiting)
tekton-pipelines-resolvers   15m         Normal    Created                        pod/tekton-pipelines-remote-resolvers-6f95f8b99d-hsgz7           Created container controller
tekton-pipelines-resolvers   15m         Normal    Started                        pod/tekton-pipelines-remote-resolvers-6f95f8b99d-hsgz7           Started container controller
tekton-pipelines-resolvers   15m         Normal    SuccessfulCreate               replicaset/tekton-pipelines-remote-resolvers-6f95f8b99d          Created pod: tekton-pipelines-remote-resolvers-6f95f8b99d-hsgz7
tekton-pipelines-resolvers   15m         Normal    ScalingReplicaSet              deployment/tekton-pipelines-remote-resolvers                     Scaled up replica set tekton-pipelines-remote-resolvers-6f95f8b99d to 1
tekton-pipelines             15m         Normal    Scheduled                      pod/tekton-events-controller-6b7779c458-6f4dg                    Successfully assigned tekton-pipelines/tekton-events-controller-6b7779c458-6f4dg to kind-worker
tekton-pipelines             15m         Warning   FailedMount                    pod/tekton-events-controller-6b7779c458-6f4dg                    MountVolume.SetUp failed for volume "config-logging" : failed to sync configmap cache: timed out waiting for the condition
tekton-pipelines             15m         Normal    Pulling                        pod/tekton-events-controller-6b7779c458-6f4dg                    Pulling image "ghcr.io/tektoncd/pipeline/events-a9042f7efb0cbade2a868a1ee5ddd52c:v1.1.0@sha256:5125fa63e96301e06cd09105f2deafd9d0c0023abb898557568dfc15a9f072f9"
tekton-pipelines             15m         Normal    Pulled                         pod/tekton-events-controller-6b7779c458-6f4dg                    Successfully pulled image "ghcr.io/tektoncd/pipeline/events-a9042f7efb0cbade2a868a1ee5ddd52c:v1.1.0@sha256:5125fa63e96301e06cd09105f2deafd9d0c0023abb898557568dfc15a9f072f9" in 2.479s (4.267s including waiting)
tekton-pipelines             15m         Normal    Created                        pod/tekton-events-controller-6b7779c458-6f4dg                    Created container tekton-events-controller
tekton-pipelines             15m         Normal    Started                        pod/tekton-events-controller-6b7779c458-6f4dg                    Started container tekton-events-controller
tekton-pipelines             15m         Normal    SuccessfulCreate               replicaset/tekton-events-controller-6b7779c458                   Created pod: tekton-events-controller-6b7779c458-6f4dg
tekton-pipelines             15m         Normal    ScalingReplicaSet              deployment/tekton-events-controller                              Scaled up replica set tekton-events-controller-6b7779c458 to 1
tekton-pipelines             15m         Normal    Scheduled                      pod/tekton-pipelines-controller-645847c466-swzbb                 Successfully assigned tekton-pipelines/tekton-pipelines-controller-645847c466-swzbb to kind-worker2
tekton-pipelines             15m         Warning   FailedMount                    pod/tekton-pipelines-controller-645847c466-swzbb                 MountVolume.SetUp failed for volume "config-logging" : failed to sync configmap cache: timed out waiting for the condition
tekton-pipelines             15m         Normal    Pulling                        pod/tekton-pipelines-controller-645847c466-swzbb                 Pulling image "ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.1.0@sha256:72ba947187317aee83b8b6ba510b17375bede4ce062e366cd0162515e0f7d5f2"
tekton-pipelines             15m         Normal    Pulled                         pod/tekton-pipelines-controller-645847c466-swzbb                 Successfully pulled image "ghcr.io/tektoncd/pipeline/controller-10a3e32792f33651396d02b6855a6e36:v1.1.0@sha256:72ba947187317aee83b8b6ba510b17375bede4ce062e366cd0162515e0f7d5f2" in 3.571s (3.571s including waiting)
tekton-pipelines             15m         Normal    Created                        pod/tekton-pipelines-controller-645847c466-swzbb                 Created container tekton-pipelines-controller
tekton-pipelines             15m         Normal    Started                        pod/tekton-pipelines-controller-645847c466-swzbb                 Started container tekton-pipelines-controller
tekton-pipelines             15m         Normal    SuccessfulCreate               replicaset/tekton-pipelines-controller-645847c466                Created pod: tekton-pipelines-controller-645847c466-swzbb
tekton-pipelines             15m         Normal    ScalingReplicaSet              deployment/tekton-pipelines-controller                           Scaled up replica set tekton-pipelines-controller-645847c466 to 1
tekton-pipelines             15m         Normal    Scheduled                      pod/tekton-pipelines-webhook-5889b64bc-8sv4q                     Successfully assigned tekton-pipelines/tekton-pipelines-webhook-5889b64bc-8sv4q to kind-worker
tekton-pipelines             15m         Normal    Pulling                        pod/tekton-pipelines-webhook-5889b64bc-8sv4q                     Pulling image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v1.1.0@sha256:7622592a883d3ac7c4321f04bcba54c73ce125c23cc971faeeb5700c0f57a0d0"
tekton-pipelines             15m         Normal    Pulled                         pod/tekton-pipelines-webhook-5889b64bc-8sv4q                     Successfully pulled image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v1.1.0@sha256:7622592a883d3ac7c4321f04bcba54c73ce125c23cc971faeeb5700c0f57a0d0" in 3.014s (3.014s including waiting)
tekton-pipelines             15m         Normal    Created                        pod/tekton-pipelines-webhook-5889b64bc-8sv4q                     Created container webhook
tekton-pipelines             15m         Normal    Started                        pod/tekton-pipelines-webhook-5889b64bc-8sv4q                     Started container webhook
tekton-pipelines             15m         Normal    SuccessfulCreate               replicaset/tekton-pipelines-webhook-5889b64bc                    Created pod: tekton-pipelines-webhook-5889b64bc-8sv4q
tekton-pipelines             15m         Normal    ScalingReplicaSet              deployment/tekton-pipelines-webhook                              Scaled up replica set tekton-pipelines-webhook-5889b64bc to 1
tekton-pipelines             4m54s       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             12m         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             14m         Normal    Scheduled                      pod/tekton-triggers-controller-5d8bdd4f88-4wss4                  Successfully assigned tekton-pipelines/tekton-triggers-controller-5d8bdd4f88-4wss4 to kind-worker2
tekton-pipelines             14m         Normal    Pulling                        pod/tekton-triggers-controller-5d8bdd4f88-4wss4                  Pulling image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20250623-8abd1d8da3@sha256:387afce97b361156c91d54b080248644fb2b2f9477b8036c17c889b320501616"
tekton-pipelines             14m         Normal    Pulled                         pod/tekton-triggers-controller-5d8bdd4f88-4wss4                  Successfully pulled image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20250623-8abd1d8da3@sha256:387afce97b361156c91d54b080248644fb2b2f9477b8036c17c889b320501616" in 2.408s (2.408s including waiting)
tekton-pipelines             14m         Normal    Created                        pod/tekton-triggers-controller-5d8bdd4f88-4wss4                  Created container tekton-triggers-controller
tekton-pipelines             14m         Normal    Started                        pod/tekton-triggers-controller-5d8bdd4f88-4wss4                  Started container tekton-triggers-controller
tekton-pipelines             14m         Normal    SuccessfulCreate               replicaset/tekton-triggers-controller-5d8bdd4f88                 Created pod: tekton-triggers-controller-5d8bdd4f88-4wss4
... skipping 9 lines ...
tekton-pipelines             14m         Normal    Pulling                        pod/tekton-triggers-webhook-55f5cbb7-7wptk                       Pulling image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20250623-8abd1d8da3@sha256:c9aae46a4dfb419de2fdc19b062bda6efdd97bd980a96dc4f13fab2a1f0bde6e"
tekton-pipelines             14m         Normal    Pulled                         pod/tekton-triggers-webhook-55f5cbb7-7wptk                       Successfully pulled image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20250623-8abd1d8da3@sha256:c9aae46a4dfb419de2fdc19b062bda6efdd97bd980a96dc4f13fab2a1f0bde6e" in 2.277s (4.642s including waiting)
tekton-pipelines             14m         Normal    Created                        pod/tekton-triggers-webhook-55f5cbb7-7wptk                       Created container webhook
tekton-pipelines             14m         Normal    Started                        pod/tekton-triggers-webhook-55f5cbb7-7wptk                       Started container webhook
tekton-pipelines             14m         Normal    SuccessfulCreate               replicaset/tekton-triggers-webhook-55f5cbb7                      Created pod: tekton-triggers-webhook-55f5cbb7-7wptk
tekton-pipelines             14m         Normal    ScalingReplicaSet              deployment/tekton-triggers-webhook                               Scaled up replica set tekton-triggers-webhook-55f5cbb7 to 1
tektoncd                     13m         Warning   FailedCreate                   replicaset/el-github-listener-interceptor-856d87d469             Error creating: pods "el-github-listener-interceptor-856d87d469-" is forbidden: error looking up service account tektoncd/tekton-triggers-github-sa: serviceaccount "tekton-triggers-github-sa" not found
tektoncd                     14m         Normal    ScalingReplicaSet              deployment/el-github-listener-interceptor                        Scaled up replica set el-github-listener-interceptor-856d87d469 to 3
tektoncd                     14m         Normal    Scheduled                      pod/output-pipeline-run-first-create-file-pod                    Successfully assigned tektoncd/output-pipeline-run-first-create-file-pod to kind-worker3
tektoncd                     14m         Normal    Pulling                        pod/output-pipeline-run-first-create-file-pod                    Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.1.0@sha256:6e7031049f641583d651f3aac0ed58fe682076d05385d0962536d168bac993eb"
tektoncd                     14m         Normal    Pulled                         pod/output-pipeline-run-first-create-file-pod                    Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.1.0@sha256:6e7031049f641583d651f3aac0ed58fe682076d05385d0962536d168bac993eb" in 2.424s (2.424s including waiting)
tektoncd                     14m         Normal    Created                        pod/output-pipeline-run-first-create-file-pod                    Created container prepare
tektoncd                     14m         Normal    Started                        pod/output-pipeline-run-first-create-file-pod                    Started container prepare
... skipping 18 lines ...
tektoncd                     14m         Normal    Pending                        taskrun/output-pipeline-run-first-create-file                    pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
tektoncd                     14m         Normal    Pending                        taskrun/output-pipeline-run-first-create-file                    pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
tektoncd                     14m         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                     14m         Normal    Running                        taskrun/output-pipeline-run-first-create-file                    Not all Steps in the Task have finished executing
tektoncd                     14m         Normal    Succeeded                      taskrun/output-pipeline-run-first-create-file                    All Steps have completed executing
tektoncd                     14m         Normal    Started                        pipelinerun/output-pipeline-run                                  
tektoncd                     14m         Normal    Running                        pipelinerun/output-pipeline-run                                  Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
tektoncd                     14m         Normal    Succeeded                      pipelinerun/output-pipeline-run                                  Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
tektoncd                     14m         Normal    Scheduled                      pod/test-template-volume-pod                                     Successfully assigned tektoncd/test-template-volume-pod to kind-worker2
tektoncd                     14m         Normal    Pulling                        pod/test-template-volume-pod                                     Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.1.0@sha256:6e7031049f641583d651f3aac0ed58fe682076d05385d0962536d168bac993eb"
tektoncd                     14m         Normal    Pulled                         pod/test-template-volume-pod                                     Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v1.1.0@sha256:6e7031049f641583d651f3aac0ed58fe682076d05385d0962536d168bac993eb" in 2.153s (2.153s including waiting)
tektoncd                     14m         Normal    Created                        pod/test-template-volume-pod                                     Created container prepare
tektoncd                     14m         Normal    Started                        pod/test-template-volume-pod                                     Started container prepare
tektoncd                     14m         Normal    Pulling                        pod/test-template-volume-pod                                     Pulling image "ubuntu"
... skipping 34 lines ...
testcli-gsgcc                9m54s       Normal    Pending                        taskrun/output-pipeline-run-4zr4q-first-create-file              pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-gsgcc                9m52s       Normal    Pending                        taskrun/output-pipeline-run-4zr4q-first-create-file              pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-gsgcc                9m51s       Normal    Pending                        taskrun/output-pipeline-run-4zr4q-first-create-file              pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-gsgcc                9m49s       Normal    Running                        taskrun/output-pipeline-run-4zr4q-first-create-file              Not all Steps in the Task have finished executing
testcli-gsgcc                9m16s       Normal    Succeeded                      taskrun/output-pipeline-run-4zr4q-first-create-file              All Steps have completed executing
testcli-gsgcc                9m54s       Normal    Started                        pipelinerun/output-pipeline-run-4zr4q                            
testcli-gsgcc                9m54s       Normal    Running                        pipelinerun/output-pipeline-run-4zr4q                            Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-gsgcc                9m16s       Normal    Succeeded                      pipelinerun/output-pipeline-run-4zr4q                            Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
>>> Pipeline controller log:
2025/06/24 07:41:07 Registering 8 clients
2025/06/24 07:41:07 Registering 5 informer factories
2025/06/24 07:41:07 Registering 9 informers
2025/06/24 07:41:07 Registering 3 controllers
{"level":"info","ts":1750750867.343686,"logger":"fallback","caller":"cache/cacheclient.go:42","msg":"CACHE CLIENT &{lru:0xc0000facc0 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{_:{} mu:{state:0 sema:0}} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}"}
... skipping 23 lines ...
{"severity":"info","timestamp":"2025-06-24T07:41:07.620Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-controller-645847c466-swzbb_76c72821-dd52-4187-b2a9-8c47a3966f5e\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.reconciler.00-of-01\"","commit":"43c0bb9"}
I0624 07:41:07.620310       1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01
I0624 07:41:07.620478       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-06-24T07:41:07.620Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-controller-645847c466-swzbb_96025fc2-fa5e-48ef-9b77-4cb5c66f1f35\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.556Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"e39ebeb7-27a3-4da7-b61c-f5b5cd3e153c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1719\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.565Z","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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"081505e3-4056-4c57-a3c5-6fc4ba008a80","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.578Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57.578068898 +0000 UTC m=+50.282690333} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"081505e3-4056-4c57-a3c5-6fc4ba008a80","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.578Z","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:\"eafc3a25-2dcf-46fd-87af-05ab7666c4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1721\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.578Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"e39ebeb7-27a3-4da7-b61c-f5b5cd3e153c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1719\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.595Z","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.June, 24, 7, 41, 57, 595854970, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0043f1ae-ad7c-4d99-be72-6ce4492aaa1d","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.596Z","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:\"eafc3a25-2dcf-46fd-87af-05ab7666c4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1721\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.632Z","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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8c2f4485-872b-4f4a-8463-6d397263b22a","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.632Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"e39ebeb7-27a3-4da7-b61c-f5b5cd3e153c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1724\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.639Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57.639894662 +0000 UTC m=+50.344516099} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8c2f4485-872b-4f4a-8463-6d397263b22a","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.641Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"e39ebeb7-27a3-4da7-b61c-f5b5cd3e153c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1724\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.665Z","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.June, 24, 7, 41, 57, 665284339, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4fb748db-ac69-4861-8fa7-4f7f5bce11fc","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.666Z","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:\"eafc3a25-2dcf-46fd-87af-05ab7666c4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1734\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.667Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"205cdb33-e91f-48a2-af17-b07eb4050d48","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.687Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2b469562-030d-44ea-b170-a50379c498c4","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.687Z","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.June, 24, 7, 41, 57, 687723361, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"235219a8-c3ec-49ef-a004-80521214cf90","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.730Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"371c4fd1-9a56-453c-bc89-e664c645eb61\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1740\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.745Z","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.June, 24, 7, 41, 57, 745139978, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5694a776-b536-442f-a6c8-be5ad6a3b671","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.745Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"371c4fd1-9a56-453c-bc89-e664c645eb61\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1740\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.808Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"371c4fd1-9a56-453c-bc89-e664c645eb61\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1745\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.814Z","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.June, 24, 7, 41, 57, 814549312, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6f35cea6-d951-4390-9821-ed45e89201fd","knative.dev/key":"tektoncd/test-template-volume"}
... skipping 2 lines ...
{"severity":"info","timestamp":"2025-06-24T07:42:01.195Z","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.June, 24, 7, 42, 1, 195407606, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ce1d6207-f2cd-4e75-b51d-f22006071136","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.501Z","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.June, 24, 7, 42, 1, 501339563, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write step-read]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"61952d43-8af0-47d8-a48c-66ada89d1186","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.502Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"371c4fd1-9a56-453c-bc89-e664c645eb61\", 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":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.516Z","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.June, 24, 7, 42, 1, 515985284, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write step-read]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e1c11a08-8879-445b-b1c2-6f5ead9c4cdf","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.195Z","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.June, 24, 7, 42, 2, 195080055, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"97bb49cb-9cc6-4fba-b78f-dafaf8a093b5","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.195Z","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:\"eafc3a25-2dcf-46fd-87af-05ab7666c4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1737\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.209Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2c3933e1-8809-47e6-aeb8-efbf854c5744","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.209Z","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.June, 24, 7, 42, 2, 209725201, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d85d47c0-aee4-4641-9b6d-bff97c771b53","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.203Z","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.June, 24, 7, 42, 4, 203309016, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bb63c2e3-f1e2-43b2-8870-169163f315b0","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.203Z","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:\"eafc3a25-2dcf-46fd-87af-05ab7666c4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1809\", 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":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.216Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0414c9bd-43dc-47f4-a59f-f859d22342d5","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.217Z","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.June, 24, 7, 42, 4, 217506620, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"de2eaa46-23f7-4c65-b8a6-6e2553b9f104","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.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.June, 24, 7, 42, 5, 530721463, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c8f98282-4b28-4143-820d-9e1bf6398d7c","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.531Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"371c4fd1-9a56-453c-bc89-e664c645eb61\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1801\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.546Z","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.June, 24, 7, 42, 5, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"df8adce9-c990-475d-9389-1ef6d12f144e","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.521Z","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.June, 24, 7, 42, 5, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"548352dd-11f3-4d14-8fad-a6375b3cf9cb","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.536Z","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.June, 24, 7, 42, 5, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e2bad08e-69f7-4f69-882a-08be27deb273","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.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:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 42, 7, 531775705, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3e226a3c-bec8-4cd7-8da9-60b64506d836","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.532Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"371c4fd1-9a56-453c-bc89-e664c645eb61\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1845\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.553Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : test-template-volume \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f4072dbf-0ccc-4711-9203-a6fb804bd432","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.556Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f4072dbf-0ccc-4711-9203-a6fb804bd432","knative.dev/key":"tektoncd/test-template-volume","duration":0.002797461}
{"severity":"info","timestamp":"2025-06-24T07:42:08.228Z","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.June, 24, 7, 42, 8, 228214986, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ca8e9e22-8910-4de7-bc1c-87c8da0d58dd","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.228Z","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:\"eafc3a25-2dcf-46fd-87af-05ab7666c4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1827\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.240Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bb76a6f1-bd91-4134-b185-c17bbd8aa188","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.242Z","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.June, 24, 7, 42, 8, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"81ad34a5-9d2d-4733-bb94-10dce93499b0","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.613Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : test-template-volume \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cebdd618-8696-47bf-8549-df4b6c4c11bc","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.617Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cebdd618-8696-47bf-8549-df4b6c4c11bc","knative.dev/key":"tektoncd/test-template-volume","duration":0.003841332}
{"severity":"info","timestamp":"2025-06-24T07:42:09.220Z","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.June, 24, 7, 42, 8, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"04e2846b-3d98-4a8a-967f-7addcf2f7d0a","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.233Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown  {2025-06-24 07:41:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"66deb08a-92ab-4855-991e-35af39659556","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.234Z","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.June, 24, 7, 42, 8, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"64b0f3e9-1d28-49b7-a08a-4715f1b678fb","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.536Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : test-template-volume \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b91c9dbe-b37a-48e0-bfab-d857a95a082f","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.540Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b91c9dbe-b37a-48e0-bfab-d857a95a082f","knative.dev/key":"tektoncd/test-template-volume","duration":0.003589725}
{"severity":"info","timestamp":"2025-06-24T07:42:10.226Z","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.June, 24, 7, 42, 10, 226052516, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"46dc884f-f36e-46ba-8113-17f7d7ebc48f","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.226Z","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:\"eafc3a25-2dcf-46fd-87af-05ab7666c4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1880\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.241Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2d6b1bd8-bd42-44d7-9488-38552a804d7a","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.241Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"054a66eb-1769-4bef-9fc1-b1bdc1aeb186","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.242Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded True  {2025-06-24 07:42:10.242131465 +0000 UTC m=+62.946752900} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"054a66eb-1769-4bef-9fc1-b1bdc1aeb186","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.243Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"e39ebeb7-27a3-4da7-b61c-f5b5cd3e153c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1730\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.248Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2d6b1bd8-bd42-44d7-9488-38552a804d7a","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.007158568}
{"severity":"info","timestamp":"2025-06-24T07:42:10.259Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b1dbd667-87c7-4bc5-b8e1-2d349f0a1076","knative.dev/key":"tektoncd/output-pipeline-run","duration":0.000140981}
{"severity":"info","timestamp":"2025-06-24T07:42:11.383Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0fadee8c-837c-49a1-8056-81b77705fe17","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:11.392Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0fadee8c-837c-49a1-8056-81b77705fe17","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.00962123}
{"severity":"info","timestamp":"2025-06-24T07:42:12.254Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a75a0ddf-dc79-4177-9200-631b4c5cd672","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:42:12.260Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a75a0ddf-dc79-4177-9200-631b4c5cd672","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.006097627}
... skipping 4 lines ...
{"severity":"info","timestamp":"2025-06-24T07:42:29.364Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"41057e5f-f5dd-42a7-b5bf-f6f21dc6668d","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.000036925}
{"severity":"info","timestamp":"2025-06-24T07:42:31.989Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a6c833dc-3db2-4d7e-b665-52b799024a12","knative.dev/key":"tektoncd/test-template-volume","duration":0.000056614}
{"severity":"info","timestamp":"2025-06-24T07:42:31.996Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d2ea2680-5975-4251-805a-77b4c9fa7c00","knative.dev/key":"tektoncd/test-template-volume","duration":0.000081763}
{"severity":"info","timestamp":"2025-06-24T07:42:31.999Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5450e277-bcee-4c37-ac7e-9ec33ca21f74","knative.dev/key":"tektoncd/test-template-volume","duration":0.00003595}
{"severity":"info","timestamp":"2025-06-24T07:46:13.424Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk\", UID:\"dbad9753-0d9f-4ac8-91c3-db39504aab59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3339\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.444Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object pipeline-optional-ws-run-94bxk-reader for pipeline task reader","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1948c1b5-573c-4e5e-a72b-8ab51610b334","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.519Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:13.519888916 +0000 UTC m=+306.224510345} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1948c1b5-573c-4e5e-a72b-8ab51610b334","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.522Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk\", UID:\"dbad9753-0d9f-4ac8-91c3-db39504aab59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3339\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.530Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk-reader\", UID:\"ca6c2a47-0fc4-47c1-bbb2-d874a39e4c2c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3343\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.670Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 13, 670322020, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"24839ef8-d09f-44e1-ab9e-eb769ab15b97","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.673Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk-reader\", UID:\"ca6c2a47-0fc4-47c1-bbb2-d874a39e4c2c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3343\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.958Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun pipeline-optional-ws-run-94bxk-reader that was missing from the PipelineRun status","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"618e26c0-a915-4d96-9b27-9ee2df4116fc","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.959Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk\", UID:\"dbad9753-0d9f-4ac8-91c3-db39504aab59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3346\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.014Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:14.014440592 +0000 UTC m=+306.719062017} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"618e26c0-a915-4d96-9b27-9ee2df4116fc","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.033Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk\", UID:\"dbad9753-0d9f-4ac8-91c3-db39504aab59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3346\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.206Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 14, 206685708, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"50a4a2c1-0a3c-4753-9f9c-405e69eff29c","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.207Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk-reader\", UID:\"ca6c2a47-0fc4-47c1-bbb2-d874a39e4c2c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3362\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.368Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 14, 368007879, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b7f3f44f-56ad-4dcf-ab72-f290c9964171","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.368Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f61e8754-52f5-4f3a-aed9-0db0848aeb85","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.370Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b9564334-7fb3-4161-b219-53733351ecbf","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.822Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-7klnj\", Name:\"output-pipeline-run-cbrwt\", UID:\"5d47e4a9-18be-4d80-bccd-0ee55c3f5b66\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3369\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:46:14.850Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:267","message":"Reconcile error: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"555169fd-3133-4ad1-99e3-9a407538615a","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","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-06-24T07:46:14.855Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-7klnj\", Name:\"output-pipeline-run-cbrwt\", UID:\"5d47e4a9-18be-4d80-bccd-0ee55c3f5b66\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3369\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' [User error] PipelineRun testcli-7klnj/output-pipeline-run-cbrwt doesn't bind Pipeline testcli-7klnj/output-pipeline's Workspaces correctly: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:46:15.016Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"555169fd-3133-4ad1-99e3-9a407538615a","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","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-06-24T07:46:15.016Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"555169fd-3133-4ad1-99e3-9a407538615a","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","duration":0.195071235,"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-06-24T07:46:15.020Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-7klnj\", Name:\"output-pipeline-run-cbrwt\", UID:\"5d47e4a9-18be-4d80-bccd-0ee55c3f5b66\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3369\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' 1 error occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\n","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.020Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-7klnj\", Name:\"output-pipeline-run-cbrwt\", UID:\"5d47e4a9-18be-4d80-bccd-0ee55c3f5b66\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3373\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:46:15.050Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:267","message":"Reconcile error: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4400e099-ae23-4e8e-bf15-c380fae72805","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","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-06-24T07:46:15.050Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-7klnj\", Name:\"output-pipeline-run-cbrwt\", UID:\"5d47e4a9-18be-4d80-bccd-0ee55c3f5b66\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3373\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' [User error] PipelineRun testcli-7klnj/output-pipeline-run-cbrwt doesn't bind Pipeline testcli-7klnj/output-pipeline's Workspaces correctly: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.198Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk\", UID:\"d9b9a2ae-24f2-46f2-ac99-c311b1ed336a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3380\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:46:15.246Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4400e099-ae23-4e8e-bf15-c380fae72805","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","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-06-24T07:46:15.246Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4400e099-ae23-4e8e-bf15-c380fae72805","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","duration":0.230641019,"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-06-24T07:46:15.247Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-7klnj\", Name:\"output-pipeline-run-cbrwt\", UID:\"5d47e4a9-18be-4d80-bccd-0ee55c3f5b66\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3373\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' 1 error occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\n","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.248Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-rj2qk-first-create-file for pipeline task first-create-file","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"76d5e215-be27-4f9d-8356-7ea991cb693f","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.250Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4844cdd7-ffec-41d4-85c1-df57a879a87a","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","duration":0.000168423}
{"severity":"info","timestamp":"2025-06-24T07:46:15.304Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk-first-create-file\", UID:\"a0a2d1de-51d2-46e4-b43a-f51d33a86ac1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3389\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.311Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:15.311876472 +0000 UTC m=+308.016497902} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"76d5e215-be27-4f9d-8356-7ea991cb693f","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.312Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk\", UID:\"d9b9a2ae-24f2-46f2-ac99-c311b1ed336a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3380\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.275Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 16, 275199403, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2f7291c5-6a3a-4f7d-92f3-1bd5425b799a","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.276Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 16, 276273578, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a1c52fa-c97c-445d-ac0a-89606d70cc10","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.277Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk-first-create-file\", UID:\"a0a2d1de-51d2-46e4-b43a-f51d33a86ac1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3389\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.360Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun output-pipeline-run-rj2qk-first-create-file that was missing from the PipelineRun status","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4a7a2e7c-3b04-4e61-b42b-d07fb4df58d0","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.361Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk\", UID:\"d9b9a2ae-24f2-46f2-ac99-c311b1ed336a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3392\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.361Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run\", UID:\"93cee334-b600-4dc4-a761-9914205a766f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3406\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.410Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:16.410575196 +0000 UTC m=+309.115196630} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4a7a2e7c-3b04-4e61-b42b-d07fb4df58d0","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.411Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk\", UID:\"d9b9a2ae-24f2-46f2-ac99-c311b1ed336a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3392\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.435Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run\", UID:\"93cee334-b600-4dc4-a761-9914205a766f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3406\", FieldPath:\"\"}): type: 'Normal' reason: 'ResolvingPipelineRef' PipelineRun testcli-2c82b/git-resolver-run awaiting remote resource","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.606Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 16, 606906628, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fb0039f3-135d-4809-ab96-f6411f137a78","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.607Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk-first-create-file\", UID:\"a0a2d1de-51d2-46e4-b43a-f51d33a86ac1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3414\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.619Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q\", UID:\"a688d569-ed81-4859-a0b3-521b325cf991\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3407\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.623Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 16, 623015520, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"41015e95-187b-4809-bdb0-ebe2373f760c","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.623Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk-reader\", UID:\"ca6c2a47-0fc4-47c1-bbb2-d874a39e4c2c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3365\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.740Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-4zr4q-first-create-file for pipeline task first-create-file","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"715f1acf-b003-4496-907c-f563ff57c47d","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.787Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 16, 787705429, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e8478886-bd10-47c6-922b-7427f4678439","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.797Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 16, 797004971, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c0788074-2cc7-4934-8b07-3476a78578d4","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.816Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q-first-create-file\", UID:\"d81214f1-ebbf-4b3e-8256-084e93f94b34\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3426\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.824Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded Unknown  {2025-06-24 07:46:16.82413427 +0000 UTC m=+309.528755704} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"715f1acf-b003-4496-907c-f563ff57c47d","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.825Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q\", UID:\"a688d569-ed81-4859-a0b3-521b325cf991\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3407\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.834Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"da80bda8-a4e9-4a9f-8fa1-2dff626d8e5c","knative.dev/key":"testcli-2c82b/cluster-4e00ce7669ef0c7f68217fb810560711","duration":0.126194232}
{"severity":"info","timestamp":"2025-06-24T07:46:16.835Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"a3fe1c5a-e3c8-4ced-9927-e72cb3d64a19","knative.dev/key":"testcli-2c82b/cluster-4e00ce7669ef0c7f68217fb810560711","duration":0.000099832}
{"severity":"info","timestamp":"2025-06-24T07:46:16.862Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:15 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4e375a28-b02b-4fbf-bfac-9a5622b93017","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.868Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9be51dab-cb36-4fe8-bbd8-b2c958b34a48","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.951Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object git-resolver-run-echo for pipeline task echo","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fe1fcadd-b43d-4402-beee-049f5915a49a","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.973Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 16, 973040409, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"96b88978-db30-4883-929d-15ff22e859a9","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.976Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q-first-create-file\", UID:\"d81214f1-ebbf-4b3e-8256-084e93f94b34\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3426\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.008Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17.008857525 +0000 UTC m=+309.713478959} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fe1fcadd-b43d-4402-beee-049f5915a49a","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.010Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run\", UID:\"93cee334-b600-4dc4-a761-9914205a766f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3428\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.044Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun output-pipeline-run-4zr4q-first-create-file that was missing from the PipelineRun status","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2196a47a-87f8-468e-b25b-87897471042a","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.047Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q\", UID:\"a688d569-ed81-4859-a0b3-521b325cf991\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3432\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.050Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3434\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.105Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17.105946232 +0000 UTC m=+309.810567667} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2196a47a-87f8-468e-b25b-87897471042a","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.109Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 17, 109742420, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c96adce2-ecbb-4080-9109-a94e3dda2845","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.108Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q\", UID:\"a688d569-ed81-4859-a0b3-521b325cf991\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3432\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.110Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3434\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.332Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 17, 332174989, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5761c3a3-1891-4f0d-94b7-37ba750db592","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.402Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"59ec40ba-f8ff-4984-836d-fd4ccd190913","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.415Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"68dc1074-0b88-4a67-b553-9783d6616b7e","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.558Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 17, 552347113, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dee9a0e3-187b-44e9-99ac-06bbe8338ef8","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.562Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q-first-create-file\", UID:\"d81214f1-ebbf-4b3e-8256-084e93f94b34\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3455\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.808Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 17, 808288215, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4a113a37-3382-44bd-8bb1-241e6487b2a1","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.830Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler\", UID:\"b0ca3482-7611-4b9a-a15a-7433874c892d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3461\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.830Z","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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8c612773-7f55-4192-81bd-7db365422c14","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.877Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded Unknown  {2025-06-24 07:46:16 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"763a7744-896d-47dd-9ce6-9ede325074da","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.903Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-print-msg\", UID:\"4f3a8a8f-dc4e-4d4e-a95c-f7585d7b58a9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3468\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.904Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17.904143825 +0000 UTC m=+310.608765259} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8c612773-7f55-4192-81bd-7db365422c14","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.904Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler\", UID:\"b0ca3482-7611-4b9a-a15a-7433874c892d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3461\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.917Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 17, 917928808, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"25e3de5d-1aa0-4bc4-957b-1a6787e058ec","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.918Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 17, 918338301, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"567bbbf8-4843-49e6-af5a-2ec3225e87d5","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.918Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3457\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.918Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3457\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.921Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"7de9933a-621b-4a67-bcc9-b6e0ae5bc13c","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.938Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 17, 938171335, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"608c0941-a52e-4bde-b2be-1f566cfb6fdb","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.941Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-print-msg\", UID:\"4f3a8a8f-dc4e-4d4e-a95c-f7585d7b58a9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3468\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.009Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1616","message":"Found a TaskRun exit-handler-print-msg that was missing from the PipelineRun status","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"924e5ed9-c18a-48d2-8a82-5ee85cb2cd01","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.020Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler\", UID:\"b0ca3482-7611-4b9a-a15a-7433874c892d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3473\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.024Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3ddd528b-c05e-44f9-b385-31cfd18c684f","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.029Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:18.029961757 +0000 UTC m=+310.734583188} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"924e5ed9-c18a-48d2-8a82-5ee85cb2cd01","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.032Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler\", UID:\"b0ca3482-7611-4b9a-a15a-7433874c892d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3473\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.035Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 18, 35591854, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ddf11256-169a-4575-8ca0-939184e2a7a1","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.109Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 18, 109834779, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a1965373-2213-42ae-a118-f30f43bd6856","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.121Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-print-msg\", UID:\"4f3a8a8f-dc4e-4d4e-a95c-f7585d7b58a9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3481\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.123Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-print-msg\", UID:\"4f3a8a8f-dc4e-4d4e-a95c-f7585d7b58a9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3481\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.132Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 18, 132350075, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d1bcb2b4-884f-4668-983f-750220427836","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.266Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8618dc1d-2308-4678-ab3d-c890f7ef3233","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.502Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 18, 502916689, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"97928903-14bb-4f1a-ba02-a3ee741eea55","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.504Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fb5fadee-1db9-4b48-ad74-90b9127b1f83","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.506Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 18, 506562892, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ead2f7e2-8465-4330-bb91-a54f4d5f6980","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.619Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 18, 619453075, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0155e00c-fdb5-40ce-9b36-1eae1ff631a5","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.620Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk-reader\", UID:\"ca6c2a47-0fc4-47c1-bbb2-d874a39e4c2c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3423\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.668Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 18, 668149154, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7ccec78e-c260-4acc-99c4-d3b3028cd184","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.669Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"165dc677-9a4b-41d5-a9b0-0cc24714882d","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.146Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 19, 146605555, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1ccded1d-acb1-4ff5-b035-94be14ce7598","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.147Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk-first-create-file\", UID:\"a0a2d1de-51d2-46e4-b43a-f51d33a86ac1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3425\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.175Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:15 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a8206dd0-6941-4a34-822a-ef88747e082c","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.180Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 19, 180785668, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b3abbeba-d2ae-4e19-a5d1-a4f08fb6ec93","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.622Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 19, 622437336, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ce86ead6-14ff-43ea-a57d-8cc3f90ed93e","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.623Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk-reader\", UID:\"ca6c2a47-0fc4-47c1-bbb2-d874a39e4c2c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3503\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.639Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 19, 639639710, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"958f2995-f453-4414-8701-4e80016fc74b","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.640Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q-first-create-file\", UID:\"d81214f1-ebbf-4b3e-8256-084e93f94b34\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3464\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.660Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5d0f1b32-8d61-48f7-afcf-eac061c5fb00","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.664Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 19, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ce998929-65a1-4c3c-bec0-c22f560dd926","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.672Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded Unknown  {2025-06-24 07:46:16 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"13ab9134-5528-4165-b96d-1fbcad517039","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.675Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 19, 675396753, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be461bbc-a691-415c-818e-fe5fc183254d","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.647Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 20, 647502232, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1879f2b5-3110-4801-91a5-21ab3f0711aa","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.648Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q-first-create-file\", UID:\"d81214f1-ebbf-4b3e-8256-084e93f94b34\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3530\", 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":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.666Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 20, 666069473, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f8300469-c8ac-4686-b280-f5074a6f6caf","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.666Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded Unknown  {2025-06-24 07:46:16 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a9a04df2-c20f-4dec-894b-cc18c1d80ddb","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.118Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 21, 118728230, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4fadb9b8-682c-4a22-af62-722feb6aea58","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.119Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk-first-create-file\", UID:\"a0a2d1de-51d2-46e4-b43a-f51d33a86ac1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3518\", 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":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.145Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:15 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9f88af2a-bc7b-48ae-b38c-35082fbabadb","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.147Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 21, 147128853, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a7c4962c-89c6-416e-aa09-372152183b58","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.651Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-optional-ws-run-94bxk-reader/testcli-vchl2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 21, 651143491, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"21068625-8091-4452-8b72-64ef46f8f247","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.652Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk-reader\", UID:\"ca6c2a47-0fc4-47c1-bbb2-d874a39e4c2c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3529\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.698Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-94bxk-reader \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"24b8918f-eb39-4b0e-be64-02bf0a3c35ad","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.699Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun pipeline-optional-ws-run-94bxk so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"df8ab554-fc94-4983-a767-99c4abce1283","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.699Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-optional-ws-run-94bxk status is being set to &{Succeeded True  {2025-06-24 07:46:21.699136252 +0000 UTC m=+314.403757687} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"df8ab554-fc94-4983-a767-99c4abce1283","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.699Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vchl2\", Name:\"pipeline-optional-ws-run-94bxk\", UID:\"dbad9753-0d9f-4ac8-91c3-db39504aab59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3357\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.705Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"24b8918f-eb39-4b0e-be64-02bf0a3c35ad","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader","duration":0.008055055}
{"severity":"info","timestamp":"2025-06-24T07:46:21.736Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"73888e78-ba43-4ee8-b248-bb3b9e2ded75","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk","duration":0.000257203}
{"severity":"info","timestamp":"2025-06-24T07:46:22.121Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d66f892c-7f72-4b1e-8ae9-b89ef78c41ce","knative.dev/key":"testcli-7klnj/output-pipeline-run-cbrwt","duration":0.000056371}
{"severity":"info","timestamp":"2025-06-24T07:46:22.500Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 22, 500342500, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"aa3c680e-f468-4ec3-b3bb-8c1b47ed978c","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.501Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-print-msg\", UID:\"4f3a8a8f-dc4e-4d4e-a95c-f7585d7b58a9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3495\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.517Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 22, 517668430, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"314b64b3-d4ba-446e-bbb9-f4367801d5ff","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.518Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"426eb438-d674-4e5d-8213-50d203d09260","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.658Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 22, 658635216, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b5c4139a-3b76-436a-b0ce-17825591e42e","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.660Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q-first-create-file\", UID:\"d81214f1-ebbf-4b3e-8256-084e93f94b34\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3541\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.680Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 22, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"07b4a2a6-3447-4b2e-9a6f-a213de2dd5e3","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.681Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded Unknown  {2025-06-24 07:46:16 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fb7ee87f-4a66-4380-af8d-55aa4b5ca275","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.682Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 22, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cdb1cc7d-dc90-4668-bb87-bfe1b609abea","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.746Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-94bxk-reader \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0546c252-60ae-41e7-acb6-d1bd0c0d7b5e","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.749Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0546c252-60ae-41e7-acb6-d1bd0c0d7b5e","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader","duration":0.003484719}
{"severity":"info","timestamp":"2025-06-24T07:46:23.138Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 23, 138055521, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bb1cb02c-d8d6-41b1-b61d-75cabb2b266a","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.139Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk-first-create-file\", UID:\"a0a2d1de-51d2-46e4-b43a-f51d33a86ac1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3548\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.161Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 23, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fb88820b-7ff7-463c-9a29-34f0eb873ab8","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.162Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:15 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1f74da0f-d062-4a54-8181-5272779877a6","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.383Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3618\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.397Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 23, 397240356, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"91b5739a-eccf-4a79-850c-3c0facf0befd","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.397Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3618\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.467Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 23, 467155349, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ebf31a97-29f0-47f7-92bc-7d0b44813992","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.467Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3628\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.484Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 23, 484395954, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1224d321-6b0d-44a1-b2ba-9d1740497eb1","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.650Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-optional-ws-run-94bxk-reader \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c1d150ea-c771-4a8a-9478-988d214e8805","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.654Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c1d150ea-c771-4a8a-9478-988d214e8805","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader","duration":0.003809888}
{"severity":"info","timestamp":"2025-06-24T07:46:24.507Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 24, 507356513, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b6738321-9864-4d66-92f7-eff6ccb34bdf","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.509Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3483\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.523Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 24, 523213066, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"acc4339a-5836-4029-ba21-51f1f8651b1c","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.523Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4b78a689-e766-4445-a462-751b177926a4","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.657Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 24, 657051666, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"93dc7c51-1e65-4780-a881-35a65a1cb388","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.657Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3630\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.673Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 24, 673602091, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"86b06ca6-9a13-47ae-bd36-0dc346ab8010","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.519Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 25, 519310013, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ab876ad4-22a4-4455-96bb-294f201642d5","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.520Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-print-msg\", UID:\"4f3a8a8f-dc4e-4d4e-a95c-f7585d7b58a9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3597\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.532Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 25, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"363c98a7-eaa5-40e4-b003-b8f388a82ce7","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.533Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f6d1d0e8-55ac-43bf-9f0b-bd43e4d6ecb7","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.662Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 25, 661978663, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6464e421-f921-408a-aa86-ae3edc686760","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.662Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3650\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.677Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 25, 677493793, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f92f631f-1cc7-45dd-9802-d5f97856f3d3","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.524Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 524776748, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-echo]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"10a9fd3d-881e-4dee-9f37-fd93289af725","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.525Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3643\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.543Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 542961627, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c715bb27-c24b-4b81-b5b6-ea33669f0bcc","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.544Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-print-msg\", UID:\"4f3a8a8f-dc4e-4d4e-a95c-f7585d7b58a9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3658\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.545Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"931cd2d0-580d-4273-a532-77739a03b386","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.545Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 545879483, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-echo]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"742de288-0eac-4c32-a3cf-43b036dc5f4b","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.565Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"91afcb9e-d1d8-436c-83ad-038520482cbd","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.567Z","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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8f0d43c3-f044-4498-b33a-b0efa10c39b4","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.570Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"91afcb9e-d1d8-436c-83ad-038520482cbd","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg","duration":0.004911416}
{"severity":"info","timestamp":"2025-06-24T07:46:26.578Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:26.578817941 +0000 UTC m=+319.283439376} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8f0d43c3-f044-4498-b33a-b0efa10c39b4","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.579Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler\", UID:\"b0ca3482-7611-4b9a-a15a-7433874c892d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3482\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.581Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-echo-on-exit\", UID:\"39617413-5873-426d-adf8-62fb58aecc76\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3681\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.598Z","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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1bec1fc0-faf3-43cc-a325-79d8acc3e72b","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.599Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:26.599606763 +0000 UTC m=+319.304228199} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1bec1fc0-faf3-43cc-a325-79d8acc3e72b","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.599Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler\", UID:\"b0ca3482-7611-4b9a-a15a-7433874c892d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3482\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.603Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 603965985, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"75b2a2dd-0a6c-4dd2-9e44-fa4c69305578","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.606Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-echo-on-exit\", UID:\"39617413-5873-426d-adf8-62fb58aecc76\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3681\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.655Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:26 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"7626e951-85c2-4730-94ef-faebc97195a4","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.691Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 691304106, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"af037a98-5808-4414-b8f8-9d19586229aa","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.692Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-echo-on-exit\", UID:\"39617413-5873-426d-adf8-62fb58aecc76\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3694\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.693Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:26 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"deb30ee5-ccf4-4dc0-a3be-2541cb535585","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.704Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 704178055, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a888ba72-09fa-43ad-82e4-eb76af782b37","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.704Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3662\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.719Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 719742864, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"514bd77a-ab14-4c76-be15-210fd2f923d3","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.720Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:26 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"33fc0b49-8bab-482f-bfb0-f19f7a050d96","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.721Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 721494273, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8f85e33a-b126-454d-bcc6-7f05e46c1aae","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.728Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"74ebd998-77c1-460c-9e19-9c2a0a8e5a40","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.821Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0505b01d-3a51-44f9-85d6-eb226de06cdc","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader","duration":0.000059967}
{"severity":"info","timestamp":"2025-06-24T07:46:26.821Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"96c9c04f-ccb0-4c8e-9d02-83496cd0c4f0","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk","duration":0.0001988}
{"severity":"info","timestamp":"2025-06-24T07:46:26.834Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8ffe4ef0-67cb-40b2-9714-3d8a1c1184c3","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader","duration":0.000045581}
{"severity":"info","timestamp":"2025-06-24T07:46:26.837Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d84f98f4-72c4-4cd7-8362-23b229608338","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk-reader","duration":0.000036693}
{"severity":"info","timestamp":"2025-06-24T07:46:26.888Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4b6c2f1d-f177-4f5d-b31c-690fb75e471a","knative.dev/key":"testcli-vchl2/pipeline-optional-ws-run-94bxk","duration":0.000055328}
{"severity":"info","timestamp":"2025-06-24T07:46:27.530Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 27, 530691007, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cd1f71fd-1682-407e-924d-0b9978e47bf5","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.531Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-echo-on-exit\", UID:\"39617413-5873-426d-adf8-62fb58aecc76\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3697\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.552Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 27, 552159570, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"45053e36-1c1a-4552-bb0e-513d2e76cd87","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.553Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:26 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"69785c03-fa3f-4a42-bd95-2dfdac5229b3","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.633Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1cb138bb-e06a-4710-ab67-8ad314daa3f1","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.637Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1cb138bb-e06a-4710-ab67-8ad314daa3f1","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg","duration":0.00353425}
{"severity":"info","timestamp":"2025-06-24T07:46:28.554Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-print-msg \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f8bc4c4a-0093-457c-a0e0-0539cb09671a","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.558Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 28, 558801983, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"486d9a12-05fd-4c5e-80d1-0535ab05ef72","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.559Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-echo-on-exit\", UID:\"39617413-5873-426d-adf8-62fb58aecc76\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3742\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.561Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f8bc4c4a-0093-457c-a0e0-0539cb09671a","knative.dev/key":"testcli-x2cpb/exit-handler-print-msg","duration":0.006353122}
{"severity":"info","timestamp":"2025-06-24T07:46:28.575Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 28, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8ef605d8-d892-4967-a563-053f9a508e76","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.575Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 28, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6a80edcf-957f-4c1e-9741-9096a7a8e1b6","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.578Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown  {2025-06-24 07:46:26 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"25dddbee-b29e-4921-9301-440ff9f43edc","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.778Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ae09c27a-f0c3-4d43-90d9-5ff7f8630009","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.800Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 26, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e5abf9c0-d17e-49ad-8f7c-278f6e3d125d","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.538Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-x2cpb with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 29, 538063611, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9c3e633a-2c09-4355-9fbd-3819678baedc","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.538Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler-echo-on-exit\", UID:\"39617413-5873-426d-adf8-62fb58aecc76\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3756\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.559Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun exit-handler so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"870d6395-5365-4086-8ad1-ff056c3cdbf4","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.559Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"48ad1517-ad14-490e-80c3-9aec6f285590","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.560Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun exit-handler status is being set to &{Succeeded True  {2025-06-24 07:46:29.560180833 +0000 UTC m=+322.264802268} Succeeded Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"870d6395-5365-4086-8ad1-ff056c3cdbf4","knative.dev/key":"testcli-x2cpb/exit-handler"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.561Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-x2cpb\", Name:\"exit-handler\", UID:\"b0ca3482-7611-4b9a-a15a-7433874c892d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3685\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.562Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 29, 562939935, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e4539374-0332-4cba-ba12-fc40ebe12479","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.564Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"48ad1517-ad14-490e-80c3-9aec6f285590","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit","duration":0.004285048}
{"severity":"info","timestamp":"2025-06-24T07:46:29.564Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3677\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.578Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 29, 578485184, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"93fd1668-2ccc-4c0f-92f8-18524f44cb77","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.578Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3677\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.579Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown  {2025-06-24 07:46:17 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"232093af-4505-472d-a5e1-263534c9362b","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.579Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"23e8c64c-bf63-4302-a7f9-7fb36e260a05","knative.dev/key":"testcli-x2cpb/exit-handler","duration":0.000152285}
{"severity":"info","timestamp":"2025-06-24T07:46:29.599Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 29, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a8523e5d-51d4-4d60-80b6-e3cb75f9bcba","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.679Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-6v28d/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 29, 679019189, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"00c3fad3-bd47-44fb-b4de-1a06d6b50181","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.679Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3758\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.692Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-6v28d \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8ccc3c00-a84e-49fe-9220-684e8f424cdb","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.694Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8ccc3c00-a84e-49fe-9220-684e8f424cdb","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d","duration":0.002260421}
... skipping 4 lines ...
{"severity":"info","timestamp":"2025-06-24T07:46:30.378Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-b5qs6\", UID:\"b7d1be94-18a4-47b0-8faf-9f97397f3cbf\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3788\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.393Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-b5qs6/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 30, 393155166, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"920c6da9-b6b4-4d13-b28b-62d80926006a","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.553Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-2c82b with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 30, 552857772, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5cbbf85f-7e82-48f6-9fe3-10f7b80d1560","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.553Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run-echo\", UID:\"6c059393-f43c-4e97-b5cc-e734b7b3858c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3774\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.569Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : git-resolver-run-echo \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c95f902c-83d9-4a74-b59c-f44661e7d126","knative.dev/key":"testcli-2c82b/git-resolver-run-echo"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.569Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun git-resolver-run so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f0f56bc9-2b59-49da-ac73-4dbec07dc5ea","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.569Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun git-resolver-run status is being set to &{Succeeded True  {2025-06-24 07:46:30.569811267 +0000 UTC m=+323.274432703} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f0f56bc9-2b59-49da-ac73-4dbec07dc5ea","knative.dev/key":"testcli-2c82b/git-resolver-run"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.570Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-2c82b\", Name:\"git-resolver-run\", UID:\"93cee334-b600-4dc4-a761-9914205a766f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3450\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.572Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c95f902c-83d9-4a74-b59c-f44661e7d126","knative.dev/key":"testcli-2c82b/git-resolver-run-echo","duration":0.003763641}
{"severity":"info","timestamp":"2025-06-24T07:46:30.595Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f1b58c68-ea71-484b-83a7-d833d8eede86","knative.dev/key":"testcli-2c82b/git-resolver-run","duration":0.000246931}
{"severity":"info","timestamp":"2025-06-24T07:46:30.644Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1a14f787-85d1-4ea1-8cdf-3060d7c6d750","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.647Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1a14f787-85d1-4ea1-8cdf-3060d7c6d750","knative.dev/key":"testcli-x2cpb/exit-handler-echo-on-exit","duration":0.002705478}
{"severity":"info","timestamp":"2025-06-24T07:46:30.776Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-6v28d \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"da6ce580-e9b0-4ac5-8ee2-cfa379158917","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.781Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"da6ce580-e9b0-4ac5-8ee2-cfa379158917","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d","duration":0.004665314}
... skipping 103 lines ...
{"severity":"info","timestamp":"2025-06-24T07:46:52.648Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"task-with-workspace-run-v7k78\", UID:\"4193749b-a16d-4d0c-be52-1ee45efe869c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4108\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:52.662Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-v7k78/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 52, 662809880, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8d4e2ee6-30c9-4d60-bbd6-8e953ec03af1","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.655Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-v7k78/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 53, 655736703, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a0766bc3-11a5-4fce-974c-5770c6e8d9e8","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.656Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"task-with-workspace-run-v7k78\", UID:\"4193749b-a16d-4d0c-be52-1ee45efe869c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4118\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.667Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-v7k78/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 53, 667496379, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"129d12ca-10d3-4a00-9b70-1ac18093af56","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.188Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 23, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"39eb276b-c9a3-436d-a30f-ade20a8597e6","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.204Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded Unknown  {2025-06-24 07:46:15 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ac989c25-f27e-4053-959c-e5f1d3c1098f","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.205Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 23, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bd2e2170-c14a-4645-84c1-63b4c935fd7b","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.663Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-v7k78/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 54, 663387032, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bfbc7342-e140-40af-91ad-d08c4cdc6218","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.663Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"task-with-workspace-run-v7k78\", UID:\"4193749b-a16d-4d0c-be52-1ee45efe869c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4128\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.678Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-v7k78/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 54, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9c8d08c8-5085-4474-b5f9-5cbe2866685e","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.678Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-v7k78/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 54, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"873b0021-2ba5-4f47-b83a-e2b002898504","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.761Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 22, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1166a1ca-c726-4fc5-abd7-14ffa405f930","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.775Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded Unknown  {2025-06-24 07:46:16 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"51af1a36-22e5-4121-892e-e140c8a7761a","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.776Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 22, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a3845e14-6ea7-4abe-9904-5a53a4df50c7","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.188Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-rj2qk-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 55, 188537724, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4c206ce4-9ead-4320-901b-5cc0facf99a3","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.188Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk-first-create-file\", UID:\"a0a2d1de-51d2-46e4-b43a-f51d33a86ac1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4133\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.203Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-rj2qk-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8163b509-1af8-4d7c-b230-eedf9c846adf","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.203Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-rj2qk so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6478f5c0-6846-4807-afa8-5c4a2947320b","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.204Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-rj2qk status is being set to &{Succeeded True  {2025-06-24 07:46:55.203996073 +0000 UTC m=+347.908617501} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6478f5c0-6846-4807-afa8-5c4a2947320b","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.204Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-rj2qk\", UID:\"d9b9a2ae-24f2-46f2-ac99-c311b1ed336a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3405\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.207Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8163b509-1af8-4d7c-b230-eedf9c846adf","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file","duration":0.003728749}
{"severity":"info","timestamp":"2025-06-24T07:46:55.215Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fe2b85ac-3382-4619-831a-a149faab3577","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk","duration":0.00014089}
{"severity":"info","timestamp":"2025-06-24T07:46:55.767Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-4zr4q-first-create-file/testcli-gsgcc with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 55, 767556086, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"606caefb-e241-47c9-8f8f-1963f4ab80ab","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.767Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q-first-create-file\", UID:\"d81214f1-ebbf-4b3e-8256-084e93f94b34\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4142\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.780Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-4zr4q-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c16a96b0-b176-4938-b30b-af8f70a6ebfb","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.781Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-4zr4q so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0324298d-6016-42b2-96d8-75a6a0f7885f","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.781Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-4zr4q status is being set to &{Succeeded True  {2025-06-24 07:46:55.781128313 +0000 UTC m=+348.485749748} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0324298d-6016-42b2-96d8-75a6a0f7885f","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.781Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-gsgcc\", Name:\"output-pipeline-run-4zr4q\", UID:\"a688d569-ed81-4859-a0b3-521b325cf991\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3438\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.784Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c16a96b0-b176-4938-b30b-af8f70a6ebfb","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file","duration":0.003984793}
{"severity":"info","timestamp":"2025-06-24T07:46:55.792Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d8aee258-ea88-46fe-ae4e-9d8f315a2335","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q","duration":0.000127695}
{"severity":"info","timestamp":"2025-06-24T07:46:56.270Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-rj2qk-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c34f0780-b8b7-4a39-bf66-6d275194966e","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:56.273Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c34f0780-b8b7-4a39-bf66-6d275194966e","knative.dev/key":"testcli-g4hr2/output-pipeline-run-rj2qk-first-create-file","duration":0.002938308}
{"severity":"info","timestamp":"2025-06-24T07:46:56.661Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun task-with-workspace-run-v7k78/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 56, 661864007, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ce4f1914-1641-4ff0-b395-9fa27108bed1","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:56.662Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"task-with-workspace-run-v7k78\", UID:\"4193749b-a16d-4d0c-be52-1ee45efe869c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4140\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
... skipping 6 lines ...
{"severity":"info","timestamp":"2025-06-24T07:46:57.755Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-with-workspace-run-v7k78 \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e630d4ef-c957-4af1-80b4-b90294080015","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:57.757Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e630d4ef-c957-4af1-80b4-b90294080015","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78","duration":0.00281311}
{"severity":"info","timestamp":"2025-06-24T07:46:57.781Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-4zr4q-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1acab0ec-6a44-4123-a123-b2700fa49422","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:57.785Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1acab0ec-6a44-4123-a123-b2700fa49422","knative.dev/key":"testcli-gsgcc/output-pipeline-run-4zr4q-first-create-file","duration":0.004920297}
{"severity":"info","timestamp":"2025-06-24T07:46:58.011Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x\", UID:\"50f65ecd-9f92-4e05-84f5-f4900a282873\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4172\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.021Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-g774x-first-create-file for pipeline task first-create-file","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ccccaf7c-45d6-441b-b61a-1deb267f3fea","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.029Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58.029880465 +0000 UTC m=+350.734501901} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ccccaf7c-45d6-441b-b61a-1deb267f3fea","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.030Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4174\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.030Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x\", UID:\"50f65ecd-9f92-4e05-84f5-f4900a282873\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4172\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.050Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 58, 50029773, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4c07b1a8-b286-43ca-af89-67e319a9203f","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.050Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4174\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.082Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f21f5c96-154a-4f00-baf5-61e5e81b8912","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.094Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0bad5f37-8bc1-4e09-8a21-eab97a17b7d7","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.096Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 58, 95967462, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9899aae5-e1e8-4aa4-ab07-543b95bc3920","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.096Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4185\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.108Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0412887a-75bf-446d-92f8-66200471bc0a","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.108Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 58, 108947606, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"33e91e05-408a-424d-9c9d-c2101e0b8044","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.278Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4188\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.296Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 58, 296349297, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3e24de22-584c-4deb-874f-ec059957d4d6","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.296Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4188\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.341Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4194\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.347Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 58, 347826706, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"86457d2d-4bad-4128-a1af-bf7aea9dab1f","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
... skipping 2 lines ...
{"severity":"info","timestamp":"2025-06-24T07:46:58.676Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-with-workspace-run-v7k78 \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6baa57a7-a085-4755-b3b7-c9f66d25b6a4","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.681Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6baa57a7-a085-4755-b3b7-c9f66d25b6a4","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78","duration":0.004823556}
{"severity":"info","timestamp":"2025-06-24T07:46:58.908Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 58, 908329897, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ad532b71-faa7-4621-bbfa-053af751d796","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.268Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 59, 268581160, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"28cf3b0b-0ff1-4b95-a557-93b3e1576592","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.794Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 59, 794291428, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a32071d7-0899-46e7-b8de-c62ce84d05f6","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.794Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4187\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.811Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f80c3221-04c5-4eb9-b4b7-0ed64a2a3fb1","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.813Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 46, 59, 813808099, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3f64120e-d11b-4cef-87dc-41e2280d8953","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.209Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 0, 209058966, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c860d68b-f06e-45ca-b860-b049de708d11","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.210Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4199\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.225Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 0, 225823590, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"da61a5f3-701b-4fd2-925b-9106a5a52007","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.792Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 0, 792527047, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"33ac069a-98ad-4e63-8d93-376ce464a9c4","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.793Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4223\", 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":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.806Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"65252080-f2cb-4453-941a-7ffab23c94c9","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.807Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 0, 807215104, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6a92ca79-b180-481f-8d29-4046556ef7ac","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.214Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 1, 214212791, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3c15e27b-8977-4f04-9f47-e97d276135e6","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.215Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4229\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.236Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 1, 236917476, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0f39831c-e395-47ea-85ac-ea62f336bcb8","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.227Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 2, 227778043, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c149b896-913f-4ade-b64c-9fb785a43ccf","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.228Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4246\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.240Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 2, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3d510357-2775-4e53-9d43-b06ea120b1ff","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.814Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 2, 814865483, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e56eed8f-8a23-4f6f-a805-21e1732a2377","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.815Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4237\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.829Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 2, 829641291, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6c7c5a9d-f168-4ae4-ab58-6331caf7e568","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.829Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ffa0b760-8cfd-480e-bc72-5692e7491448","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.829Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4237\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.852Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 2, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"daef394b-433f-4bcf-91cc-49c2d464045c","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.224Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun read-task-run-2zv4k/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 3, 224743058, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"23a7642c-00f9-41e4-bde7-ccaed7c268a2","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.225Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4266\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.240Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-2zv4k \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"08898040-4a87-4795-af4a-ee68b8635ff2","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.243Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"08898040-4a87-4795-af4a-ee68b8635ff2","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k","duration":0.002487731}
... skipping 7 lines ...
{"severity":"info","timestamp":"2025-06-24T07:47:07.106Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"sleep-run-p8k8b\", UID:\"bb2fab7b-0910-4ac8-86ef-c998078988ac\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4298\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.109Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-run-p8k8b/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 7, 109302240, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"12f8b246-fd60-4449-b6b9-0c42b0d53581","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.109Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"sleep-run-p8k8b\", UID:\"bb2fab7b-0910-4ac8-86ef-c998078988ac\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4298\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.139Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-run-p8k8b/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 7, 139192608, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"56880fae-59a4-447e-b412-d028e7b427ee","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.139Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-run-p8k8b/testcli-6j2mk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 7, 139637646, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4163f3b6-f863-4eb3-b8fb-4c5189f5417a","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
{"severity":"warn","timestamp":"2025-06-24T07:47:08.181Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-run-p8k8b\" because of \"TaskRunCancelled\"","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0327191b-46c6-4302-93e7-97be56b1e3fd","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.186Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"sleep-run-p8k8b\", UID:\"bb2fab7b-0910-4ac8-86ef-c998078988ac\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4314\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-run-p8k8b\" was cancelled. ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.198Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0327191b-46c6-4302-93e7-97be56b1e3fd","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b","duration":0.01707157}
{"severity":"warn","timestamp":"2025-06-24T07:47:08.198Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-run-p8k8b\" because of \"TaskRunCancelled\"","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8badd1c7-61b7-4e59-bc20-1d72081551a5","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.201Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"sleep-run-p8k8b\", UID:\"bb2fab7b-0910-4ac8-86ef-c998078988ac\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4314\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-run-p8k8b\" was cancelled. ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.239Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8badd1c7-61b7-4e59-bc20-1d72081551a5","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b","duration":0.040901492}
{"severity":"info","timestamp":"2025-06-24T07:47:08.240Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-p8k8b \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"60cce8cc-f98e-48ea-9fb4-38641f5bf77a","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.241Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"60cce8cc-f98e-48ea-9fb4-38641f5bf77a","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b","duration":0.001281264}
{"severity":"info","timestamp":"2025-06-24T07:47:08.241Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-p8k8b \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dc237b94-1b17-4f94-be60-10d0e0596c11","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.241Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dc237b94-1b17-4f94-be60-10d0e0596c11","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b","duration":0.000188329}
{"severity":"info","timestamp":"2025-06-24T07:47:08.314Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-run-p8k8b \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b8df7b85-6e48-42b3-9b55-bce35619f1c4","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b"}
... skipping 60 lines ...
{"severity":"info","timestamp":"2025-06-24T07:47:23.388Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be5e6bcb-4923-4842-a8b2-2c8935e25446","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp","duration":0.003018884}
{"severity":"info","timestamp":"2025-06-24T07:47:24.309Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-optional-ws-run-kwrqp \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"97ca75b1-6577-4ed0-b2fb-0e016e4e8da3","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp"}
{"severity":"info","timestamp":"2025-06-24T07:47:24.312Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"97ca75b1-6577-4ed0-b2fb-0e016e4e8da3","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp","duration":0.002482116}
{"severity":"info","timestamp":"2025-06-24T07:47:28.442Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-2zv4k \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fb7b1a78-ae3e-4c2e-a855-33b9d511e3de","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.445Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fb7b1a78-ae3e-4c2e-a855-33b9d511e3de","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k","duration":0.003152517}
{"severity":"info","timestamp":"2025-06-24T07:47:28.451Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-2zv4k \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4e464824-bda2-40c6-b58c-5b23d635dce9","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.453Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4e464824-bda2-40c6-b58c-5b23d635dce9","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k","targetMethod":"ReconcileKind","error":"pods \"read-task-run-2zv4k-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-06-24T07:47:28.453Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4e464824-bda2-40c6-b58c-5b23d635dce9","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k","duration":0.0026458,"error":"pods \"read-task-run-2zv4k-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-06-24T07:47:28.454Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-2zv4k\", UID:\"ea45e0b1-ded0-4858-aeea-47962bccc446\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4279\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-2zv4k-pod\" not found","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.459Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-6v28d \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8979e83a-faa6-4494-9f6b-8d66bc9803a5","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.464Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8979e83a-faa6-4494-9f6b-8d66bc9803a5","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d","duration":0.004660374}
{"severity":"info","timestamp":"2025-06-24T07:47:28.464Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-6v28d \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0506f5e0-248c-46db-8ca5-1caee3e99ce6","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.468Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0506f5e0-248c-46db-8ca5-1caee3e99ce6","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d","targetMethod":"ReconcileKind","error":"pods \"read-task-run-6v28d-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-06-24T07:47:28.468Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0506f5e0-248c-46db-8ca5-1caee3e99ce6","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d","duration":0.004007964,"error":"pods \"read-task-run-6v28d-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-06-24T07:47:28.469Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-6v28d\", UID:\"6cdec44d-80c1-4df9-8516-7217c5505b2f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3779\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-6v28d-pod\" not found","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.469Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-b5qs6 \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"351cc669-6892-4b7c-832d-5fd6680dff6e","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.474Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"351cc669-6892-4b7c-832d-5fd6680dff6e","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6","targetMethod":"ReconcileKind","error":"pods \"read-task-run-b5qs6-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-06-24T07:47:28.474Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"351cc669-6892-4b7c-832d-5fd6680dff6e","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6","duration":0.005412247,"error":"pods \"read-task-run-b5qs6-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-06-24T07:47:28.474Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-b5qs6 \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"15b16e64-2f85-4fd4-9a58-d326ac13cfb3","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.474Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-b5qs6\", UID:\"b7d1be94-18a4-47b0-8faf-9f97397f3cbf\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3847\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-b5qs6-pod\" not found","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.476Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"15b16e64-2f85-4fd4-9a58-d326ac13cfb3","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6","targetMethod":"ReconcileKind","error":"pods \"read-task-run-b5qs6-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-06-24T07:47:28.476Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"15b16e64-2f85-4fd4-9a58-d326ac13cfb3","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6","duration":0.002053163,"error":"pods \"read-task-run-b5qs6-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-06-24T07:47:28.477Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-b5qs6\", UID:\"b7d1be94-18a4-47b0-8faf-9f97397f3cbf\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3847\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-b5qs6-pod\" not found","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.479Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-blh5h \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d19f45cd-480d-47e1-825a-8f6127cf124a","knative.dev/key":"testcli-6j2mk/read-task-run-blh5h"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.483Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d19f45cd-480d-47e1-825a-8f6127cf124a","knative.dev/key":"testcli-6j2mk/read-task-run-blh5h","targetMethod":"ReconcileKind","error":"pods \"read-task-run-blh5h-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-06-24T07:47:28.483Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d19f45cd-480d-47e1-825a-8f6127cf124a","knative.dev/key":"testcli-6j2mk/read-task-run-blh5h","duration":0.003801332,"error":"pods \"read-task-run-blh5h-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-06-24T07:47:28.483Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-blh5h\", UID:\"842156c3-a0f1-4ea7-b81e-2f19a7dfa764\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4393\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-blh5h-pod\" not found","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.484Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-blh5h \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"145ace98-6a86-43ed-9b10-e663b982cb97","knative.dev/key":"testcli-6j2mk/read-task-run-blh5h"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.486Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"145ace98-6a86-43ed-9b10-e663b982cb97","knative.dev/key":"testcli-6j2mk/read-task-run-blh5h","targetMethod":"ReconcileKind","error":"pods \"read-task-run-blh5h-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-06-24T07:47:28.487Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-blh5h\", UID:\"842156c3-a0f1-4ea7-b81e-2f19a7dfa764\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4393\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-blh5h-pod\" not found","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.487Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"145ace98-6a86-43ed-9b10-e663b982cb97","knative.dev/key":"testcli-6j2mk/read-task-run-blh5h","duration":0.003139173,"error":"pods \"read-task-run-blh5h-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-06-24T07:47:28.489Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-tzqbb \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"244c794c-7e63-4244-84ed-644b09e29aaa","knative.dev/key":"testcli-6j2mk/read-task-run-tzqbb"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.493Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"244c794c-7e63-4244-84ed-644b09e29aaa","knative.dev/key":"testcli-6j2mk/read-task-run-tzqbb","targetMethod":"ReconcileKind","error":"pods \"read-task-run-tzqbb-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-06-24T07:47:28.493Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"244c794c-7e63-4244-84ed-644b09e29aaa","knative.dev/key":"testcli-6j2mk/read-task-run-tzqbb","duration":0.004048961,"error":"pods \"read-task-run-tzqbb-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-06-24T07:47:28.494Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-tzqbb \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"28e54b4b-7a27-4e99-a928-8ccf649dc859","knative.dev/key":"testcli-6j2mk/read-task-run-tzqbb"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.494Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-tzqbb\", UID:\"7c8a894d-0546-480f-a7b8-1cfbd757d4e5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3985\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-tzqbb-pod\" not found","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.497Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"28e54b4b-7a27-4e99-a928-8ccf649dc859","knative.dev/key":"testcli-6j2mk/read-task-run-tzqbb","targetMethod":"ReconcileKind","error":"pods \"read-task-run-tzqbb-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-06-24T07:47:28.497Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"28e54b4b-7a27-4e99-a928-8ccf649dc859","knative.dev/key":"testcli-6j2mk/read-task-run-tzqbb","duration":0.003298779,"error":"pods \"read-task-run-tzqbb-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-06-24T07:47:28.497Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-tzqbb\", UID:\"7c8a894d-0546-480f-a7b8-1cfbd757d4e5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3985\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-tzqbb-pod\" not found","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.505Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : read-task-run-zf6qt \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1924ef9c-2c83-4449-8c46-b2843aeaf80f","knative.dev/key":"testcli-6j2mk/read-task-run-zf6qt"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.516Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-optional-ws-run-kwrqp \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6cf47836-7bf6-4e3f-a6d1-f26da7790238","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.551Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1924ef9c-2c83-4449-8c46-b2843aeaf80f","knative.dev/key":"testcli-6j2mk/read-task-run-zf6qt","targetMethod":"ReconcileKind","error":"pods \"read-task-run-zf6qt-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-06-24T07:47:28.551Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1924ef9c-2c83-4449-8c46-b2843aeaf80f","knative.dev/key":"testcli-6j2mk/read-task-run-zf6qt","duration":0.046132224,"error":"pods \"read-task-run-zf6qt-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-06-24T07:47:28.551Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-with-workspace-run-v7k78 \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8fa264d7-f5b3-4e0b-bd5e-713bb0d7c96b","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.551Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"read-task-run-zf6qt\", UID:\"9f1882e4-a1fa-460e-bd7d-3894cc524322\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4046\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-zf6qt-pod\" not found","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.598Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6cf47836-7bf6-4e3f-a6d1-f26da7790238","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp","targetMethod":"ReconcileKind","error":"pods \"task-optional-ws-run-kwrqp-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-06-24T07:47:28.599Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"task-optional-ws-run-kwrqp\", UID:\"c994cbfe-7723-42fa-970b-be31f140932c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4457\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"task-optional-ws-run-kwrqp-pod\" not found","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.599Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6cf47836-7bf6-4e3f-a6d1-f26da7790238","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp","duration":0.083383257,"error":"pods \"task-optional-ws-run-kwrqp-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-06-24T07:47:28.599Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c9eb8866-7180-43cf-8be0-04f68d1e080d","knative.dev/key":"testcli-6j2mk/read-task-run-zf6qt","duration":0.000065712}
{"severity":"info","timestamp":"2025-06-24T07:47:28.599Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8ff9d4ba-1b3a-4583-a1ed-011451290d70","knative.dev/key":"testcli-6j2mk/read-task-run-2zv4k","duration":0.000024028}
{"severity":"info","timestamp":"2025-06-24T07:47:28.599Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5c2dbddd-783f-492c-aba9-e8a3c7ffba26","knative.dev/key":"testcli-6j2mk/read-task-run-6v28d","duration":0.000032008}
{"severity":"info","timestamp":"2025-06-24T07:47:28.599Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5a144809-e330-41de-9fa0-eec9ab4f047b","knative.dev/key":"testcli-6j2mk/read-task-run-b5qs6","duration":0.000017725}
{"severity":"info","timestamp":"2025-06-24T07:47:28.599Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16ccc701-e96f-4711-8694-96e3a3a1c477","knative.dev/key":"testcli-6j2mk/read-task-run-blh5h","duration":0.000063062}
{"severity":"info","timestamp":"2025-06-24T07:47:28.600Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2ce8fe00-d963-422b-b63a-7280943b49aa","knative.dev/key":"testcli-6j2mk/read-task-run-tzqbb","duration":0.000054436}
{"severity":"info","timestamp":"2025-06-24T07:47:28.600Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : task-optional-ws-run-kwrqp \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"37585e2d-d364-4823-b3a8-653eaf810841","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.644Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8fa264d7-f5b3-4e0b-bd5e-713bb0d7c96b","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78","targetMethod":"ReconcileKind","error":"pods \"task-with-workspace-run-v7k78-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-06-24T07:47:28.644Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8fa264d7-f5b3-4e0b-bd5e-713bb0d7c96b","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78","duration":0.093101018,"error":"pods \"task-with-workspace-run-v7k78-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-06-24T07:47:28.644Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"df1f639c-05ad-49f6-8dd5-0a073a2c9a42","knative.dev/key":"testcli-6j2mk/sleep-run-p8k8b","duration":0.000043134}
{"severity":"info","timestamp":"2025-06-24T07:47:28.644Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3e1691f5-d537-45e2-88d4-ced524d6cbca","knative.dev/key":"testcli-6j2mk/task-with-workspace-run-v7k78","duration":0.00001674}
{"severity":"info","timestamp":"2025-06-24T07:47:28.644Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"task-with-workspace-run-v7k78\", UID:\"4193749b-a16d-4d0c-be52-1ee45efe869c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4161\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"task-with-workspace-run-v7k78-pod\" not found","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:47:28.744Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"37585e2d-d364-4823-b3a8-653eaf810841","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp","targetMethod":"ReconcileKind","error":"pods \"task-optional-ws-run-kwrqp-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-06-24T07:47:28.744Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"37585e2d-d364-4823-b3a8-653eaf810841","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp","duration":0.144684199,"error":"pods \"task-optional-ws-run-kwrqp-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-06-24T07:47:28.745Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dd815e11-1b65-4e62-ad10-2400b278afee","knative.dev/key":"testcli-6j2mk/task-optional-ws-run-kwrqp","duration":0.000050401}
{"severity":"info","timestamp":"2025-06-24T07:47:28.745Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-6j2mk\", Name:\"task-optional-ws-run-kwrqp\", UID:\"c994cbfe-7723-42fa-970b-be31f140932c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4457\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"task-optional-ws-run-kwrqp-pod\" not found","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.877Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 2, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"65d9f8e6-b942-40c9-8310-1c35748fee02","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.893Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded Unknown  {2025-06-24 07:46:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"301182ed-2e5c-488e-9e88-302d6d195f16","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.894Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 2, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f323199e-c9a0-47e6-bee1-8392449d800b","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.881Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-g774x-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 34, 880990171, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a1b18489-6d59-4d07-8149-fea025883c1f","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.881Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x-first-create-file\", UID:\"adea5dbd-51f2-4db1-ac76-0c67488bd313\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4732\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.897Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-g774x-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"64cabfb8-834e-4b25-a8d6-84c37bca69dd","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.897Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-g774x so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bd1758d1-ffdc-4c58-b772-811ab1bc80fe","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.898Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-g774x status is being set to &{Succeeded True  {2025-06-24 07:47:34.898030017 +0000 UTC m=+387.602651450} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bd1758d1-ffdc-4c58-b772-811ab1bc80fe","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.898Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-g774x\", UID:\"50f65ecd-9f92-4e05-84f5-f4900a282873\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4184\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.900Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"64cabfb8-834e-4b25-a8d6-84c37bca69dd","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file","duration":0.003691325}
{"severity":"info","timestamp":"2025-06-24T07:47:34.909Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"093fa84d-8416-4ef0-bfac-64bc66f24a44","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x","duration":0.00041028}
{"severity":"info","timestamp":"2025-06-24T07:47:35.956Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-g774x-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"592df221-26bf-4ea2-bc14-844e3cba36dd","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:35.958Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"592df221-26bf-4ea2-bc14-844e3cba36dd","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file","duration":0.002912336}
{"severity":"info","timestamp":"2025-06-24T07:47:36.887Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-g774x-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3d426554-a203-4203-9bfb-e19736731210","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:36.890Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3d426554-a203-4203-9bfb-e19736731210","knative.dev/key":"testcli-g4hr2/output-pipeline-run-g774x-first-create-file","duration":0.002983491}
{"severity":"info","timestamp":"2025-06-24T07:47:37.604Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj\", UID:\"1fc5f7ea-4b64-40c7-8522-af2d263f15fd\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4757\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.617Z","logger":"tekton-pipelines-controller","caller":"volumeclaim/pvchandler.go:80","message":"Created PersistentVolumeClaim pvc-a4d47cafbc in namespace testcli-g4hr2","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.624Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/affinity_assistant.go:158","message":"Created StatefulSet affinity-assistant-9cd69926e0 in namespace testcli-g4hr2","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8559fe9b-d9f9-49c9-bd1f-59d029e485b5","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.625Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object pipeline-with-workspace-run-btnvj-reader for pipeline task reader","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8559fe9b-d9f9-49c9-bd1f-59d029e485b5","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.635Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4762\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.635Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37.635757145 +0000 UTC m=+390.340378579} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8559fe9b-d9f9-49c9-bd1f-59d029e485b5","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.636Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj\", UID:\"1fc5f7ea-4b64-40c7-8522-af2d263f15fd\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4757\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.648Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 37, 648815398, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d230643c-9c1c-4208-94fd-d4afc943c041","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.649Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4762\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.695Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a21886c6-d50a-4f58-b5b8-69755f74bc93","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.702Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4774\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.703Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 37, 703136549, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"PodScheduled\\\":\\\"False\\\"; message: \\\"running PreBind plugin \\\\\\\"VolumeBinding\\\\\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\\\\\"pvc-a4d47cafbc\\\\\\\": the object has been modified; please apply your changes to the latest version and try again\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a003a7b-3882-4067-ae99-6a44294ce42f","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.704Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4774\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"PodScheduled\":\"False\"; message: \"running PreBind plugin \\\"VolumeBinding\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\"pvc-a4d47cafbc\\\": the object has been modified; please apply your changes to the latest version and try again\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.704Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a7e91228-7ea0-404d-9607-434d08d5666f","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.735Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 37, 735722028, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"PodScheduled\\\":\\\"False\\\"; message: \\\"running PreBind plugin \\\\\\\"VolumeBinding\\\\\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\\\\\"pvc-a4d47cafbc\\\\\\\": the object has been modified; please apply your changes to the latest version and try again\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a6d50a66-6cf5-41c0-a943-e86c4f54fa6f","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.735Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ca4e88a5-d4b4-4c51-bfb3-5b4dd5b0d1fd","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.838Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 40, 838362435, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e964674f-cd9a-481f-8e64-070752ceae6c","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.839Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4786\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.860Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a2a6177b-ae56-4725-b80b-321b7ba73bc1","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.861Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 40, 861148438, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"31f3cc79-961a-4e48-bff9-884922f4f0cd","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.875Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 40, 875808226, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"38344a1e-45dd-4718-a6b3-39212e66124c","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.876Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4814\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.892Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8c3edc39-96e8-4925-b6a1-a42e6d1561de","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.893Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 40, 893444426, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6041291e-d58b-4cd6-9230-67ed7acb1bb3","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.903Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 41, 903192642, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8b5d534d-00d5-43a8-822d-103a94954579","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.904Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4819\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.922Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8c261c42-153a-4854-8a2a-9a74f510cd91","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.923Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 41, 923955989, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"322cc927-1d97-43b8-9619-d10981cf0209","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.909Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 42, 909579556, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5bea38f8-5c75-4eff-9f0a-55d4fc818475","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.910Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4833\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.926Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 42, 926101152, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1fb77b69-5a67-4416-bb41-3b612d6f087c","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.926Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3bd25703-e8ea-4b94-bd7c-55cb35d3c1eb","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.931Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 44, 931115993, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fe72a7ab-6379-4630-9d11-734a111aac20","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.931Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4841\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.944Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 44, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2d583075-5b91-4a9b-9340-f7c4996ce058","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.944Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded Unknown  {2025-06-24 07:47:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f99518b6-03ce-4e60-89d6-7db1ccb2816d","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.945Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 44, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"58bef005-1192-49ab-b143-52a0eadf5321","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.926Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun pipeline-with-workspace-run-btnvj-reader/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 46, 926625439, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6382e156-716f-4758-b989-a9ef053df010","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.927Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj-reader\", UID:\"edbccb7f-df1e-4db4-a9ff-96c6d5b89598\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4857\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.940Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-with-workspace-run-btnvj-reader \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0de0b9de-7cf5-4b1e-9a3a-1d6674d71cf3","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.941Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun pipeline-with-workspace-run-btnvj so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b92873ce-a07d-49e6-a7ba-eaabf96667a5","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.941Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun pipeline-with-workspace-run-btnvj status is being set to &{Succeeded True  {2025-06-24 07:47:46.941058162 +0000 UTC m=+399.645679595} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b92873ce-a07d-49e6-a7ba-eaabf96667a5","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.941Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"pipeline-with-workspace-run-btnvj\", UID:\"1fc5f7ea-4b64-40c7-8522-af2d263f15fd\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4781\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.942Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0de0b9de-7cf5-4b1e-9a3a-1d6674d71cf3","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader","duration":0.002463828}
{"severity":"info","timestamp":"2025-06-24T07:47:46.957Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"966e503f-edc9-48e3-8a2e-e7220be8af18","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj","duration":0.003971694}
{"severity":"info","timestamp":"2025-06-24T07:47:48.026Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-with-workspace-run-btnvj-reader \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"abebd03c-7d7c-435b-86fb-1f5522a05e3b","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.030Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"abebd03c-7d7c-435b-86fb-1f5522a05e3b","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader","duration":0.003174584}
{"severity":"info","timestamp":"2025-06-24T07:47:48.124Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b\", UID:\"09cd4f2a-0174-4840-a56c-2580a5a1cde6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4884\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.136Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object output-pipeline-run-kdq4b-first-create-file for pipeline task first-create-file","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"7a626abc-5e4e-4e90-b2be-e987b756d276","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.147Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48.147347537 +0000 UTC m=+400.851968970} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"7a626abc-5e4e-4e90-b2be-e987b756d276","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.147Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b-first-create-file\", UID:\"d82f9bba-9ff6-4930-9416-1dc0805b329b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4886\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.147Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b\", UID:\"09cd4f2a-0174-4840-a56c-2580a5a1cde6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4884\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.163Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 48, 163912228, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a1ae2a6d-2af4-403f-8e37-fdfd182107c4","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.164Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b-first-create-file\", UID:\"d82f9bba-9ff6-4930-9416-1dc0805b329b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4886\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.199Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"780d333f-a029-4722-9eae-d08faf9f3887","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.211Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a5be17a2-0227-43ae-849f-b75326c42147","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.212Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 48, 212508542, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a65643bb-e47c-47d9-9ea1-3b5cb9691d0f","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.213Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b-first-create-file\", UID:\"d82f9bba-9ff6-4930-9416-1dc0805b329b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4897\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.226Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ed967f28-cd06-46b5-ab86-bfb1e7dee64b","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.227Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 48, 227222125, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d1262ddb-7716-4436-b1e1-f5998a269db2","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.980Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : pipeline-with-workspace-run-btnvj-reader \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"304bc964-ab93-4a38-973b-5d95e2975245","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.983Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"304bc964-ab93-4a38-973b-5d95e2975245","knative.dev/key":"testcli-g4hr2/pipeline-with-workspace-run-btnvj-reader","duration":0.003556165}
{"severity":"info","timestamp":"2025-06-24T07:47:48.994Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 48, 994242872, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"46450283-6cc7-426d-895c-be8d230c0b89","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.951Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 49, 951586395, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b4e10182-5a8d-4c77-a685-56b37c1f35bd","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.952Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b-first-create-file\", UID:\"d82f9bba-9ff6-4930-9416-1dc0805b329b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4899\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.981Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ef8dee9f-c0bb-40f3-b562-a5ff6785ba66","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.982Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 49, 981883232, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"465c279f-7c8f-4651-af63-7af0e2ff34b5","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.955Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 50, 955870620, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e1bd62c0-0626-493a-8df8-1b315ab81ca0","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.956Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b-first-create-file\", UID:\"d82f9bba-9ff6-4930-9416-1dc0805b329b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4922\", 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":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.969Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8577d4ae-2251-4f55-924f-53d4923604ac","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.970Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 50, 970484533, 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":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3763682e-59fa-4bbc-a0ef-97756f26463e","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:52.991Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 52, 991216035, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f420031d-ffc4-402e-bf10-47488acc3cda","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:52.992Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b-first-create-file\", UID:\"d82f9bba-9ff6-4930-9416-1dc0805b329b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4928\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:53.011Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b4e5e2b4-d8ab-4e38-bcf0-40c994042ca9","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:47:53.011Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dc3c0b8c-cabe-4b16-a0b1-698055f01a6d","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:47:53.012Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"79be8578-d88a-4798-93b2-afbaf764ea47","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.049Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1f302b83-821f-4966-8c6e-c25cc43bfbf6","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.063Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded Unknown  {2025-06-24 07:47:48 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e5472f23-2d0b-4d30-b4a6-9e973ed468c7","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.064Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 47, 52, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"03ac5440-f672-430f-9819-4058871e0912","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.054Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun output-pipeline-run-kdq4b-first-create-file/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 48, 26, 54194679, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"eccc7e40-8b0f-402a-a2a6-55dc875f41fe","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.054Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b-first-create-file\", UID:\"d82f9bba-9ff6-4930-9416-1dc0805b329b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5069\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.068Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-kdq4b-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8d9006cc-4e30-488e-b83c-5a13915c1694","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.069Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:551","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-kdq4b so it has finished","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"66405802-a566-4755-a5ed-4dbf9272ae46","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.069Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun output-pipeline-run-kdq4b status is being set to &{Succeeded True  {2025-06-24 07:48:26.069763512 +0000 UTC m=+438.774384944} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"66405802-a566-4755-a5ed-4dbf9272ae46","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.070Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"output-pipeline-run-kdq4b\", UID:\"09cd4f2a-0174-4840-a56c-2580a5a1cde6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4896\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.072Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8d9006cc-4e30-488e-b83c-5a13915c1694","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file","duration":0.003573161}
{"severity":"info","timestamp":"2025-06-24T07:48:26.083Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"881fcbfa-635a-495d-91f2-60c448b78b06","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b","duration":0.000143785}
{"severity":"info","timestamp":"2025-06-24T07:48:27.139Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-kdq4b-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"83f07c5e-ffc0-494c-9cde-94aa0e449419","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:48:27.141Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"83f07c5e-ffc0-494c-9cde-94aa0e449419","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file","duration":0.002453111}
{"severity":"info","timestamp":"2025-06-24T07:48:28.060Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : output-pipeline-run-kdq4b-first-create-file \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"eb2cd9a0-f0d7-49ec-a086-ae33c3cd8aa1","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file"}
{"severity":"info","timestamp":"2025-06-24T07:48:28.064Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"eb2cd9a0-f0d7-49ec-a086-ae33c3cd8aa1","knative.dev/key":"testcli-g4hr2/output-pipeline-run-kdq4b-first-create-file","duration":0.00348716}
{"severity":"info","timestamp":"2025-06-24T07:48:29.765Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc\", UID:\"21ad6237-f822-4434-82d3-f7b85cf21ef9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5103\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.771Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1061","message":"Creating a new TaskRun object sleep-pipeline-run-bjjtc-pipelinetask1 for pipeline task pipelinetask1","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a220e72e-59c1-4eb5-ab81-eb411c1bceed","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.778Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc-pipelinetask1\", UID:\"2757be6f-0c35-4eb7-b7cc-647d9a506364\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5105\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.780Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-bjjtc status is being set to &{Succeeded Unknown  {2025-06-24 07:48:29.780062921 +0000 UTC m=+442.484684356} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a220e72e-59c1-4eb5-ab81-eb411c1bceed","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.780Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc\", UID:\"21ad6237-f822-4434-82d3-f7b85cf21ef9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5103\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.792Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-pipeline-run-bjjtc-pipelinetask1/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 48, 29, 792685132, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c13c9743-d159-44a2-bb72-a96087a47953","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.793Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc-pipelinetask1\", UID:\"2757be6f-0c35-4eb7-b7cc-647d9a506364\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5105\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.823Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-bjjtc status is being set to &{Succeeded Unknown  {2025-06-24 07:48:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bb36ca33-8787-40e5-a6fc-c24193db02d7","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.834Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-bjjtc status is being set to &{Succeeded Unknown  {2025-06-24 07:48:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0cf017da-4e8e-45f8-ac75-39a479a157ef","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.834Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-pipeline-run-bjjtc-pipelinetask1/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 48, 29, 834711522, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"745027e3-fb06-4c99-b23d-f764213df00b","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.835Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc-pipelinetask1\", UID:\"2757be6f-0c35-4eb7-b7cc-647d9a506364\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5116\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.846Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-pipeline-run-bjjtc-pipelinetask1/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 48, 29, 846049767, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b7af91e7-319f-4cff-a008-f19dcda51c88","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.846Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc-pipelinetask1\", UID:\"2757be6f-0c35-4eb7-b7cc-647d9a506364\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5116\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.846Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:831","message":"PipelineRun sleep-pipeline-run-bjjtc status is being set to &{Succeeded Unknown  {2025-06-24 07:48:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"455cfe33-df04-4886-b866-a5c255409f5c","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.867Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:681","message":"Successfully reconciled taskrun sleep-pipeline-run-bjjtc-pipelinetask1/testcli-g4hr2 with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2025, time.June, 24, 7, 48, 29, 867334876, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a93d0fe5-69f8-4fad-b082-0f9c1a00ffee","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.889Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/cancel.go:144","message":"cancelling TaskRun sleep-pipeline-run-bjjtc-pipelinetask1","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"80ab61ed-f448-48cd-b2cc-119d8b134205","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc"}
{"severity":"warn","timestamp":"2025-06-24T07:48:30.901Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-pipeline-run-bjjtc-pipelinetask1\" because of \"TaskRunCancelled\"","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ba197b57-13b2-46f7-ab16-2079cdeba7e9","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.902Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc\", UID:\"21ad6237-f822-4434-82d3-f7b85cf21ef9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5124\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' PipelineRun \"sleep-pipeline-run-bjjtc\" was cancelled","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.908Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc-pipelinetask1\", UID:\"2757be6f-0c35-4eb7-b7cc-647d9a506364\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5125\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-pipeline-run-bjjtc-pipelinetask1\" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.915Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"80ab61ed-f448-48cd-b2cc-119d8b134205","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc","duration":0.026353986}
{"severity":"info","timestamp":"2025-06-24T07:48:30.916Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/cancel.go:144","message":"cancelling TaskRun sleep-pipeline-run-bjjtc-pipelinetask1","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"591a6f15-e28e-4215-b121-a2360ff03f97","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.922Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ba197b57-13b2-46f7-ab16-2079cdeba7e9","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1","duration":0.020398951}
{"severity":"warn","timestamp":"2025-06-24T07:48:30.922Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:790","message":"stopping task run \"sleep-pipeline-run-bjjtc-pipelinetask1\" because of \"TaskRunCancelled\"","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bbe5f64c-9073-4d05-bc41-89c17db66635","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.925Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc-pipelinetask1\", UID:\"2757be6f-0c35-4eb7-b7cc-647d9a506364\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5125\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-pipeline-run-bjjtc-pipelinetask1\" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.935Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:377","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-g4hr2\", Name:\"sleep-pipeline-run-bjjtc\", UID:\"21ad6237-f822-4434-82d3-f7b85cf21ef9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5124\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' PipelineRun \"sleep-pipeline-run-bjjtc\" was cancelled","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.955Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bbe5f64c-9073-4d05-bc41-89c17db66635","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1","duration":0.032725582}
{"severity":"info","timestamp":"2025-06-24T07:48:30.955Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-bjjtc-pipelinetask1 \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"eee42799-b0ea-4345-ba27-223790b91c8b","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.955Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"eee42799-b0ea-4345-ba27-223790b91c8b","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1","duration":0.000236098}
{"severity":"info","timestamp":"2025-06-24T07:48:30.963Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"591a6f15-e28e-4215-b121-a2360ff03f97","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc","duration":0.047916705}
{"severity":"info","timestamp":"2025-06-24T07:48:30.963Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4cdcbe3a-e034-490e-896e-4ebcd89984f0","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc","duration":0.000170409}
{"severity":"info","timestamp":"2025-06-24T07:48:31.074Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:149","message":"taskrun done : sleep-pipeline-run-bjjtc-pipelinetask1 \n","commit":"43c0bb9","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b7b13b2e-5716-40ee-83cc-0dcfbcb1f14f","knative.dev/key":"testcli-g4hr2/sleep-pipeline-run-bjjtc-pipelinetask1"}
... skipping 63 lines ...
I0624 07:41:05.901388       1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.webhookcertificates.00-of-01...
I0624 07:41:05.901681       1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.defaultingwebhook.00-of-01...
I0624 07:41:05.901890       1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.validationwebhook.00-of-01...
I0624 07:41:05.902048       1 leaderelection.go:257] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.configmapwebhook.00-of-01...
I0624 07:41:05.919209       1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.defaultingwebhook.00-of-01
{"severity":"info","timestamp":"2025-06-24T07:41:05.919Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-5889b64bc-8sv4q_9d4fd9da-f75d-4786-886a-c1310a057c60\" has started leading \"tekton-pipelines-webhook.defaultingwebhook.00-of-01\"","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:41:05.919Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"3b7d6bbe-e942-41e6-bfc2-f75df21fbc26","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.000031552,"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"}
I0624 07:41:05.922168       1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.validationwebhook.00-of-01
{"severity":"info","timestamp":"2025-06-24T07:41:05.922Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-5889b64bc-8sv4q_3c2cfcd5-e143-4cdf-91f0-099fc90120b5\" has started leading \"tekton-pipelines-webhook.validationwebhook.00-of-01\"","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:41:05.922Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"1aef4c86-65c0-4558-8c87-96c634c65666","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.000023529,"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"}
I0624 07:41:05.923248       1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.conversionwebhook.00-of-01
{"severity":"info","timestamp":"2025-06-24T07:41:05.923Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-5889b64bc-8sv4q_24b0c138-c88f-4a92-b31c-3cba9acf3de0\" has started leading \"tekton-pipelines-webhook.conversionwebhook.00-of-01\"","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:41:05.923Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"e69e9532-83c9-4313-a1c1-58cad1eb83bb","knative.dev/key":"taskruns.tekton.dev","duration":0.000019337,"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-06-24T07:41:05.923Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"a58e13f0-656f-4e88-bc10-589a62d90527","knative.dev/key":"pipelineruns.tekton.dev","duration":0.000018188,"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-06-24T07:41:05.923Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"0220b888-9318-4fd9-9c29-e6563e52206c","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.000024788,"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-06-24T07:41:05.924Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"421dd073-732b-45e4-a7a8-746d16dd5db0","knative.dev/key":"stepactions.tekton.dev","duration":0.000010756,"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-06-24T07:41:05.924Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"8fc94649-a4ca-4bd9-b6f9-639630ab3916","knative.dev/key":"tasks.tekton.dev","duration":0.000009696,"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-06-24T07:41:05.924Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"ac641b2f-5187-4271-ae61-7cb59a094649","knative.dev/key":"pipelines.tekton.dev","duration":0.00000811,"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-06-24T07:41:05.924Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-5889b64bc-8sv4q_5ed3bb7a-7a67-497b-9aa8-236bd7325bbb\" has started leading \"tekton-pipelines-webhook.configmapwebhook.00-of-01\"","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:05.924Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:156","message":"\"tekton-pipelines-webhook-5889b64bc-8sv4q_9e5037ca-bcee-4ad3-affd-940d88566233\" has started leading \"tekton-pipelines-webhook.webhookcertificates.00-of-01\"","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:41:05.925Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"a8920812-1498-4c7b-922c-0044b5718343","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.00004666,"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-06-24T07:41:05.925Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"cb19e5cc-836f-4781-9bfe-c9b55e273bea","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.000018407,"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-06-24T07:41:05.925Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"certificates/certificates.go:80","message":"Certificate secret \"webhook-certs\" is missing key \"server-key.pem\"","commit":"43c0bb9","knative.dev/traceid":"d4264778-7bb3-40ca-8da8-73bcfc671503","knative.dev/key":"tekton-pipelines/webhook-certs"}
I0624 07:41:05.924384       1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.configmapwebhook.00-of-01
I0624 07:41:05.924626       1 leaderelection.go:271] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.webhookcertificates.00-of-01
{"severity":"error","timestamp":"2025-06-24T07:41:05.928Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"e20630e1-2e25-44e5-8392-bc4d0e2f9e04","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.000028299,"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-06-24T07:41:05.929Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"36886b26-4295-4f4e-85f7-0b488e5b412c","knative.dev/key":"pipelineruns.tekton.dev","duration":0.00002221,"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-06-24T07:41:05.929Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"08ff4640-04b2-4f82-acf4-1c122f723e45","knative.dev/key":"taskruns.tekton.dev","duration":0.000103363,"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-06-24T07:41:05.929Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"5d5129cd-39be-4136-8fc4-374eb44b9f2b","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.00002934,"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-06-24T07:41:05.929Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"b31385e9-7c79-4336-a7fe-4d446625b10b","knative.dev/key":"stepactions.tekton.dev","duration":0.000014341,"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-06-24T07:41:05.929Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"4299f4d1-91c8-45dd-8e86-ee212515c860","knative.dev/key":"tasks.tekton.dev","duration":0.000016772,"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-06-24T07:41:05.929Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"620f7fad-0cff-4124-9c7f-0d9fd51a11de","knative.dev/key":"pipelines.tekton.dev","duration":0.00001784,"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-06-24T07:41:05.931Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"4f80346f-85cc-4819-bc8c-052d992fa444","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.000023089,"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-06-24T07:41:05.939Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"8596d088-7dd5-4203-9aa1-90f0527ac54f","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.000028809,"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-06-24T07:41:05.939Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"4a0b698c-4fd1-4b6f-9324-eaa679765602","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.000019422,"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-06-24T07:41:05.939Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"60f06491-b530-4662-ab69-99740b323370","knative.dev/key":"pipelineruns.tekton.dev","duration":0.000040196,"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-06-24T07:41:05.940Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"111d4945-9e0f-4e37-9974-0c04a20f3c39","knative.dev/key":"taskruns.tekton.dev","duration":0.00001315,"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-06-24T07:41:05.941Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"1271eade-8760-4a0a-93f2-5cee575134cb","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.000018379,"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-06-24T07:41:05.941Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"2deab409-3d29-4f23-94db-2aa884897491","knative.dev/key":"stepactions.tekton.dev","duration":0.000013108,"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-06-24T07:41:05.941Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"be2ca913-01fc-4a69-8242-ae65692bcd86","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.000024414,"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-06-24T07:41:05.941Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"fc81e359-1ddf-4277-bbd9-2e3e88addc30","knative.dev/key":"tasks.tekton.dev","duration":0.000135322,"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-06-24T07:41:05.941Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"de21d583-e5b0-42d0-bc81-f3359035f7da","knative.dev/key":"pipelines.tekton.dev","duration":0.000017763,"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-06-24T07:41:05.972Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"d4264778-7bb3-40ca-8da8-73bcfc671503","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.047223797}
{"severity":"info","timestamp":"2025-06-24T07:41:05.973Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"8279c0de-b574-452f-ac09-370304c450b3","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.000171966}
{"severity":"info","timestamp":"2025-06-24T07:41:05.994Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"43c0bb9","knative.dev/traceid":"23f340a7-8ce6-40bf-a3e1-96164799405f","knative.dev/key":"pipelines.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.056Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:260","message":"Updating webhook","commit":"43c0bb9","knative.dev/traceid":"11df9682-1a65-47a9-b233-6b4add24bcc2","knative.dev/key":"webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.061Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:233","message":"Updating webhook","commit":"43c0bb9","knative.dev/traceid":"1a9c70b1-2ded-4970-b863-6b5935469302","knative.dev/key":"tekton-pipelines/webhook-certs"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.067Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:260","message":"Updating webhook","commit":"43c0bb9","knative.dev/traceid":"ed08e241-1d3d-4e83-b221-8883dc8fa682","knative.dev/key":"tekton-pipelines/webhook-certs"}
... skipping 2 lines ...
{"severity":"info","timestamp":"2025-06-24T07:41:06.080Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:233","message":"Updating webhook","commit":"43c0bb9","knative.dev/traceid":"e10aecb9-2b47-40eb-819a-8d81a41dc9a1","knative.dev/key":"validation.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.098Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"23f340a7-8ce6-40bf-a3e1-96164799405f","knative.dev/key":"pipelines.tekton.dev","duration":0.143646235}
{"severity":"info","timestamp":"2025-06-24T07:41:06.110Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"43c0bb9","knative.dev/traceid":"4cb8006f-619f-43cb-aa06-287248289ff1","knative.dev/key":"resolutionrequests.resolution.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.134Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"11df9682-1a65-47a9-b233-6b4add24bcc2","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.163162456}
{"severity":"info","timestamp":"2025-06-24T07:41:06.157Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"730cdbcc-fbc8-4cd5-a60f-c4f8e7e90bea","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.185970054}
{"severity":"info","timestamp":"2025-06-24T07:41:06.157Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"e10aecb9-2b47-40eb-819a-8d81a41dc9a1","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.185758239}
{"severity":"error","timestamp":"2025-06-24T07:41:06.177Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"1a9c70b1-2ded-4970-b863-6b5935469302","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.206807013,"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-06-24T07:41:06.197Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"c666c244-6e5c-4e66-a01e-b9627090ff51","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.227571191,"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":"error","timestamp":"2025-06-24T07:41:06.197Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:564","message":"Reconcile error","commit":"43c0bb9","knative.dev/traceid":"ed08e241-1d3d-4e83-b221-8883dc8fa682","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.226804854,"error":"failed to update webhook: Operation cannot be fulfilled on mutatingwebhookconfigurations.admissionregistration.k8s.io \"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-06-24T07:41:06.242Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:260","message":"Updating webhook","commit":"43c0bb9","knative.dev/traceid":"4ededbf7-9ea3-42ad-b7b3-f8fd97dc3eda","knative.dev/key":"webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.253Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"4cb8006f-619f-43cb-aa06-287248289ff1","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.154919791}
{"severity":"info","timestamp":"2025-06-24T07:41:06.313Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:173","message":"Webhook is valid","commit":"43c0bb9","knative.dev/traceid":"91054016-770e-48cd-88aa-ca7c80698881","knative.dev/key":"config.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.313Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"91054016-770e-48cd-88aa-ca7c80698881","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.116330017}
{"severity":"info","timestamp":"2025-06-24T07:41:06.347Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:111","message":"updating CRD","commit":"43c0bb9","knative.dev/traceid":"72478a93-964f-4ac1-9559-8d28ccb12683","knative.dev/key":"tasks.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:06.368Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"4ededbf7-9ea3-42ad-b7b3-f8fd97dc3eda","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.233681421}
... skipping 21 lines ...
{"severity":"info","timestamp":"2025-06-24T07:41:07.460Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"43c0bb9","knative.dev/traceid":"85d6b208-5d97-433e-9749-38adbf1e2401","knative.dev/key":"stepactions.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:07.460Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"85d6b208-5d97-433e-9749-38adbf1e2401","knative.dev/key":"stepactions.tekton.dev","duration":0.060202772}
{"severity":"info","timestamp":"2025-06-24T07:41:07.660Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"43c0bb9","knative.dev/traceid":"20003948-01f5-4256-8d48-888c89ef5a5b","knative.dev/key":"pipelineruns.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:07.660Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"20003948-01f5-4256-8d48-888c89ef5a5b","knative.dev/key":"pipelineruns.tekton.dev","duration":0.200179889}
{"severity":"info","timestamp":"2025-06-24T07:41:07.673Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:117","message":"CRD is up to date","commit":"43c0bb9","knative.dev/traceid":"2246da43-d9da-48bb-b508-927a5855b842","knative.dev/key":"taskruns.tekton.dev"}
{"severity":"info","timestamp":"2025-06-24T07:41:07.673Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:548","message":"Reconcile succeeded","commit":"43c0bb9","knative.dev/traceid":"2246da43-d9da-48bb-b508-927a5855b842","knative.dev/key":"taskruns.tekton.dev","duration":0.309049845}
{"severity":"info","timestamp":"2025-06-24T07:41:16.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f290), 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)(0xc001052440), 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.5:45651\", RequestURI:\"/config-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000d4f2c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/config-validation\", ctx:(*context.cancelCtx)(0xc000e17360), pat:(*http.pattern)(0xc0003b6a20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:16.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"277d2408-553d-4fd0-b2ca-facbd4018022","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a120), 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)(0xc000d1e400), 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.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000a1c9b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.524Z","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":"43c0bb9","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-06-24T07:41:57.524Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"92afa56b-51ec-4a47-8705-42d3942f5bf1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a3f0), 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)(0xc000d1f340), 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.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000a1cc80), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.529Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"0686789c-fce8-445c-9d6b-6e02b997abf2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.534Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a630), 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)(0xc00009d740), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bc6690), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098aa20), 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)(0xc0004c8540), 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.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bc67d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.539Z","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":"43c0bb9","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-06-24T07:41:57.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"fc2f9a90-7809-403c-b66c-5e77f3a02da9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ae10), 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)(0xc0004c8d00), 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.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000bc6960), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.542Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"cebddddc-58d5-42da-9a01-fe92c3d2ef00","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b170), 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)(0xc0004c95c0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bc6fa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b5f0), 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)(0xc0004c9e80), 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.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bc7180), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.551Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}}]","commit":"43c0bb9","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-06-24T07:41:57.551Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"36619d62-878a-4940-8927-2108a9810aaa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b950), 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)(0xc00143a900), 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.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000bc73b0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"5587f85a-77b9-448f-9917-d95eb1f7db9f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.554Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bcb0), 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)(0xc00143ad80), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bc75e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd61b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2995\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143b940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2995, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bc7810), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.572Z","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":"43c0bb9","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-06-24T07:41:57.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"db89ed41-e1ff-4bd0-b912-b5715760d599","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd65a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3143\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6a080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3143, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000bc7a40), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"0be58841-597a-4657-bd16-9eb83aea0f44","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6900), 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)(0xc000c6a540), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bc7c70), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4142\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6ab40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4142, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bc7ea0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.584Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"9b399794-43e6-4342-a1b1-18aa1e5fc857","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4130\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6b0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4130, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000ea8280), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"a968203d-ee1c-4cb6-9757-29969c44ff84","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.589Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7cb0), 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)(0xc000c6b600), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000ea85a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.594Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5913\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6bc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5913, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ea87d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.595Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"680452ac-4eee-42bf-8b96-6c76c9870ed8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5478\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010522c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5478, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ea8b40), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.602Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.602Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"3f2d5d51-3040-494b-9bd0-8acd9f17e267","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.605Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010473b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5454\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001052a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5454, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000ea8f50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.606Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"974db97a-183d-4479-abbd-eec822e24f1a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.613Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010479e0), 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)(0xc001052fc0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000ea9220), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6168\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6168, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ea94a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.622Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.622Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"1fe7f2b9-6f8b-4757-920a-c9bac73cc64b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012ee990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6168\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6168, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000ea9810), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"b5131d97-178b-45ce-976b-c9d727c10bac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012ef4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7162\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bc200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7162, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ea9b30), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.628Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.628Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"cb5eee55-ad93-49e2-bef1-b5a3d8866af9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012efcb0), 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)(0xc0014bc880), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000ea9e50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013c05a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7898\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7898, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013c4230), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.648Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"e6be0e81-0f43-44a3-94c8-fa5936c5b7bf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013c13b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7299\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7299, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013c45f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.655Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"a74ed78a-15b3-4772-87c9-443bb28854a8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013c1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7299\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bdec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7299, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013c4a00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"8b26bf76-7e84-453e-95ae-cefea33f0bf0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00146e3f0), 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)(0xc00152c4c0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013c4cd0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00146ea20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00152cb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013c4f50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.674Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"e3102d8d-575f-4247-93ff-3c16985c1c43","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.678Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00146f3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9360\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00152d2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9360, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013c5360), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"3f55f5ce-c485-4594-9639-546ab2751dba","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00146fd40), 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)(0xc00152d880), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013c5630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.706Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015343f0), 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)(0xc0015366c0), 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.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015402d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.706Z","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":"43c0bb9","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-06-24T07:41:57.706Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"99ce7620-d69d-48bb-90cd-a2ca1861f30a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015345a0), 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)(0xc001536b80), 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.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001540410), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"4cb06748-35bc-4b66-8897-49dca44d31cd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.720Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001534000), 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)(0xc001694bc0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016fa7d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.725Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015342d0), 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)(0xc001695180), 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.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016fa910), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.725Z","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":"43c0bb9","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-06-24T07:41:57.725Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"40bb167c-1c0f-42e9-8db3-76d1b381d5a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001534480), 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)(0xc001695640), 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.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0016faa50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"75917417-d949-47c6-84c9-37838181a1a9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.729Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001534750), 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)(0xc001695ac0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016fabe0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.749Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001534ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0003986c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016fad20), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.750Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"ab5933cd-f789-42b2-ab09-b0ba5dac1270","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001534f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3316\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002ec8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3316, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0016fb040), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"bfd4a21a-52f8-4f34-a815-8fec1c1d8650","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.764Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015353b0), 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)(0xc0002ecf00), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016fb1d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015357a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4981\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002edb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4981, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016fb3b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.774Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.774Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"3aba121d-62f9-4bc7-8616-2f4a094ef2f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001535dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5299\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000032940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5299, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016fb4f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.795Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.795Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"385c1fbe-398b-4f59-8439-011419cb8b8b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5299\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000333f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5299, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0016fb810), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"83b6d98e-e5ff-4fde-8887-1241eee78ec5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2bd0), 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)(0xc0012fa4c0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016fb9a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7182\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7182, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016fbb80), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.824Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.824Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"e2d2995e-bfab-43f7-bee5-2e12f18e15db","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.864Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7182\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7182, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016fbea0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.865Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:41:57.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"8fee83df-1ed5-4317-8a35-d144cf8d7d43","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7182\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7182, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f0cd0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.874Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"3e1a112a-15a4-4440-9759-c54a700bd9bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:41:57.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13a70), 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)(0xc0012fbbc0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f0f00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7457\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7457, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020bb80), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.508Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:01.508Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"543d9bd3-aed0-4944-8e3e-1973a279fe9b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.510Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7457\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7457, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f8280), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.510Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"1b506f52-c0a7-4048-b945-a50d5b3c8044","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:01.513Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f050), 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)(0xc000c65740), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f8690), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.199Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f830), 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)(0xc000cc6e00), 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.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f8a50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.200Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:02.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"3d7d8bbf-8332-4038-b50c-92160d923298","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.203Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e240), 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)(0xc000cc7580), 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.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f90e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.204Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"f3d6752c-d186-4fca-9e78-3dbffa962ab1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:02.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ebd0), 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)(0xc000cc7b40), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f9630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dd270), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.208Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:04.209Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"c9eb4675-ef00-4d61-a1ed-d8b995601c0c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dd720), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.212Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"963b2446-49f2-4077-9d65-94fa8e6231b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:04.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098abd0), 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)(0xc000d3ef00), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dda90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.534Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7645\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0e640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7645, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e4aa0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.536Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:05.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"4228d4d0-296d-4133-9d28-956ef745128f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7645\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0ec40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7645, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e5130), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"38d2b468-b37b-4cdc-ab14-0dda96f799e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:05.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6900), 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)(0xc000c0f240), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002e52c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.525Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b63f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8028\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c9180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8028, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e17900), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.526Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:06.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"748fc4b4-c664-41db-a1ed-6d9437ace962","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.529Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8028\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c9840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8028, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e17c20), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.529Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"a48cdbc3-0d75-4d9d-8a39-1ae1b210cfff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3819\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143a540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3819, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e17db0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001326240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8227\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143ab00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8227, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0050), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.543Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:06.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"d22f0335-4716-4873-bf40-b5f13f4ada46","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001326e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8227\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143b100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8227, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0370), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:06.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"dbf2400d-3086-403e-908d-904d131d5ca9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013279e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8504\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6adc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8504, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c18b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.540Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:07.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"e1cc1f57-72d8-4abd-8942-e6ab747c19e8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00141c750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8504\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6b380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8504, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1bd0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"6abab156-da57-4e07-ade9-350ad2a2916b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:07.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00141d440), 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)(0xc000c6b900), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1d60), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00141dcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000a1d360), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.233Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:08.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"d7005162-8b66-456c-9caa-36dacf4a75df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014aa870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10078\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10078, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000a1d770), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"a39d356c-b015-4cdd-a9d1-6dfdff958521","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:08.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014ab3b0), 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)(0xc001053dc0), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000a1da40), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014abb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bc7090), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.224Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:09.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"c6821cde-3908-4ada-9149-5e40bc8fe6ca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.227Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015fca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10746\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bde00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10746, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000bc74a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.228Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"e073c634-d7c9-46e6-8c56-2bfd7d812713","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015fd830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5269\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00152c440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5269, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bc7770), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017ba1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00152ca80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bc79f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.239Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:09.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"0fae4b56-cc46-40a3-8c7e-89dc4ea73e0c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.241Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017bb0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11144\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00152d240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11144, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000bc7e00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:09.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"964eac4e-7152-45c9-9f1b-907a535a3a1f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.230Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001850090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001536780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185c550), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.232Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:10.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"8535b2f1-522d-479f-a566-9e2bcd6d8de2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018510e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11421\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001536f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11421, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185c960), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"0ab90613-a05a-4a10-9c02-3b3d68103939","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.238Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018da1b0), 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)(0xc000c0fd00), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185cc30), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.250Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018dabd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7944\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018e03c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7944, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35483\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00185ceb0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.252Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","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-06-24T07:42:10.252Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"c9dcbb1b-e079-4618-af96-a1bd253a45eb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.254Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018dba70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7944\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018e0ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7944, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:50313\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000cca3c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00185d270), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.254Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","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":"2f4fbaec-d734-4cd6-8e99-184025968f05","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:42:10.257Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001928a20), 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)(0xc0018e1080), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00185d630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:28.013Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e900), 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)(0xc0018a9480), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e17810), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:29.332Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ed80), 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)(0xc000d3f200), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c17c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:29.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f680), 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)(0xc000d3f880), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1a90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:30.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e120), 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)(0xc000d1f700), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000a1d130), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:31.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010461b0), 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)(0xc0004c9d40), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bc7cc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:42:45.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b578c0), 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)(0xc000bb5d00), 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.5:16977\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000cca480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bea050), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:44:33.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7170), 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)(0xc001144bc0), 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.5:15010\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000746240), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0011f8870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:44:33.576Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-pgvct","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-06-24T07:44:33.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-pgvct","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":"4ede1dc2-6e4e-4cc6-97e0-ac123552c31d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:44:33.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7560), 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)(0xc001145300), 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.5:8500\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0007463c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0011f8be0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:44:33.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-pgvct","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":"b03a081a-d02d-4690-93ce-4a6b6ab7a9b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f47e0), 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)(0xc0013fa340), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013dfdb0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.758Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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-06-24T07:46:10.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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":"99d983b7-5f76-4751-80ff-b44370bc0955","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4990), 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)(0xc0013faa00), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432140), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.770Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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":"f666cb61-e342-4f28-b411-cc441277deee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.789Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4bd0), 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)(0xc0013fb100), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432460), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.824Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4ea0), 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)(0xc0013fb6c0), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014325a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.825Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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-06-24T07:46:10.825Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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":"b8c8daf5-bcb6-4514-8846-45ae68e60615","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.832Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4fc0), 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)(0xc0013fbb80), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014326e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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":"406e71ce-1fb3-4ff2-bfdb-9024ac0c0cee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5170), 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)(0xc00146e0c0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432870), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5440), 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)(0xc00146e680), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014329b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.861Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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-06-24T07:46:10.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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":"c2a9b35c-f13d-4ea2-a90e-39e36f72bc07","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.862Z","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{\"1195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00146eb40), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432af0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.864Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-26k79","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":"19558555-a141-45ee-864d-2354cd5b6e81","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.868Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5710), 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)(0xc00146f000), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432c80), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.994Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f59e0), 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)(0xc00146f5c0), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432dc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:10.998Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-7klnj","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-06-24T07:46:10.998Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-7klnj","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":"34e54e7a-adcb-4479-8b33-e3f832d37560","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.002Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5b00), 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)(0xc00146fc00), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432f00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.008Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-7klnj","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":"2afb86f2-4089-4d61-abba-3c0dd0e293c2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.022Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5cb0), 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)(0xc0014b1340), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00154a780), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.034Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590000), 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)(0xc0014b1980), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00154a8c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.034Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:46:11.034Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-g4hr2","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":"b34d300f-5e3e-42f9-9fd5-032e16595273","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590120), 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)(0xc0015a4040), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00154aa00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.040Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-g4hr2","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":"8a6ab43a-001b-43b5-b5bb-e5559d82c8e4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.048Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015902d0), 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)(0xc0015a5700), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001686280), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.076Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015905a0), 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)(0xc0015a5d40), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016863c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.077Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-7klnj","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-06-24T07:46:11.077Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-7klnj","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":"92c31f8b-1d88-4ee2-8a2a-8c99f7728d88","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.082Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590870), 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)(0xc001744300), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001686550), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-7klnj","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":"2f224f01-e843-4768-8510-1b2c5b531d17","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.115Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590bd0), 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)(0xc001744bc0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001686b90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001591050), 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)(0xc001745200), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001686d70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.123Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:46:11.123Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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":"1e15efa3-cf9a-40d2-86c0-9958c38cf470","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001591320), 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)(0xc001745740), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001686f00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.131Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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":"2fce4390-aa4f-483e-8152-ab57d2bcc32e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.139Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590000), 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)(0xc001744080), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016860a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.905Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590480), 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)(0xc0002edd00), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f1040), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.907Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vchl2","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-06-24T07:46:11.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vchl2","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":"8bd54608-0f9c-4994-a8b2-06c56029c555","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015905a0), 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)(0xc000032c00), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f1220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vchl2","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":"ce1dfa64-b184-4951-ac44-c91367fcef3d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:11.916Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590750), 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)(0xc0012fa5c0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6000), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:12.084Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001591a70), 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)(0xc0012fad40), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6460), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:12.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001591d40), 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)(0xc0012fbb00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f74a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:12.955Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003df9e0), 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)(0xc0007e6980), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561130), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.398Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000265ef0), 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)(0xc0007e7700), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000429090), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.398Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","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-06-24T07:46:13.402Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","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":"ed4edfe1-6fee-4b2c-ab9a-ae89143a8564","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.409Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2120), 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)(0xc0007e7bc0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000429630), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.410Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a1e8e50d-cbf1-4d58-8043-1e35012e8caf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c26c0), 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)(0xc000ba4100), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000429d60), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.449Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2504\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba46c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2504, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051a5a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.458Z","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\":\"add\",\"path\":\"/metadata/labels/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:13.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"509a43a6-c9a7-4f30-87a4-db6ec88683f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2652\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba4d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2652, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051a7d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"43087dee-f7da-4b46-a767-d682c7e861e1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.510Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2ea0), 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)(0xc000ba5ac0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b270), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2835\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c641c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2835, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051b400), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.538Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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-06-24T07:46:13.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"9775441f-2455-46ca-aaad-857c137632da","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2823\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c647c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2823, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051b810), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.563Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"f18a68da-33b5-4951-8dfd-8ad44965a480","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12a20), 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)(0xc000c64d00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020aa00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4609\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c652c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4609, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020ae60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.650Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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-06-24T07:46:13.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"e0fcfa39-9e24-413d-947a-5bbcd80e91d0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4470\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc60c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4470, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f8280), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.724Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:13.725Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"114dad48-68b9-46b0-9f59-bddf50fd5c4d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.747Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4446\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc6740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4446, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f8780), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.759Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"93aab3d2-3ad2-4db0-9913-7514a9e7f28b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.797Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13d40), 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)(0xc000cc7480), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f9ae0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.815Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f41b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4869\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4869, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f9c70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.859Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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-06-24T07:46:13.859Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"a03bf497-0b5d-4c75-a94b-d432d6682f95","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.895Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f4fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4869\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4869, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f8230), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.898Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"2cb0b847-d998-4006-a4c1-6c0938b51638","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.905Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037f9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5876\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5876, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f8550), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.914Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:13.914Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"64347d13-6624-4307-9c4f-0899f846ae67","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:13.941Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b02d0), 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)(0xc0018a8f40), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f8870), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.044Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b0f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5992\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5992, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f8a00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.049Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:14.049Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"81cb635f-7202-42c9-8988-5e0083ab1d59","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007707e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5992\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5992, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f8e10), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.124Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"dfeabf34-1b25-462d-bbc7-345e50e9d3db","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.130Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3ea40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013e1e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.132Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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-06-24T07:46:14.132Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"fbe1c865-0e55-4f4d-8fa3-8d31418cbd2b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.141Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013e6e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"f57e328b-5e5e-4133-8234-981eaac54cc9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.166Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e120), 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)(0xc000d3f6c0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013ebe0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.184Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e630), 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)(0xc000d3fe80), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013ed70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.188Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-gsgcc","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-06-24T07:46:14.189Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-gsgcc","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":"0da5f49d-c653-4128-854d-fd34b7f4479c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6602\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1f5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6602, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dc000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.223Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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-06-24T07:46:14.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"db6a2784-645a-4678-b525-9e00b8437a54","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f0e0), 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)(0xc000d1fc80), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dc320), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-gsgcc","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":"66d95036-01fc-42e6-867f-a3c56a56aca1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.257Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7585\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7585, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039aa50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.259Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:14.259Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"1c46f8c0-fb9b-47bc-be73-89d55b7b27a7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.263Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f9e0), 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)(0xc0004c8f80), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039adc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143fcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7585\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c9640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7585, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039b090), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"560a66a6-d6c2-4422-aedf-07c50caa0b7e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e480), 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)(0xc00143ac00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140000), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.404Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e990), 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)(0xc00143b880), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001404b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.405Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-gsgcc","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-06-24T07:46:14.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-gsgcc","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":"27df0dab-9751-4263-a99c-646f7c01d8c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.413Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ec60), 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)(0xc0014bc000), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000140640), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.416Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-gsgcc","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":"bc34e07c-bccc-4046-ac87-27acd98593e4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.426Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6efc0), 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)(0xc0014bc880), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141040), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f5f0), 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)(0xc0014bd880), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000141e00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.797Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","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-06-24T07:46:14.797Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","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":"87aa3768-e886-4f95-a865-f86adf852eb8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f8c0), 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)(0xc0014bdd40), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c00f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b719bcf8-5f94-4a11-a165-d068c034fddf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.817Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fc20), 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)(0xc000c0e240), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0320), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3011\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0e800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3011, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0550), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.871Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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-06-24T07:46:14.871Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"ab328db3-950a-4288-812c-956cd8980b6e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098aa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2999\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0ed80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2999, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0870), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.876Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"fa8421b1-0198-4658-9a74-9f001ac919cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.893Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b290), 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)(0xc000c0f380), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0b90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4854\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0f940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4854, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0eb0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.902Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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-06-24T07:46:14.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"04aaf884-f869-475d-a119-0eebff63dcf5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.974Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010463f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5109\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0ff40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5109, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1220), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.983Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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-06-24T07:46:14.983Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"c6513b7e-eba1-4a03-ab9f-467667cc8b61","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.991Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5109\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0010527c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5109, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1590), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:14.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"de0a71a8-f52a-47e3-b218-ec3eaebcf0ca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.003Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047c20), 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)(0xc001052d40), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1900), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.066Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd66c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6858\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6858, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1bd0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.067Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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-06-24T07:46:15.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"74d99986-70d8-4c35-abe5-6a9d32654328","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.075Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6858\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6858, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e4370), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.075Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"b3e516fe-3dff-48c7-ad24-811bd6c31957","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.104Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b66c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6911\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6a0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6911, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e4e60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.106Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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-06-24T07:46:15.108Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"a264a7ee-7552-48e8-903d-9cf5ee693e8f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.169Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7710), 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)(0xc000c6a780), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e52c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.173Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:46:15.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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":"0dc1afea-b2c3-4ed1-b9c0-6c09d5136268","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.191Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b79e0), 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)(0xc000c6b3c0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013de370), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"da7e7db3-9561-40d0-8242-c6fb9bffd803","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6911\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6b840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6911, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de5a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.199Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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-06-24T07:46:15.199Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"7894de3a-b2e7-4609-8de1-fb7bcc8c46fa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4ea0), 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)(0xc000c6bf00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013de960), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6911\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001144540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6911, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013deb90), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.216Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-7klnj","knative.dev/name":"output-pipeline-run-cbrwt","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":"39f4435c-1da2-430e-ad3d-68642e37899b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186c2d0), 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)(0xc001144b40), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013def00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.264Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186cbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2444\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0011451c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2444, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013df1d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.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/app.kubernetes.io~1managed-by\",\"value\":\"tekton-pipelines\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:15.265Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"a3101898-3ac6-4241-8b1d-f535e1ad0cef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.286Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186cea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2592\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0011456c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2592, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df400), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"fb2c347b-916b-446f-9dc9-759eac7e03d7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186d200), 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)(0xc001145b80), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.341Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186d680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3013\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3013, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013df860), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.342Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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-06-24T07:46:15.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"ec1bd4a7-cd1e-4e2f-be69-2071ecc733cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.361Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3001\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3001, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013dfb80), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.363Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"952011fd-6768-48c9-8f8c-1bc82dc2c4c2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003df8c0), 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)(0xc00194a000), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013de000), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.583Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4535\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4535, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de230), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.586Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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-06-24T07:46:15.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"02687410-3355-44b3-90ba-b3fac54f25dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.597Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4535\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194af40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4535, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013de5a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.601Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"77c40c1f-db1e-479c-99c3-5db307f7f23e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.641Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12750), 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)(0xc00194b4c0), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de910), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.644Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1beta1, 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/steps/0/resources\",\"value\":{}}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:15.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-2c82b","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":"75fa926b-f967-42be-8623-6eec9089b747","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12a20), 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)(0xc00194b940), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013dea50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-2c82b","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":"80883c18-7fde-44d8-b011-e4eeeb0350f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:15.650Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12bd0), 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)(0xc0002ec700), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df310), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771170), 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)(0xc0012fae00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6aa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771440), 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)(0xc0012fb400), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6be0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4790\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fba00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4790, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6e60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.246Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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-06-24T07:46:16.247Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"a357b02e-6c6d-40c8-9246-d200d52c2871","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e2d0), 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)(0xc0007e60c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f73b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.305Z","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/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"add\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:16.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"7c8f4ea3-6e49-41ea-89bf-dd48729683bb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4406\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e66c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4406, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f74f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.306Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:16.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"40e9420c-b18c-41a6-867c-75bb74c4fb1a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ee10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4382\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4382, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f79a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.311Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"487fffd8-9d50-442f-ab0e-1dbb03a47acc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.315Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5045\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5045, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000560000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.316Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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-06-24T07:46:16.316Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"512ea1a3-149b-4c9b-8b1c-0db5a74d690a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e090), 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)(0xc0007e7980), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000561220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"963b1f15-6335-47f6-ba93-186d0c388229","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.323Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5045\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba4100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5045, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005615e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"b7589b6f-a9a2-4608-912a-ea932d34b4e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"error","timestamp":"2025-06-24T07:46:16.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/webhook.go:254","message":"http: TLS handshake error from 172.18.0.5:54577: EOF\n","commit":"43c0bb9","stacktrace":"knative.dev/pkg/webhook.(*zapWrapper).Write\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/webhook/webhook.go:254\nlog.(*Logger).output\n\tlog/log.go:245\nlog.(*Logger).Printf\n\tlog/log.go:268\nnet/http.(*Server).logf\n\tnet/http/server.go:3638\nnet/http.(*conn).serve\n\tnet/http/server.go:1983"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.329Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6efc0), 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)(0xc000ba4680), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561a90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f680), 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)(0xc000ba4d40), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000428e60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.330Z","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/taskRunTemplate/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","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-06-24T07:46:16.332Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","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":"412aa2b2-21b6-459d-9695-1a35a3caa66d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f950), 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)(0xc000ba5380), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004291d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fdd0), 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)(0xc000ba5980), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004297c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.339Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"591eb55c-054c-42ea-8d36-03af818b9c5a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a360), 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)(0xc000ba5e80), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051a5f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"error","timestamp":"2025-06-24T07:46:16.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/webhook.go:254","message":"http: TLS handshake error from 172.18.0.5:25182: EOF\n","commit":"43c0bb9","stacktrace":"knative.dev/pkg/webhook.(*zapWrapper).Write\n\tknative.dev/pkg@v0.0.0-20250415155312-ed3e2158b883/webhook/webhook.go:254\nlog.(*Logger).output\n\tlog/log.go:245\nlog.(*Logger).Printf\n\tlog/log.go:268\nnet/http.(*Server).logf\n\tnet/http/server.go:3638\nnet/http.(*conn).serve\n\tnet/http/server.go:1983"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ae10), 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)(0xc000c64800), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051aa50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051adc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.360Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:16.361Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"7e401103-82b9-41bc-aaa8-8c80f53eab62","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.365Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bcb0), 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)(0xc000c65680), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b130), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046240), 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)(0xc000c65c40), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b360), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010466c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2063\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc62c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2063, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051b590), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.390Z","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":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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-06-24T07:46:16.390Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"b01738a5-1c58-4d74-a48a-c389c3cf238f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2145\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc68c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2145, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00020a1e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.404Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"5326edb8-7c14-4373-a7d2-77614f6ff86f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046ea0), 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)(0xc000cc6dc0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020aaa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.426Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6728\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6728, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020af50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.427Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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-06-24T07:46:16.428Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"743f2bc5-4e49-4379-8e5a-055d9e2d22b6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd63f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6728\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6728, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00020b4a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"e173666a-65d8-43ed-9149-df9e0284d60e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd73b0), 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)(0xc0018a8200), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020bb30), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.455Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd79e0), 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)(0xc0018a87c0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f8140), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7ef0), 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)(0xc0018a8dc0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f85f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.460Z","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":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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-06-24T07:46:16.460Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"75430454-5998-493f-8349-98d8c2be6ea8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b67e0), 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)(0xc0018a93c0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f8b90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f8dc0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"1c7ecaa6-140d-482d-b2be-c0deca986a32","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b74d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2854\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2854, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f90e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.476Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:16.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"c9ee5eeb-e2bc-4cfb-b42e-7efaa5e7bfaf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6284\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6284, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f9720), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2854\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2854, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f9770), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.485Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"aa2e8b0f-520e-43b6-a633-8bde9dbef08b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.489Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:16.489Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"950c4b4d-246c-40f1-a239-475c96627376","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4f30), 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)(0xc000d3f140), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f82d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f54d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6284\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6284, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f85a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"00d98cb8-54b4-43fb-80bf-e58a92d1c2ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5cb0), 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)(0xc000d3fdc0), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f8910), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.502Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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-06-24T07:46:16.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"ac9078ec-e9f0-4fb7-9867-8b8186f2d085","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186c3f0), 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)(0xc000d1e400), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f8fa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.510Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186c990), 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)(0xc000d1f080), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f9180), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"c6d20ba2-52f3-497e-b750-f97cd3bd80c4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186d050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6781\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1f640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6781, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f9680), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.520Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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-06-24T07:46:16.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"fa766522-981f-41c4-a960-795ed3ee265b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186def0), 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)(0xc000d1fd00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f9cc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.535Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ede510), 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)(0xc00009cac0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013e230), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000edeab0), 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)(0xc00009d1c0), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013e6e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.540Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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-06-24T07:46:16.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"8e1a7ca7-ce2e-41cf-81b0-92b5a344a15f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000edf3b0), 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)(0xc00009dec0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013ed70), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000edf950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3365\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3365, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013f040), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.560Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:16.560Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"77ef7471-519f-4191-9fe4-c6970ee10dc9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c3f0), 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)(0xc0004c9200), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013f540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.592Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"77604a9a-43c3-4c9c-8489-4f848df3a1a3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.594Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109ccf0), 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)(0xc0004c9500), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013f7c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.646Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d320), 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)(0xc00143a680), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013fea0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8361\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143ac80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8361, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dc190), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.665Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:16.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"5da455d5-1e13-451d-8526-3464e0361a05","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00132c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7793\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143b9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7793, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dc550), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.672Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:16.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"16a8be32-8bf7-4673-b5f2-0a99a5793d61","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00132cab0), 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)(0xc0014bcac0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd3b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00132d050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7793\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7793, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dd680), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.726Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"683ce36c-0591-45f2-be74-305054392ac1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00132d7a0), 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)(0xc000c0e100), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039af50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00132dd40), 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)(0xc000c0e6c0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039b2c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.761Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014aa360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8080\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0ecc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8080, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039b4f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.766Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014aa3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8361\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0ed40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8361, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039b540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"9e2c971f-7c48-4059-9578-382367ca4744","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.772Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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-06-24T07:46:16.772Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"6b1d7f9d-fb42-42e3-956d-2b0adf480871","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.775Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014ab680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2444\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0f9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2444, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000140000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.776Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:16.776Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"31700a4a-18fb-4fa6-a331-9d5716edeebf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.782Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014ab950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2592\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0fe80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2592, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000140550), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"d75720f0-46ca-4c29-813f-d1997c2eca8c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014ab9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3628\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0fec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3628, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001405a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.786Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:16.788Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"0b595054-ad9f-4bdd-abe6-1eca84f87528","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001554750), 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)(0xc001052bc0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140d20), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001554c60), 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)(0xc001053280), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140eb0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001555290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8080\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8080, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000141220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"0c74dead-52f4-49f8-bbf3-d09d7aa533e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001555c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3628\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3628, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001414f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"b49a53d7-d159-445b-9468-30301a65b6bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.809Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001596750), 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)(0xc000c6a480), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001417c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.810Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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-06-24T07:46:16.810Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"633b5732-a006-4811-b21e-63dc59283641","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.815Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015970e0), 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)(0xc000c6ab00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141e00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001597560), 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)(0xc000c6b0c0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c00f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.823Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"3d3b9845-8dd2-4a78-b918-f71f2f6ad6e8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.832Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001597ef0), 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)(0xc000c6b640), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0370), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.840Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160a5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3013\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6bc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3013, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0550), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.840Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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-06-24T07:46:16.841Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"e90e50f9-3f35-49f6-b6e9-e0e521afde34","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160ac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3001\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001144200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3001, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0870), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"77a282be-bf87-4f74-a2f9-b6e367e799c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160b3b0), 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)(0xc001144740), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0b90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.859Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160bb00), 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)(0xc001144d00), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0eb0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00160bb90), 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)(0xc001144dc0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0f00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.878Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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-06-24T07:46:16.878Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"ae3f7fb8-aa3f-4b01-806d-a7ee50d6a539","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001644a20), 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)(0xc0011459c0), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c14f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.889Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001644bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4790\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4790, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1630), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001644c60), 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)(0xc0012e6080), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1680), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.893Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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-06-24T07:46:16.893Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"226b05ff-a7d5-40b6-9cd7-c99eb444205f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","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":"62d61c53-737d-4c02-b597-de063de0d661","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.897Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f8000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1627\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1627, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1c20), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.897Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"85234392-ecfc-471f-8c31-a1e378f24431","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-06-24T07:46:16.897Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"85234392-ecfc-471f-8c31-a1e378f24431","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":"3826d299-1358-4f11-a5a3-5de2078073d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f8120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1715\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1715, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1d60), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"85234392-ecfc-471f-8c31-a1e378f24431","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":"9440fba5-9f32-4ac1-b7b4-81ca646320b0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.955Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f8000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2278\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2278, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e5220), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.958Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:16.962Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"ebfb79ea-10cd-45a3-8d93-d9bbca6736d9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f8360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2426\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e64c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2426, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e57c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.976Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"a1a1a822-8c12-42fb-862a-3a5caeef65e3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.979Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f85a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5045\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5045, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de370), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.983Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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-06-24T07:46:16.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"9ac8f9da-aa68-431d-9941-c738c626a68d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.991Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f9050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4406\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4406, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de6e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:16.997Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:17.002Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"75c6bd0d-c795-4b5f-99e6-8ce5685c1640","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.002Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f9680), 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)(0xc00194a840), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013de9b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.003Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016f9710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5045\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5045, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013dea00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.007Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"f321f5b4-a202-4021-ac71-922f3552477c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.015Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4382\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4382, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df090), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.018Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"b26f4ff5-d903-4974-b6df-08e21a451165","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2c60), 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)(0xc00194bb80), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df360), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.027Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12240), 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)(0xc000399440), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df590), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.029Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12bd0), 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)(0xc0002ecb80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df860), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13560), 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)(0xc0002ed4c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013dfa90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.033Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13b00), 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)(0xc0002edf40), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013dfcc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f4090), 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)(0xc000332a40), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f09b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.038Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:17.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"3254e13a-8de6-43bb-8510-b0c09efa42fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.042Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037f680), 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)(0xc0012fa3c0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f0d70), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.043Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"d20b821d-7a41-4c85-9661-bde5ee73c310","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.061Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b0990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f10e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.066Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:17.068Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"5273d07a-33d6-453d-ab1b-4c525a8e0d22","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.108Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770ab0), 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)(0xc0012fb000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f14f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.111Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771560), 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)(0xc0012fb600), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f1810), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.118Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e3f0), 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)(0xc0012fbcc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f1ea0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.123Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ebd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6728\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6728, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f62d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.123Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ec60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5416\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e63c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5416, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6320), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.125Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:17.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"9c3d8432-a48a-4acd-a7ec-42d0d751cda9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.127Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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-06-24T07:46:17.127Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"f0e98e54-6b62-4278-a1c2-7d4a4a527323","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.129Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4034\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4034, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6c30), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.130Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:17.132Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"23354599-91db-4e02-985d-9e93333820b1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.133Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ea20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5416\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5416, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f6ff0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.134Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"942a5df5-b0dd-4927-914b-ce41d30fe0c0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.141Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4010\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4010, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f74f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.144Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"082bc349-ea20-41ee-93e3-ea2003e0e599","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.164Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6728\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6728, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000561590), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.168Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"914c2e05-2c62-4866-95dc-8b14e02fdf2a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ba70), 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)(0xc000ba5840), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561a90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6284\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6284, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004280a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.180Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:17.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"7c2e0c2d-b05f-4dac-99ad-7dd8f0ef2c76","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6284\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c651c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6284, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051ad70), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"76f833b9-ef6c-497b-8304-c6d98a4715db","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.252Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047a70), 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)(0xc000c65740), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b040), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.407Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6240), 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)(0xc000c65e80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b2c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd66c0), 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)(0xc000cc6580), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051b450), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.481Z","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/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/taskRunTemplate\",\"value\":{}},{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:17.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"477246dd-7136-43da-a333-611d4ab43136","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6781\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc6600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6781, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051b4a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.482Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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-06-24T07:46:17.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"1472b3ea-088d-4bd6-91db-ac4606ba7f06","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7710), 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)(0xc000cc7140), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00020aa50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"f7d8d395-9314-47af-9f79-8ae0599a9d4c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5321\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a89c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5321, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f9540), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.548Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:17.548Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"4bc836f9-37ef-47e3-8d34-222abedd48be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8361\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8361, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f97c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.588Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:17.589Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"fb0d3156-a9d2-4a39-9051-86c0cf9f0031","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","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{\"8361\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8361, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f80a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.602Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"7ad7c65c-06e4-4740-8364-9e9796201c2f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.808Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b74d0), 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)(0xc000d3e400), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f9090), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7830), 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)(0xc000d3ea00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f91d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.847Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","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{\"2256\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2256, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f9680), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.848Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:17.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"e4b40d91-bf00-46ce-adc6-5a51131a4335","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2404\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2404, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f9ae0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"d50fa6cc-94cc-47c2-9aea-82fa44bde26a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f42d0), 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)(0xc000d1ea40), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013f3b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.887Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:17.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"9967c6e1-f0cf-4524-b687-78717b726d70","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.895Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4990), 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)(0xc000d1f380), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013f770), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"df86acf4-fbe8-43a3-aba1-200900295660","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4fc0), 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)(0xc0001bda40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dc870), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.908Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5320), 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)(0xc00009cec0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dcaa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.909Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00009d640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dcc30), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.910Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:17.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"ec09db62-0620-443c-8484-7f7b1888de71","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.914Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3259\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3259, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dce10), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.918Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"f4d276b6-e88a-4969-8ff8-b367e86cc1df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6899\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143a6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6899, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039b720), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.925Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:17.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"a426316b-ba99-4c3e-823f-0a9a761aa6d4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109ca20), 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)(0xc00143ac00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039b9a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109ce10), 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)(0xc00143b780), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039bc20), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.937Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:17.937Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"7d76ff99-2e0c-4d9b-98eb-294f9506c8c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.963Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3989\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143a540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3989, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039a050), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.967Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:17.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"ae9f21f7-6e56-4ba3-8f34-70eb0d213d75","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.974Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6899\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143aac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6899, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039a960), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.975Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:17.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"3b7c90c7-868b-4852-a66d-0b60587b4d30","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.976Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109cbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3965\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143b000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3965, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039acd0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.980Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"28192f8b-9030-4704-85a3-aa8667b0ecf1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.985Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5299\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5299, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e4ff0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.986Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:17.986Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"6efb4c9a-b5af-43d4-b973-d102ea05ab3c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.986Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109dcb0), 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)(0xc0012e7480), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002e5130), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.990Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003df9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5299\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5299, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e52c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.996Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"20ad085e-07af-4ecf-aea6-18957d88c56f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:17.999Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c27e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5294\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5294, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013def00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.001Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:18.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"ef0edf06-4ddd-4d33-9553-8abf17943c20","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6899\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6899, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df130), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.005Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"449efa3c-49ff-4cb4-8fca-4ebdb0c843dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.015Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d123f0), 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)(0xc0002ec780), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013dfc70), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.017Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12ab0), 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)(0xc0002ece00), 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.5:7482\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001e1d40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013dfe00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6981\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002edb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6981, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f0a00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.038Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:18.038Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"fa0d69c5-393f-487f-87a7-d1834971424a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.041Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6981\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000032940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6981, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f0b90), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"789ce1ae-b732-438e-8d64-0880aaea91f0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.090Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f46c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5410\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5410, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6e60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.094Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:18.094Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"f8b675e9-b0d3-4b61-9b56-d32f54a6a626","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.099Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f5320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5410\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5410, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f72c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.101Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"99fdc8b7-8f94-4b56-9e6e-ff238e304489","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.110Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037f9e0), 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)(0xc0007e6900), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.135Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b01b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7034\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7034, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000561900), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.137Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:18.137Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"a18171af-4a25-4dc8-829b-26d2b0ccd03a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.191Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b14d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6876\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6876, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051a5a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.193Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:18.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"d310a1ad-1b5d-4cc6-82b0-b1591927596b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6876\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba4240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6876, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051a870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.343Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:18.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"fea634d4-0942-4836-be9d-e5233d211afa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007713b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6876\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba4780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6876, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051ab40), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"1c70f7e0-0358-41fd-8476-3a351d55ddfc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771c20), 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)(0xc000ba5b00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020af50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.633Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7778\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7778, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020b0e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.636Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:18.638Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"ca957f0e-da83-471e-97bf-d13fbb85d748","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143eb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7778\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7778, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00020b4f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"de3d120e-03e0-444b-80ae-533fdcf7663e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:18.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f290), 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)(0xc000c65700), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f8b40), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.155Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc6640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f9c70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.158Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:19.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"3517a697-2dd0-4934-b273-b073e9448cc0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.164Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc6e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f82d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.165Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"29caa988-5cea-46f7-94d8-350cfd8066cf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6eb40), 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)(0xc000cc73c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f8640), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7843\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7843, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f9770), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.633Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:19.633Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"36f97c84-a33b-4dfc-a69a-8cd94490c9c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.636Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7843\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7843, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f9c70), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"a058f13d-8c2e-4c67-ba23-bbdeb598af8d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013eff0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.657Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:19.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"eef54e98-b752-4405-995c-fed1f417b3f9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a000), 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)(0xc0018a80c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013e140), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013e2d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"7d8cf58b-0ecd-4a49-9780-47f12cd31d8e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:19.673Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bd40), 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)(0xc0018a8f00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013e820), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.652Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143be00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039b720), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.654Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:20.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"4e348387-0dfc-49a8-a6c0-0fad29ea291f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109ce10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039bb80), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"a354aa65-f032-43b6-b926-e7304e607e97","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:20.663Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d7a0), 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)(0xc0012e6bc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002e41e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037f830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194adc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de910), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.131Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:21.132Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"268d2419-4617-48f6-9c78-5c43653d96a4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.136Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b0750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013dec30), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.137Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"ad239f70-283f-4e90-ad0d-d6956a97f934","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770870), 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)(0xc00194bb80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013def00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8192\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002ecd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8192, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013dfae0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.674Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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-06-24T07:46:21.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"0e067810-d5c5-4292-b456-d88c2781c3b7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.678Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0007719e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8192\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002edb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8192, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013dfdb0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.680Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk-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":"df252b95-9482-4265-a1e7-84f2f509ff06","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.689Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e3f0), 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)(0xc0012fa940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6460), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.712Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ecf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6648\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6648, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6730), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.714Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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-06-24T07:46:21.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"0468ad6c-8075-4c96-9304-e35fa472f6e8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6648\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6648, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f6af0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vchl2","knative.dev/name":"pipeline-optional-ws-run-94bxk","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":"4171a396-d28a-403d-8b62-ba6db8ffc954","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:21.728Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e000), 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)(0xc0012fbd40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6eb0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e870), 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)(0xc0007e65c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f7400), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6eb40), 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)(0xc0007e6c40), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f7540), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.104Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:22.104Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"6550babc-8d24-47db-96f1-658fbc288f28","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ed80), 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)(0xc0007e7240), 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.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f77c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.108Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"14b720d4-348c-4c19-bdf0-831055972075","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.111Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6efc0), 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)(0xc000ba4400), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561cc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.120Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f3b0), 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)(0xc000ba4ac0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004280a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fe60), 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)(0xc000ba5380), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004291d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.505Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7059\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7059, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051ad20), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.506Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:22.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"20e9e850-58ff-492f-81b3-5b3036ee60a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7059\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7059, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051afa0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"80094eb1-0f6e-435f-b441-3025c1129ba9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047560), 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)(0xc000c65980), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020b810), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020b9a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.667Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:22.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"a0a56715-4f9d-4d8c-87a8-5a18a6557c11","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc67c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f80a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"e3ba30b7-9fac-4ed9-bdee-f221dd127de4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:22.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7290), 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)(0xc000cc6dc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f85f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.145Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f97c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.147Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:23.147Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"f3f1cd94-fec1-4202-97ba-482dcfd5478d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.151Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f80a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.152Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"9663222e-89d4-4df8-a609-cd22fef0d2b8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b74d0), 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)(0xc000d3e980), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f8370), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.377Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7cb0), 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)(0xc000d3f740), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f9540), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.378Z","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\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:23.378Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"efc5d73d-2007-453e-989a-95a6b9f5acfc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.379Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7ef0), 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)(0xc000d3fd00), 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.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f96d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.380Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"305b14b8-d23e-4398-94ae-9902a8a3b2e1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.382Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f42d0), 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)(0xc000d1e200), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f9b30), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f47e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3115\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1ee00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3115, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dc000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.407Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","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-06-24T07:46:23.407Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","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":"025fe143-fd6f-4b3d-9b4c-c42a3e5f3d8e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3091\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1f3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3091, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dc370), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.420Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","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":"2a95014d-0393-483b-9dba-58c855d4517c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.425Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5680), 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)(0xc000d1f940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dc640), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4899\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1ff00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4899, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dc870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.432Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:23.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c71e179e-8d5c-447e-bef3-d52462636538","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.454Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e4510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5238\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00009ce80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5238, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dcaf0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.455Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:23.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4b764c61-61a4-45a0-bced-5696c9f3b107","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e4ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5238\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00009d700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5238, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dce60), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d4667fdc-1901-48f2-ad3e-d33327fc3610","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.463Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e5830), 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)(0xc0004c8400), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd130), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001548000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7310\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7310, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dd360), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.474Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:23.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d0421849-5b83-48c5-b1dd-0b3282ca855d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001548bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7310\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c9680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7310, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dd6d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"48a91f61-805a-4798-ae2e-9a6a6cfbec36","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:23.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015497a0), 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)(0xc0004c9f00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd9a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001549ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000141cc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.513Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:24.513Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"96d08cd9-9844-41b3-bbd6-59a5858fe9f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015ac6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bdd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0000), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"cf66fce0-ded1-4f26-905a-00ccfc1188a5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.520Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015ace10), 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)(0xc000c0e9c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0aa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.662Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015ad320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7619\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0f040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7619, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0c30), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.664Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:24.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8922d4cb-ef99-43e4-8807-21a57879e471","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.666Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015adef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7619\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0f840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7619, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0ff0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"81b18ebe-0e15-4578-a401-4a5b26a8ea37","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:24.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001688b40), 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)(0xc000c0fe80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1220), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001689290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7128\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7128, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.524Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:25.524Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"b9183ac6-6107-4a3f-a595-c452843ae4ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001689a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7128\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7128, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432af0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"0d50d100-3d56-4262-8bec-73a056d77d4e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017742d0), 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)(0xc000c6adc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001433b30), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.666Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001774870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7625\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6b380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7625, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001433cc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.668Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:25.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"53ea9fc5-04ce-464a-bfab-c031c6cb2c01","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001775440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7625\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6bb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7625, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018cc050), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fc844c73-1625-422f-92dd-2755513dfa05","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:25.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018fe090), 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)(0xc001144240), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018cc280), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019a2510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7074\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001330c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7074, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0019aa550), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.532Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:26.532Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"e50c765f-a2f9-4711-b5d0-3b9373a7e9b9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.535Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019a2c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7074\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013311c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7074, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0019aa7d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"5cff32b4-e262-4b6c-a6b4-56bf028fd7c9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019a33b0), 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)(0xc001331e80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0019ab270), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019a38c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7481\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7481, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0019ab400), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.550Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"46a9abcf-422d-4fdf-809d-e9ddabc98d8a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a5e2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7481\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7481, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0019ab680), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.558Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"8ead647b-5600-47b0-91c9-b143a93f3b3c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.566Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a5e000), 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)(0xc001394000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001aea780), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a5e750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2256\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2256, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001aea910), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.570Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"9a544b36-2d5f-4fc8-9195-d71a43062709","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a5e900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2404\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2404, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001aeaaf0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"cc396660-2e10-4e35-bbca-cefccf98f97b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a5eb40), 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)(0xc0018a8ac0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001aebae0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a5eea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7217\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7217, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001aebc70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.586Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"beffdb44-7d2d-4398-9ea3-a37254ab3e5f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.589Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001a5f7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7217\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7217, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001aebdb0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.592Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"182ed636-992e-4a94-a84d-65dac995d6d3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a1b0), 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)(0xc00143b9c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039a910), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.603Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098aa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7400\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e61c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7400, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039aa50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.605Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.605Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"acde2a05-44cb-4d19-91ac-b5a55425fb86","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3986\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e67c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3986, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039ac80), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.610Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.610Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"8d85b16e-edfd-4d54-9015-d6360693e8ee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3962\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3962, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039b090), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"6e2c36d6-cfe9-4f70-9b9a-0a007c5ae6af","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.635Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bdd0), 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)(0xc0012e7e40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002e50e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7400\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7400, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e5270), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.644Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"30aaff06-95ca-44b6-bef0-db1e6deb0c14","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109cbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194aa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e56d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.645Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.646Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"c2cf05a2-8b10-45b1-9fae-1ca1c22cc79d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7400\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194afc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7400, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e59f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.650Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"1b7fdff6-08c4-4322-834e-daac45de62dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002ecb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013df2c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.670Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.670Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"c33858d1-4375-4405-b433-bca320d9a953","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003dfc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002ed380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.678Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"3d1958ae-1683-4db0-b0b8-5891114dddc0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.688Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2750), 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)(0xc0012fa900), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f61e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6857\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faf00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6857, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6370), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.699Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:26.699Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"9ace69b0-7926-48ba-b4dc-716d7141643e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.703Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d122d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6857\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6857, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f6730), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.706Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"64892e4a-75d9-45f8-8eab-a205d38bf8e4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.711Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7807\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7807, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000560050), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.713Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:26.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8924decb-ee16-4c81-aae0-1de2c2b43816","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13a70), 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)(0xc0007e6f00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561040), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f4090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7807\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e74c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7807, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000561220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1046cc9f-af7c-47d9-b5e9-bb84a15fd011","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037f7a0), 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)(0xc0007e7b40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561590), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.819Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b03f0), 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)(0xc000ba42c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561900), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b13b0), 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)(0xc000ba49c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561a90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:26.997Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770a20), 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)(0xc000ba5280), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000428050), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ed80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7040\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7040, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051afa0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.541Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:27.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"14cfbb8f-aefc-4dbe-b11c-0c397cdd6835","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7040\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7040, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051b220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"966a0178-3cfe-4f68-a6af-2fe7f7479927","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:27.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143fc20), 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)(0xc000cc6740), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020ba90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7109\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7109, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f8140), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.565Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:28.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"b8df2f87-65d1-41d5-b636-ca55b6965c04","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.568Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7109\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7109, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f8460), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"750e0dd2-3c4e-4eb1-aa21-ff73dfa13924","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f170), 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)(0xc000d3f340), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f9cc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f8c0), 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)(0xc000d1e200), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dcc30), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.786Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:28.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"19571837-a150-4a56-b466-7e72c55e6c7f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.790Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010467e0), 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)(0xc000d1f080), 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.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dcfa0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"71214c4c-b11d-4a81-b6c5-22377c846e2c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010479e0), 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)(0xc000d1f700), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd270), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8373\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1fdc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8373, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dd540), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.808Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:28.808Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f00d285d-7ca5-4698-ae37-ab5f4f12e6bb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.811Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd73b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8373\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00009cec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8373, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dd8b0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:28.812Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a4c73042-e66c-43d2-8be1-ef6edb24677c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7462\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c86c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7462, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000140eb0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.544Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:29.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"882d9a61-6693-4493-9fe7-597db08bcc84","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7462\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7462, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001412c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-x2cpb","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":"72e34fcc-76f4-4928-a9cf-7a593ba9982c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6000), 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)(0xc0014bc240), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c05f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7446\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bc800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7446, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0780), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.566Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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-06-24T07:46:29.566Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"8f5dec64-5257-43da-89a4-209b80e1c79b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.567Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7139\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7139, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c08c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.568Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:29.568Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"f893593e-69b1-4c09-8e53-ac9daed5bd2c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7446\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7446, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10938\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0015d6a80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0b40), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-x2cpb","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":"529c1919-17eb-46bb-bda4-bce6f370caee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7139\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7139, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013e730), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"e8db305c-9a7b-4c0b-88c6-55dc3cf8d6a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c6c0), 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)(0xc001395a00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013f630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109cd80), 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)(0xc0018a80c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013f770), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7217\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7217, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013fcc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.583Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:29.583Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"cda5dea6-dca3-4f3b-9f36-4562acaa3faa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109db90), 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)(0xc0018a8d00), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039a140), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.684Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/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-06-24T07:46:29.684Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ed8866d5-ce15-4c1c-95ba-9013a908695f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.686Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2cf0), 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)(0xc0018a94c0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039aa50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.687Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-6v28d","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"10707c41-0d4d-4f85-b67d-4d29c352bbb2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:29.690Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12d80), 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)(0xc00143a880), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039bb80), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.292Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13950), 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)(0xc00143be40), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e57c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.293Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:30.293Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"d130d700-eb8a-46a5-8dec-785e34abf15c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13b00), 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)(0xc0012e6380), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e59a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"39348033-6412-4449-a059-2f4ba80890e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13dd0), 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)(0xc0012e6800), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002e5b80), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f4360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3039\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3039, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e5e00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.318Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","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-06-24T07:46:30.318Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","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":"3ecd4deb-6a69-45c9-bfc3-2436ac5225b3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f4fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3015\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3015, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013de230), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","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":"31c3b0c5-4a37-4d99-baf8-3d4f02616426","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.325Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037f830), 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)(0xc0012e78c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013de4b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.346Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037fd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4817\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4817, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de6e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.348Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:30.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8a2bf8ee-fe77-422a-97f6-225adbbaa696","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.368Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b0e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de960), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.369Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:30.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5915f7b1-3afe-4e2e-917f-143df1855bb8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.371Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194ac40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013decd0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.371Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3ee8bfc7-c818-454e-a83e-e41272f1ea87","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771320), 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)(0xc00194b200), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013def50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.382Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7222\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7222, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013df1d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.383Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:30.383Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6c9b1e0d-1334-40f1-a051-8ed390415000","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.387Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7222\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000399440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7222, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.387Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"aec53c8b-202c-47eb-81df-7d26c2dbc912","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.391Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f320), 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)(0xc0002ecb40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df7c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7494\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002ed540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7494, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013df9f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.560Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:30.560Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"a669d5fa-608a-42e5-896f-d4af1e925fe4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7494\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002edf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7494, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013dfc70), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-2c82b","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":"d03c6d1d-7677-4b46-9af8-a164374b883d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.567Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ed80), 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)(0xc0012fa380), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f13b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f5f0), 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)(0xc0012fa940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f15e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fd40), 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)(0xc0012faf80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f1810), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046510), 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)(0xc0012fb580), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f1e00), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046c60), 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)(0xc0012fbbc0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6230), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.580Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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-06-24T07:46:30.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"756663ae-76a7-4c9d-ad53-340c9261c243","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047b00), 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)(0xc0007e62c0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f6690), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-2c82b","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":"d79d001f-6c38-472c-81a3-460d50574db9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:30.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6990), 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)(0xc0007e68c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6aa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:31.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001431170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7531\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7531, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051a640), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:31.587Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:31.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6e250670-ac55-43af-a7fe-96b3211dec44","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:31.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001431c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7531\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7531, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051aa50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:31.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8d34ea32-aed4-4c04-9407-aac079735247","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:31.594Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00148c750), 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)(0xc000c64380), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051acd0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:32.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00148d050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7537\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7537, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020bc70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:32.581Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:32.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7e58dd7b-54e0-4797-a8aa-67e898045a4c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:32.583Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00148db00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7537\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc6380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7537, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f8320), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:32.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ce676734-5964-48b1-b2d3-55bc55c76186","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:32.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001502630), 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)(0xc000cc6a40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f8820), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:33.586Z","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{\"7719\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7719, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f8a50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:33.587Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:33.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ba822856-b75f-4861-93fe-8574f160ae3b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:33.589Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015038c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7719\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7719, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f9040), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:33.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ac990dae-244b-4bae-95d3-c16eb2256c25","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:33.593Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001572510), 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)(0xc000d3ef00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f9540), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:33.598Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001572cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7887\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7887, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f9770), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:33.600Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:33.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"72f8b35d-a119-4d77-b08c-33d594a4e20e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015739e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1f4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dd680), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.582Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/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-06-24T07:46:34.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e692d481-d4f0-40ff-a07a-f3bd95b8ff41","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015da900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1fcc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dda90), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-b5qs6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"411ba10e-cf13-4199-b97a-aa247200ee61","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.588Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015db7a0), 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)(0xc00009cb00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140500), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164a1b0), 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)(0xc00009d340), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140910), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164a870), 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)(0xc0004c8000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140aa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:34.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164af30), 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)(0xc000c0ea00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432820), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.168Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164b5f0), 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)(0xc000c0f0c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432960), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.168Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:35.168Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"c9703e03-3ab9-48e2-81af-2faeab4d72a3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.170Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164b7a0), 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)(0xc000c0f580), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432b40), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.170Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"0b632c69-a2a8-4cb2-82a1-2da3042fdaef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164ba70), 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)(0xc000c0fa00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432d20), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.189Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164be60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3039\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001052980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3039, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001433860), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.190Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","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-06-24T07:46:35.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","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":"3d6bcea2-23c3-4fea-adea-cf6cc52b29d6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00169c480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3015\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001052f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3015, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001433bd0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","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":"a4cb2359-7da5-44aa-8f0f-b04fc5f05cc0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00169ca20), 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)(0xc001053440), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001433e50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00169cea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4817\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4817, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001742140), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.201Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:35.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3dfd82ef-5a0d-4127-9588-d271d1ff19ce","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.221Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00169d680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6a100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017423c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.222Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:35.222Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d1cb4f6d-9fba-4446-86d6-0881a96767b9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00169def0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6a7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001742730), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bd1ec6b8-e500-4b91-947c-9d2b48e69847","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.227Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017947e0), 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)(0xc000c6adc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017429b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001794ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7222\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6b480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7222, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001742be0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.235Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:35.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4f5c4433-a2fd-41a1-acbb-eb43d8e854b7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001795950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7222\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6bc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7222, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001742f50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7878f9bf-c6f6-4776-832b-1440fb5d82df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:35.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017fa480), 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)(0xc001144340), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017431d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001842870), 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)(0xc0013bca80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001823d10), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.259Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001842b40), 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)(0xc0013bd080), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001823e50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.293Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001843200), 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)(0xc0013bd680), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018740a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018439e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4450\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013bdc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4450, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018742d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-2c82b","knative.dev/name":"cluster-4e00ce7669ef0c7f68217fb810560711","knative.dev/operation":"DELETE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:kube-system:generic-garbage-collector","admissionreview/uid":"d4279fb5-fba5-460d-9c7a-0ef89a512996","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898090), 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)(0xc0013fa200), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018744b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018986c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7531\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fafc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7531, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001874ff0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.716Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:36.716Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f1931b9a-c88d-45a1-af37-97cfe4293258","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001899170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7531\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fb800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7531, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001875360), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.720Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f36f2be1-204b-4fa6-9eb5-9a804b550b82","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:36.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001899c20), 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)(0xc0013fbe40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018755e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:37.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019aa000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7537\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001946d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7537, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0019291d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:37.715Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:37.715Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bcccadd7-c50a-47f6-ac0b-7e4f77bec121","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:37.720Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019aaab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7537\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001947540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7537, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001929540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:37.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8ab2e890-030a-4fcc-a928-a349309cc015","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:37.726Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019ab560), 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)(0xc001947b80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0019297c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:38.731Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019aa090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7719\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001ab11c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7719, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001929a90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:38.733Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:38.733Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ac5e0af1-c52c-4a3f-a4cf-77a863fd8960","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:38.737Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0019abdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7719\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001ab19c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7719, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001929e00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:38.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"921d9f4f-b4de-460c-8d75-623c0538ee65","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:38.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6b40), 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)(0xc0014bc080), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0140), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:38.754Z","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{\"7887\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bc740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7887, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0370), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:38.755Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:38.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"39d3ccfd-f8a0-43f1-bcbb-f0447339acf9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:39.726Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1a90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:39.727Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/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-06-24T07:46:39.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a24ceb74-28ac-4af0-a812-2b7b9f49792e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:39.729Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1e00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:39.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-tzqbb","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b0af0ace-0feb-427f-8b65-9912f9502cfb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:39.733Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c480), 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)(0xc001394f40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013e1e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13e60), 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)(0xc00143a840), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e52c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.523Z","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/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:41.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"671a9f1d-362b-433b-8d10-18259973e901","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.524Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f41b0), 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)(0xc00143ad00), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e5810), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.525Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c45291c7-8ada-4cae-894f-76a1b04d1194","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f47e0), 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)(0xc00143b300), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002e59f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.542Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f5200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3115\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143bec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3115, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e5c20), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.543Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","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-06-24T07:46:41.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","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":"3605fea0-4b71-4fbb-adb1-e156d743c8dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037fa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3091\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e64c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3091, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013de000), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","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":"f7ab9b46-c20b-4d3d-98cc-5268afabafce","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b0630), 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)(0xc0012e6a00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013de230), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b1290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4899\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4899, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de460), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.553Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:41.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cac5c801-2034-4b87-9c1d-617f258c1518","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000770c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5238\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5238, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de640), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.573Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:41.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77e9610b-c2b4-4e53-bbbb-f7760253f09c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5238\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e7d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5238, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013de910), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"257f0358-74b8-44e2-8cf3-879437b731c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e1b0), 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)(0xc00194a380), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013deb40), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143eb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7310\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194aa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7310, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013ded70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.589Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:41.589Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9c7dcf81-4c9a-4650-8648-d168206c8876","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7310\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7310, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df090), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.592Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b17a90ac-60f5-461c-9440-f2a352ed0a48","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:41.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e360), 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)(0xc00194b900), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df2c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:42.610Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ecf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7619\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0002eda80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7619, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f16d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:42.612Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:42.612Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"95c7867a-b21c-4a94-b04e-28dedd86c6e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:42.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7619\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000032cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7619, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f1d60), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:42.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"988f0054-2c7e-4f03-872e-b385ce107081","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:42.618Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010466c0), 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)(0xc0012fa180), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6190), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:43.611Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7625\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7625, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005600f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:43.612Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:43.612Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e288f1ac-2932-439e-b139-d82fc15ad80b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:43.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7625\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7625, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000561090), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:43.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"03c6f0e1-a629-4057-9d4b-a58e3a5e49a0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:43.618Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6ab0), 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)(0xc0007e6700), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561450), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:44.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7807\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7807, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051ad20), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:44.627Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:44.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9ce9bf11-31cf-4b73-a49f-52f89adb58e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:44.629Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7807\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba45c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7807, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051aff0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:44.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cd7936a1-7303-4af0-84cb-a56065792f0b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:44.632Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4f30), 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)(0xc000ba4d00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b220), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:44.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f57a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7975\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7975, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051b450), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:44.639Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:44.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fc9ca6a6-cd99-45e4-a835-8f30c63c3e47","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:45.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001842630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8451\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8451, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f8870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:45.630Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/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-06-24T07:46:45.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2472d44d-bf57-4324-9750-c9bac2e82b77","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:45.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018435f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8451\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8451, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f8dc0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:45.635Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-zf6qt","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0628a476-4c63-42e8-9983-e5172c903fa8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:45.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898750), 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)(0xc000c65bc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f9090), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:46.356Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001324fc0), 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)(0xc000d3e740), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dc820), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:46.356Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:46.356Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"39400b61-68dd-43bb-8296-b45e0b2fb020","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:46.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013250e0), 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)(0xc000d3ec80), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dca00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:46.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"c3c2e55b-4afb-465d-8fa5-8da5ffe4c93f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:46.360Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001325290), 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)(0xc000d3f740), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd4a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.620Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b7200), 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)(0xc00009c9c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000141db0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.621Z","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\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:47.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"024c0c4f-8d1b-4afa-8f2e-fba248f57947","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b7320), 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)(0xc00009d140), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000141ef0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"adeda755-6edc-467d-ba91-5a43333982de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b7560), 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)(0xc00009d800), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432190), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b78c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014322d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.649Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","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-06-24T07:46:47.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","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":"71702310-9b2d-458c-a465-9a9176a323bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013b7d40), 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)(0xc0004c8f00), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432550), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","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":"116dd3cd-a321-4917-892a-7f25bc807534","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001438240), 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)(0xc0004c95c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014326e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001438630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4711\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c9e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4711, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.659Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/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-06-24T07:46:47.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"659b5652-ebfb-4135-8d21-76e2118bf37b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.687Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001438c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001433310), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.689Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/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-06-24T07:46:47.689Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"474877d0-d8a6-49c5-899a-55a26ef85e2e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.692Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001439320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0f600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001433540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.693Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"489fea6a-4e84-4e38-ba50-c94a6b895f11","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:47.696Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014399e0), 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)(0xc000c0fcc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014336d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:51.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001513dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6595\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001330fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6595, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001522960), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:51.677Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/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-06-24T07:46:51.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fc518b67-a689-493d-ab01-2b788dfcb517","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:51.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00153a6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6595\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001331880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6595, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001522b90), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:51.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9708c876-77de-4cc8-aefd-5ef27c664494","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:51.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00153af30), 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)(0xc0013bc000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001522d20), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:52.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00153b710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6803\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013bd700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6803, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001586410), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:52.654Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/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-06-24T07:46:52.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7b5098a1-850a-450f-a2c6-c40e8750f5a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:52.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c2000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6803\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013bdf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6803, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001586640), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:52.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77045bf2-636c-4da3-9677-f0b00e16fbaf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:52.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c2870), 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)(0xc0013fa700), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015867d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c3320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6788\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001144100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6788, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001587d60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.660Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/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-06-24T07:46:53.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"784561ac-5f15-4490-a93a-fa90b27825e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.662Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c3b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6788\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001144940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6788, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00162a050), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.663Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"74f3386e-549e-4448-8bae-b7cd76ee42c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:53.666Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00163c480), 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)(0xc001145080), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00162a1e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00163ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0019466c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00162b630), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.194Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:54.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"f0dcd9d3-d415-4eda-8e03-e25bd9fec9e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00163d7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00169a000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00162b950), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.197Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"0c7ddb99-027e-4297-a76e-7250b829ae3b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00174a5a0), 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)(0xc00169a5c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00162bc20), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00174ae10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00169ac00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00162be50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.210Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:54.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"96c57e74-a113-4a1e-83b2-895cab558077","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00174bc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00169b380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001782230), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.214Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"1833e9a1-3881-49f2-9f83-83d4eccb0e0b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017c0ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6853\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00169b940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6853, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001782500), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.669Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/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-06-24T07:46:54.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"20f4613b-01c8-4e1a-99ad-0b12f212f129","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.673Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017c13b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6853\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001832200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6853, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001782730), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f5630549-1e57-4b19-9d4c-f05aeff59c5b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017c1cb0), 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)(0xc001832900), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017828c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.765Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186e360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001833740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001782e60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.767Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:54.767Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"681d7247-e018-44df-961e-f1106ea9ef3b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186f0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9548\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001833ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9548, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001783180), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.770Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"e2988840-c52d-4df1-b9ae-3a763398ef63","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00186fe60), 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)(0xc0014bc500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001783450), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.779Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bcb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001783680), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.780Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:54.780Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"181a9bef-2a8e-4eb1-8883-5a50fb9a4930","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.782Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b77a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017839a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:54.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"fa6034c6-66d5-45b5-819f-1eb518f5f335","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10223\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013942c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10223, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0690), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.194Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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-06-24T07:46:55.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"c50d40bd-105d-47d9-9ae1-ce4980f1c4fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ba70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10223\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10223, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c09b0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.197Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk-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":"a4924182-f47a-43dd-9188-65d53a51908e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109cb40), 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)(0xc001395000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0c80), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6827\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001395640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6827, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0fa0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.208Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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-06-24T07:46:55.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"64d2aa29-500c-4025-89b8-b6294787e91d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000265ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6827\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001395d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6827, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1360), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-rj2qk","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":"698878db-a0c6-4d3f-90c2-18378c2d4fad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.214Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d121b0), 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)(0xc0018a84c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1720), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.771Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10223\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143ac80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10223, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013f8b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.773Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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-06-24T07:46:55.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"0f3c16b4-8a7a-4a69-8d12-ddca0b55ce24","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.775Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10223\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143b9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10223, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039a2d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.775Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q-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":"be9ed6b0-98bc-4f11-add6-fee172db685c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.779Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f7a0), 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)(0xc0012e61c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039aaa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6827\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6827, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039adc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.786Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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-06-24T07:46:55.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"11159509-e8a1-40db-944c-a98848777f27","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.787Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6827\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012e6f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6827, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039b3b0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.788Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-gsgcc","knative.dev/name":"output-pipeline-run-4zr4q","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":"5f732acc-817d-4e0c-b967-ede02ba90e46","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:55.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046240), 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)(0xc0012e7500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039b8b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:56.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7202\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7202, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002e5310), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:56.666Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/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-06-24T07:46:56.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ff53936e-ab26-4d1f-a1fc-bec9eceac060","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:56.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7202\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194ab80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7202, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002e5900), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:56.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-with-workspace-run-v7k78","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b2908ca0-ee55-47ee-b1f2-c38213aef22c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:56.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd65a0), 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)(0xc00194b280), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002e5a90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.003Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4c60), 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)(0xc0012fa140), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f0b90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.004Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:46:58.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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":"d6c92549-3bb2-491f-b0da-6e6afe178b96","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.005Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4f30), 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)(0xc0012fa600), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f0dc0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"0b4ca663-be53-4fbb-a78e-f6735d9b53c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.010Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5290), 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)(0xc0012faa80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f1090), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2444\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2444, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f1360), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.024Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:46:58.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"6229e927-4e47-47bb-9f34-29c096d9a247","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.026Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f59e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2592\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2592, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f1630), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.026Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"59b8c406-8eba-4954-b196-958bb242c26e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.028Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5d40), 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)(0xc0012fba40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f1860), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001842240), 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)(0xc0007e60c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f1e50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.033Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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-06-24T07:46:58.033Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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":"38ff97e5-1049-43d4-be33-9fa08778da8e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001842900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3141\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e66c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3141, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f6370), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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":"a2a51775-ba60-4dd1-94ac-91a303e5b683","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.038Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001843050), 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)(0xc0007e6c00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f67d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.045Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001843560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4930\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4930, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6b40), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.046Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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-06-24T07:46:58.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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":"dac95fec-5dc6-4b44-ba5d-b8fa6adc469b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4406\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4406, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6ff0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.053Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:46:58.053Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"f52e4306-592f-4dac-a08d-c647107bb7b9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.054Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4382\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4382, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f74f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.055Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"9b7d3000-1781-4952-947e-5f770bea47d2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.059Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898d80), 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)(0xc000ba4340), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f7900), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.066Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001899200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba4900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f7db0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.067Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:46:58.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"96559c8e-e35f-4a21-9aca-023f715c993c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.070Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018999e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5185\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba51c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5185, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000560af0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.071Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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-06-24T07:46:58.071Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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":"b6991f40-5d77-4173-be1a-9cbae52e6743","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c2510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5185\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5185, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000561270), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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":"d58a7acb-e22d-4868-954b-5e62db3a11ff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.077Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c3050), 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)(0xc000ba5e00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005617c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.086Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c39e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6284\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c644c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6284, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000561cc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.087Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:46:58.087Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"94951ab8-dd8a-4b6a-838a-489172c282f5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.089Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017c0240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6284\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6284, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000429040), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.090Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"65ba0ef6-1ee5-4a55-9ca4-9d4eadd63b70","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.092Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017c0a20), 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)(0xc000c65140), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004296d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.099Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017c10e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8361\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c657c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8361, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000429e50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.100Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:46:58.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"63b09407-8683-48d2-89c3-d8c08a741842","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014406c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8361\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8361, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051a870), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"948ee2ac-22a7-4f7d-a49e-c996d5e91183","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001441050), 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)(0xc000cc6600), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051ab90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001441680), 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)(0xc000cc7400), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051b8b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.269Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:46:58.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"a968e66e-d00c-4dd6-bd12-a808d571b12a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.271Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014418c0), 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)(0xc000cc78c0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00020a9b0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.272Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"03594f4d-0800-48e0-a0fb-c557d335b1ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.276Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001441c20), 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)(0xc000cc7d40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020ae60), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e0120), 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)(0xc000d3e380), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020b040), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.299Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","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-06-24T07:46:58.300Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","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":"3baeb81c-1fea-4895-bcae-84da0cf62b59","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.303Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e07e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3291\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3291, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00020b4a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.303Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","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":"cbddf20a-b4ec-4959-8c4c-083283528087","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e0ea0), 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)(0xc000d3ee40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020b9a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.313Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e13b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5099\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5099, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00020bc70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.314Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:46:58.314Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"76efd04b-6482-4adf-a1b7-0f3d39e8b292","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014e1cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5438\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3fb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5438, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f8190), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.334Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:46:58.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"88f96f94-1ec2-4de9-bad0-2d2b0ce5c391","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.336Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00154c6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5438\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1e2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5438, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f86e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b700181a-91e5-439a-986d-e09570137675","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.340Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00154d050), 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)(0xc000d1eec0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f8b90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.352Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00154d7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7510\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1f600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7510, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f8dc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.353Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:46:58.353Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0c60bf84-25c8-468d-96ab-8e7cadde4eb6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00159a3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7510\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1fe00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7510, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f9130), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.375Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:46:58.375Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8ce35c7f-0f5d-45fa-8ff6-c2a6c6c4ab25","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.378Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00159afc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7510\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00009ce80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7510, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f9720), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.378Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ef80f862-d211-45bd-ab5b-c36c0aae3307","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:58.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00159bb90), 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)(0xc00009d640), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f9bd0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0e140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dcaa0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.800Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:46:59.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"2f218ad3-3e95-49c5-94bd-87d8b1500226","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0e8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dce60), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"37753016-0920-4894-a060-fe8cb0d03a4e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:46:59.809Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164d680), 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)(0xc000c0ef40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd1d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164dcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7819\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0fd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7819, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000140870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.215Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:47:00.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"227204b3-1f4a-4c2f-ac48-b9e38f55f1de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.218Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001796900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7819\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001052700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7819, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000140be0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.218Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eb436436-cb04-4af1-be67-82414031d0b5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017974d0), 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)(0xc001052d80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140e10), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.797Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001897a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6b080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432be0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.798Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:47:00.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"fbc3f9ef-34d2-4c46-b8b1-9b736dd1c87c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018be480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8780\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6b800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8780, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432f00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"81d730f0-6e1c-4f17-935b-886ce43f189f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:00.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018bee10), 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)(0xc000c6bdc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014331d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.222Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018bf440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7825\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001330c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7825, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001433d60), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.225Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:47:01.225Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3db20fe8-9d07-4a74-8241-4b5fc5b3324e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.230Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001956090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7825\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001331440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7825, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015860f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ffaf03ce-10fa-4439-bcd1-2b9d7fc215e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:01.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001956c60), 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)(0xc001331b00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001586320), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001957560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8007\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fb340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8007, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001587a40), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.233Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:47:02.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a19e1497-5d0a-401c-8d07-c3f21f7cc3a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b62d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8007\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fbc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8007, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001587d10), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b0c1498b-c3cf-4a8b-8e3a-5751755d7f6a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.238Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b70e0), 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)(0xc0014bc2c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0000), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.819Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0b90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.821Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:47:02.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"4dcdc568-13bb-40e0-9755-53e6d8fa9429","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.823Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9079\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bdac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9079, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0fa0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.824Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"63f59f13-89a5-43ad-9862-5c36f4dab785","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.827Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b4d0), 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)(0xc001394100), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1270), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.833Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9349\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001394780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9349, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c14a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:02.834Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:47:02.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"bcf31a70-3f82-4efb-a99d-8ce332661d02","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.229Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109cbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8651\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001395680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8651, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013e280), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.231Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/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-06-24T07:47:03.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3709d4a2-8f6a-4dd0-b5bb-fc0a15f92b57","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8651\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001395e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8651, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013e7d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-2zv4k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bcb79d1f-0203-4b46-9f27-17a3a525925b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:03.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2ab0), 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)(0xc0018a8640), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013ec80), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:05.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e990), 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)(0xc00194a300), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f0a00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:05.945Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:47:05.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"e3c14b42-2180-4ebb-bf66-a9308b47b707","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:05.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143eb40), 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)(0xc00194a840), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f0be0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:05.947Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"100d690b-41bf-4f07-a64e-dede7b263452","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:05.949Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ed80), 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)(0xc00194b640), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f1db0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.048Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f0e0), 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)(0xc0002ed040), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f7d10), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.049Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:47:07.049Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"527d0c4f-fb71-43ab-a623-1c2af177bb3a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.050Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f290), 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)(0xc0002edbc0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f7ef0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.050Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"d47223c6-ad30-4b73-ad88-19839fc7d067","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f560), 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)(0xc000032640), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000560af0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.068Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2859\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000333e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2859, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000561090), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.069Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","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-06-24T07:47:07.069Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","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":"98467ca4-0196-4411-acec-985f1c52ce18","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.072Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143fef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2835\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2835, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000561590), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.072Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","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":"eb1a7992-47cf-4451-867b-9385d73ae16a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.075Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e510), 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)(0xc0012fa940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561950), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.079Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000561d10), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.080Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/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-06-24T07:47:07.080Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3619ad38-16f4-4a76-8fdd-9fda9621e49e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.099Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000428ff0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.100Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/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-06-24T07:47:07.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7964a807-8382-4dbc-b3cf-7b8fe7b5d807","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4530\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fbbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4530, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000429720), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ff1d1e5f-e0e6-4a4b-8c3e-5972dc2866b0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.105Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046480), 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)(0xc0007e61c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051a5a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.112Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6029\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6029, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051a820), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.114Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/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-06-24T07:47:07.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e23e2a1d-54c3-4fa2-91c1-02c3ed7dbb35","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.132Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6029\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6029, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051abe0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.133Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/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-06-24T07:47:07.133Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ebcb648e-d50f-4abd-84be-e197fee8bbfa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.135Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd65a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6029\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6029, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051af50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.135Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8039e95f-22c9-4ac9-a911-e1c5555a5ddc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:07.138Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7050), 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)(0xc0007e7c40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b1d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5680), 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)(0xc000c64340), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f8eb0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.174Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"32e82fb4-ed12-4c54-adbb-3ffa7d947166","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.176Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018421b0), 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)(0xc000c64a80), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f9540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.177Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7f26aa13-f338-45e7-aaf4-2deee31decd3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001842c60), 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)(0xc000c65000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f97c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.191Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001843320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6524\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6524, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f8a50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.192Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/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-06-24T07:47:08.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5de1bb6a-cc2c-456d-8c32-6a8121e3b5f5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6524\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc65c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6524, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f9040), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b9f6fa3e-3f94-47fb-9c64-39ad5c5adfe7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.197Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898d80), 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)(0xc000cc6b80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f9540), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018995f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6743\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6743, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f9770), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.206Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/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-06-24T07:47:08.206Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e66fa8e2-46cf-48ce-8b23-35005336111e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.228Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c2480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6743\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6743, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005dc000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.229Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/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-06-24T07:47:08.230Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77855cef-1cac-4dbd-a793-55f7baaac30f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c33b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6743\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6743, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005dc410), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:08.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"sleep-run-p8k8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f2562905-5817-4f97-be45-64cf3d40b177","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018be240), 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)(0xc000d1eb00), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000141db0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.349Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:47:10.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"f4a2a995-3fb8-4f65-aae4-b1fff5a62105","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018be510), 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)(0xc000d1f080), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432000), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.351Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"4adce476-1732-45ed-beb6-19ea536b7b30","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.353Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018be870), 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)(0xc000d1f500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432230), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018becf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3369\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1fb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3369, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432460), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.369Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","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-06-24T07:47:10.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","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":"345f2324-98a8-4d3d-9665-597cdbbcc97e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.371Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018bf3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3345\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001bdd80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3345, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001432730), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.372Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","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":"b2d5d18b-612f-4f8b-9917-dff36e2ffcc4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.377Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018bfb00), 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)(0xc00009ce80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001432960), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.381Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12480), 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)(0xc00009d5c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432b90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.383Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:10.383Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b3663648-9623-40b2-b96b-958a7ef7f28e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.402Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5492\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5492, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001432d70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.403Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:10.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"effb32a3-cb08-401b-9ab1-917884d23063","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5492\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5492, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001433040), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.406Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"51aaa72a-cf9d-4f35-a0a5-841f2820bb98","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.408Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001496480), 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)(0xc0004c9380), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001433270), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.417Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001496bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7564\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c9cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7564, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014334a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.418Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:10.418Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9b15b19b-867e-4d1c-91b6-c48a29d68178","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.441Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014977a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7564\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0e540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7564, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001433770), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.443Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:10.443Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dc4c0346-aa2b-4948-bf53-720a57280f9b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.445Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015043f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7564\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c0ed00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7564, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001433a40), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.446Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"851f3256-416c-4fcd-a53e-d762b14668f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:10.449Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001504fc0), 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)(0xc000c0f400), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001433c70), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:11.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00155b560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6a080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015519f0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:11.270Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:11.270Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0e044437-15d7-413f-b539-aeabda2fd006","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:11.274Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015901b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c6a880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001551cc0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:11.275Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cec8b19a-c25f-41c1-9625-e3f72c4d5086","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:11.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001590d80), 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)(0xc000c6af00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001551ef0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:12.261Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001591710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7879\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001330680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7879, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015fd680), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:12.262Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:12.262Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"740bfec7-7ad8-43d7-9d65-5b884c126b0d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:12.264Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001622360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7879\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001144140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7879, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015fd950), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:12.265Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ee0e3e37-6684-4d25-8f22-32ca7c32d57f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:12.267Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001622f30), 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)(0xc001144780), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015fdb80), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:13.303Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001623680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8061\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001145d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8061, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00167f130), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:13.304Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:13.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9cb2327a-22bf-44b2-bf17-4376967aa6d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:13.309Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016e23f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8061\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143bec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8061, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00167f400), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:13.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"85bb365e-9c1d-446e-ad61-f97d014264bf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:13.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016e30e0), 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)(0xc001762580), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00167f630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:13.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016e3950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8229\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001762c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8229, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00167f860), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:13.327Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:13.327Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f7ff3b0c-73f7-49ce-b7ae-3d776671aef7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.279Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8428\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017da700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8428, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d0ff0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.280Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:14.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bc5955c6-0f65-4e10-bd79-f97fc4278983","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a3b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8428\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017daec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8428, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d12c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.285Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5dbe8660-9a4a-40a9-aea6-5352f1c4fdf7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.292Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001874ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4017\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017db540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4017, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d14f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018753b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8627\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017da000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8627, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d0000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.297Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:14.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"abf04837-678b-4f3e-9d68-67adc5a95a8b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","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{\"8627\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017da800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8627, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d02d0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:14.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"880c5eb1-32ab-4bf3-8f24-0f92c55d5dc9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:15.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b74d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8904\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fac00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8904, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d1c70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:15.281Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/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-06-24T07:47:15.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cfccd410-7c08-4315-ab69-a80bf93a750f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:15.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8904\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fb400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8904, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001586000), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:15.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"read-task-run-blh5h","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"43b97c60-5f5b-4be3-8656-10b4c8ef408a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:15.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ba70), 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)(0xc0013fbb00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001586230), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:16.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037fcb0), 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)(0xc0018a90c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0fa0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:16.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\":{}}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:47:16.835Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"04aadcf7-b741-4492-9dee-4954b6b872e9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:16.836Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00037fdd0), 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)(0xc0018a9600), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c10e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:16.837Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-6j2mk","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":"9003987b-7ee7-4982-b14b-f8850e7286b7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:16.839Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004b01b0), 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)(0xc00194a140), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c19a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771b90), 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)(0xc0002ec7c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039a820), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.966Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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-06-24T07:47:17.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","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":"2d95f4b0-9f6c-4433-9fa2-2746a20e6ab0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771cb0), 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)(0xc0002ecd40), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039a960), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b6d054b3-7dee-410d-92e5-12b8b0481767","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.971Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000771ef0), 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)(0xc0002ed580), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039abe0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.985Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2973\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000032240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2973, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039ad20), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.985Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","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-06-24T07:47:17.985Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","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":"21cbaec2-678f-4377-8602-238945e1d714","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2949\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000332980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2949, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039b0e0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.988Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","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":"11f8cf1e-06d2-4caf-9943-0982d7fdcc54","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.991Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143ee10), 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)(0xc0012fa240), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039b310), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.997Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4384\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4384, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039b4a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:17.998Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:17.998Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a02c1ad1-f10b-4e06-a5a7-0f9e234b3ea4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.017Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4730\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fae40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4730, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039b720), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.018Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:18.018Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fd515fb2-2475-4c6a-9b97-8e1944c1498e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143fef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4730\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4730, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039b950), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d4ac5e86-47d4-4c71-927b-95523dba1671","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.022Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e630), 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)(0xc0012fba00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039bc20), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.028Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ebd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6328\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6328, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039bdb0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.029Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:18.029Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"10969e49-6885-4b27-9645-dfbcbd82c6e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6328\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6328, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013de190), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c6638515-b899-4983-9726-8b70ab94fcdb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.034Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fe60), 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)(0xc0007e6e40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013de320), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6544\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e74c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6544, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de4b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:18.038Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:18.038Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e0486182-8e3c-4154-9607-81d24a86d99d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:19.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6536\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6536, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f0f50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:19.297Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:19.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"95fdd09f-1203-421f-b845-c8a473b9f5aa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:19.300Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010478c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6536\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6536, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f1220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:19.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"81b0df42-6b3a-4984-8c77-efce7e4ac678","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:19.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd61b0), 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)(0xc000c642c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f13b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:20.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6521\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6521, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f7400), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:20.298Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:20.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"400aad32-28e9-4ef4-ba4d-1204ef10f7e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:20.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd70e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6521\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc6000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6521, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f7770), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:20.300Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e6eefdef-50d7-4bcb-b818-6a29786b8c24","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:20.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7a70), 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)(0xc000cc6640), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f7900), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:21.309Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018981b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6586\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6586, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051aff0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:21.310Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:21.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"68cd7d12-3c07-469f-b814-fe7dfe07fcf7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:21.311Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6586\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3f740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6586, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051b220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:21.312Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f2d71d2b-124b-492e-a270-8e6fd99bb354","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:21.315Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018993b0), 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)(0xc000d3fe00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00051b3b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:22.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001899c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6935\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1fb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6935, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f8870), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:22.308Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/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-06-24T07:47:22.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1b32cd61-f0b7-42d0-8176-2028c6a58e16","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:22.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c2750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6935\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00009c980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6935, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f8d20), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:22.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-6j2mk","knative.dev/name":"task-optional-ws-run-kwrqp","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"150d888d-041f-404c-9405-68f387dd5a55","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:22.313Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c3320), 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)(0xc00009d100), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002f8f50), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001109dd0), 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)(0xc001144600), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d0dc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.567Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f2870), 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)(0xc001144d00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d0ff0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f3290), 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)(0xc001145440), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d1220), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0012f3c20), 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)(0xc001145b40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d1450), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00133e6c0), 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)(0xc00143a840), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d1680), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.594Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00133f050), 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)(0xc00143af40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d18b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.602Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00133fa70), 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)(0xc00143be00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d1ae0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.605Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013ae360), 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)(0xc001762500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d1d10), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013aeab0), 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)(0xc001762b80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0012d1ea0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013af200), 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)(0xc001763280), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013c40f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.629Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013af560), 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)(0xc001763980), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013c4230), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.632Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013af8c0), 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)(0xc0013d2140), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013c4370), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:28.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013afb90), 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)(0xc0013d27c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013c44b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001451ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001471740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00146fe50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.883Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:47:33.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"35d83fca-ac92-4ab0-a72f-18e4a8718c8c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014aed80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001471ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014b8230), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"d9a0c2da-bc8c-45fb-a80c-a49b844abe0c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0014afb90), 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)(0xc0014fe500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014b8500), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.898Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001528510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10145\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014feb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10145, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014b8730), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.899Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:47:33.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"ea71a27d-bbce-4d9b-920c-68dd4f161c0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001529440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10145\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014ff2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10145, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014b8a50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:33.903Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"7561b164-6f39-4232-9d59-0914b423c465","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015943f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10422\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015a6800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10422, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015b60a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.888Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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-06-24T07:47:34.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"09b601de-9b05-497e-ba53-0b4da90779de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001595440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10422\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015a6f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10422, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015b63c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x-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":"ee38fc0b-6095-430d-a9ad-01c717a8ba1c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.895Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164a510), 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)(0xc0015a7500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015b6690), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6967\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0015a7b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6967, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0015b68c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.902Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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-06-24T07:47:34.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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":"0d347f5e-e267-45b6-b2fe-956a31fd3f1e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00164bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6967\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0016982c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6967, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015b6c80), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-g774x","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":"f7ede705-e30a-418b-9245-32e4fffae3f7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:34.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0016e2d80), 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)(0xc001698880), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0015b7040), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:36.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017674d0), 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)(0xc001786100), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00177e640), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:36.333Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:47:36.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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":"a7ab0987-58d7-4a5f-8032-dcb23edd4c4e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:36.335Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017675f0), 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)(0xc001786640), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00177e780), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:36.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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":"919f8be5-6272-4848-9fa8-0b0d6e7fd777","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:36.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017677a0), 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)(0xc001787180), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00177f040), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6000), 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)(0xc0013fae00), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d0280), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.596Z","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/taskRunTemplate/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}}]","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:47:37.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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":"48cc2793-5a2a-4255-b9e8-f5447373b213","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.598Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b61b0), 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)(0xc0013fb400), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d0460), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.599Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"5118cf3a-78c9-4be3-aa69-2433d90263c2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.601Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b63f0), 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)(0xc0013fb980), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d0690), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2625\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bc040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2625, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d0820), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.628Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:37.628Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"d25582fd-8bbf-4752-a79a-40b85e0692f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","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{\"2773\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bc5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2773, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d0a00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"e0490c90-6f53-4062-acb8-1a56a342e3f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.633Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6c60), 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)(0xc0014bd400), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d1450), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3225\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bda40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3225, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d15e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.639Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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-06-24T07:47:37.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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":"fb429af8-a38b-4545-b38e-4db0bfade98a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.641Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3213\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a82c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3213, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d1860), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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":"7d18d5be-76bb-4588-8da6-2b83d37d793c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7a70), 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)(0xc0018a8940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d1ae0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","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{\"4891\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4891, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d1c70), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.652Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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-06-24T07:47:37.652Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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":"f0753734-46ab-4a48-addc-bfba8e92a843","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4668\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a96c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4668, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d1ef0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.655Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:37.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"c35a2aa3-4acd-4410-8c6b-6975c247a56d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ab40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4644\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4644, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001586320), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"9a15493f-151d-4e9e-9908-35234514fe11","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b050), 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)(0xc00194aa80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001586dc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6002\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6002, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001586fa0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.669Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:37.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"7a6827ff-1476-49a6-af3f-9874365affc3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ba70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5154\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194b840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5154, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001587220), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.679Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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-06-24T07:47:37.680Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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":"0e1cdb5b-e87a-4aea-93f6-9dc3cab83834","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5154\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000398640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5154, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0015874f0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.683Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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":"3c507ea5-9890-4333-b7ca-abc77cf6e880","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.690Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c990), 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)(0xc0002ed580), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c0190), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.695Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109cf30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6077\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000032540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6077, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c0320), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.696Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:37.696Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"555b64c5-2e17-49a1-83bf-148805fbc0b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6077\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000333f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6077, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c0690), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.699Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"601a9ebc-82d6-43a5-889d-a577a4144bb9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.702Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109da70), 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)(0xc0012fad00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1220), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.707Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003df8c0), 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)(0xc0012fb3c0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1400), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.708Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:37.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"39d6c164-6cc0-42b3-bda7-41644c878a28","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c22d0), 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)(0xc0012fbb80), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1770), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.728Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:37.729Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"ab4ff14e-e68c-4dce-9650-9eaa2fa0dafa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2e10), 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)(0xc0007e6340), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1ae0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.731Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"e6255cdb-b797-44be-ab11-76cdc31071b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:37.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f46c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3646\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3646, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013ebe0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f170), 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)(0xc000c65dc0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f15e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.846Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:40.847Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"71fbb676-0755-42a2-80fb-c9df9c261b1b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f8c0), 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)(0xc000cc6640), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f1d10), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"7a54b67a-aece-44e6-bee2-848271d2fcc4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.859Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e090), 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)(0xc000cc7400), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f6c30), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.879Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7598\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc7ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7598, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0005f6f50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.880Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:40.880Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"c839853b-7876-47c9-88b5-9c7bbe55a08b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ecf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7598\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d3e2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7598, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0005f74a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"14eb6269-2d29-47f5-9060-939dc332d8ff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:40.889Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f5f0), 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)(0xc000d3f040), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000561130), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fb00), 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)(0xc000d1edc0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00051aaa0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.911Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:41.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"b5c0f7e5-b35e-439a-ab9c-53737aabfd07","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010462d0), 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)(0xc000d1f5c0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00051ae10), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"5b5f7e98-0ec3-4db7-b055-9a9d5113dee5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:41.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046b40), 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)(0xc00009cb00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00020a9b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010473b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7791\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c8e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7791, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002f90e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.917Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:42.917Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"fbe2dd62-9f8e-41d2-916a-dadc3c6adf10","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7791\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004c9680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7791, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002f9770), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"a91664ac-5267-4f1b-9bb7-9b1f2aceff17","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:42.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd63f0), 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)(0xc000c0e6c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005f8910), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7856\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001052e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7856, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001408c0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.936Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:44.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"199ea980-a010-4f13-8839-06df309ed447","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7856\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001053600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7856, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000140cd0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"067e4ff4-b48d-4df4-9753-ac1229964db6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:44.943Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7b00), 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)(0xc000c6a400), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141900), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8205\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001145dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8205, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018b41e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.933Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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-06-24T07:47:46.933Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"7eb7915a-e4f6-41c2-ab41-1ca0fe20f7cc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8205\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00143ab40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8205, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018b4550), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj-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":"f3d1e0ab-7b86-4447-a564-b9e46b1f38e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001899560), 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)(0xc001762100), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018b4ff0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001899c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6825\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0017627c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6825, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018b51d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.946Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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-06-24T07:47:46.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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":"9b39a15c-d488-412b-ba19-04436b57ec07","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.947Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c25a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6825\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001763000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6825, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018b5450), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.948Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"pipeline-with-workspace-run-btnvj","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":"bcec4de1-a128-4ea0-bbf4-805c182353ed","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:46.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c2f30), 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)(0xc001763700), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018b56d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.119Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13680), 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)(0xc0019ddbc0), 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.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0019e7220), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.119Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:47:48.119Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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":"d4e278b2-70d5-419d-9a3b-6b46ebd18f68","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d138c0), 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)(0xc001a10100), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0019e74a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"84cddf3c-bb30-46ab-b7f2-f04128e6ebd0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.123Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13b90), 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)(0xc001a10580), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0019e76d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.139Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2541\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001a10b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2541, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0019e7900), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.140Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:48.140Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"9b774784-eaf6-4f16-9b9d-91c881b714c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a22d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2689\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001a11040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2689, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0019e7b30), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"ae898576-6834-4dee-85c9-3793a49a3985","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.145Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2630), 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)(0xc001a11500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0019e7d60), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.150Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3149\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001a11ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3149, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001a62050), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.150Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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-06-24T07:47:48.150Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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":"01313970-e9dd-49f8-be66-19f875bad6ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.153Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a3170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3137\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001a700c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3137, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001a62410), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.154Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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":"978afd45-8b59-4eb5-847e-a30ecb6b372e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.160Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a37a0), 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)(0xc001a70640), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001a62780), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.166Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4923\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001a70000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4923, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001a62000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.167Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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-06-24T07:47:48.167Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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":"2d02a362-3568-4f5b-931b-ba00041b116f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.169Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4600\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001a71100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4600, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001a629b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.170Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:48.170Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"6bcb6a16-5816-49ac-bc67-816c1cd54396","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a3050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4576\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001a71640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4576, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001a62cd0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"e495a886-360c-4d87-afe3-5c95441795e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.179Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b61b0), 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)(0xc001a71b80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001a62fa0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.182Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6297\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fa1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6297, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001a631d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.183Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:48.183Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"b4b26c69-75b2-40cf-82cd-a0af0a152ef6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.189Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5178\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fb080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5178, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001a63e50), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.190Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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-06-24T07:47:48.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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":"dab2944f-6806-4448-9a31-37fb8adf1194","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b79e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5178\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fb6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5178, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d0320), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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":"2d791280-7f91-4f4f-97d9-f6601db0034c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a5a0), 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)(0xc0013fbd00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d0730), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.203Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098afc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6475\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bc3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6475, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d0a00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.204Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:48.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"8758bfa4-aedf-49b1-8b77-ee8fe06bf5d1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.206Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6475\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bca40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6475, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d0d20), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"c73cd821-e566-44d6-a926-949ab6aa9b44","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c120), 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)(0xc0014bd200), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d0ff0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.218Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d1220), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.219Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:48.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"6fef7b03-7421-48b3-b5b5-4ac2a0027d0f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.221Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a80c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d1540), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.221Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"234247ac-fb56-4f19-b5f7-7f16acc9cfa0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:48.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109db00), 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)(0xc0018a8740), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d1810), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.959Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003dfc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8947\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8947, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001587770), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.961Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:49.962Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"dd20d89b-17d1-4b18-800c-b2753d597390","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.967Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8947\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194ac00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8947, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001587a90), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"011a5a4e-a915-472f-89e5-9bdcbe132d21","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:49.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f4480), 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)(0xc00194b1c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001587d60), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.959Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8968\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000333ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8968, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013e280), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.961Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:50.961Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"af5d4308-a024-477b-bad8-d27887589ab0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.963Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143fb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8968\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fa6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8968, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013e820), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.964Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"5215ab49-2b7e-4875-b27d-1d6d229bcced","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:50.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e510), 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)(0xc0012facc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013ed70), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:52.997Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6ed80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9267\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9267, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013dec30), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:52.999Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:47:52.999Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"c5829904-e12d-42d3-a30f-2d5517827e79","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:53.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9267\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9267, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013def50), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:47:53.005Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"16bb5249-bbce-418c-b1e4-3c3bf9b62a31","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:47:53.009Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046630), 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)(0xc000ba4180), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0013df270), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001477170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9935\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014cf5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9935, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014dd270), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.054Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:48:25.054Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"3bd17e7f-ad37-4eef-bcf6-b25196d3edd7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.056Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001536000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9935\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014cfd40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9935, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014dd590), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.057Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"80c722a2-b664-4bd5-ba4d-7dd911cc0bd6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.061Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001536e10), 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)(0xc00155a380), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014dd860), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001537710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10333\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00155a9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10333, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014dda90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.068Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:48:25.068Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"2a3e0d24-7ff4-4406-a8c0-a2f575b95227","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.071Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00159c6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10333\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00155b140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10333, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014dddb0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:25.072Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"21b87420-9af9-4762-90a8-6bed84d739c9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.058Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001627440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10610\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc001613a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10610, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0016281e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.059Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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-06-24T07:48:26.059Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"08505481-1a08-41ee-b7a0-2a0660474d0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001660510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10610\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00167e240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10610, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001628500), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b-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":"c9a839cf-0148-48db-836f-aca0135c7c23","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001661560), 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)(0xc00167e800), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0016287d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001744000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6957\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00167ee40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6957, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001628a00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.076Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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-06-24T07:48:26.076Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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":"6017e48c-236a-4a05-a20a-7bfe6948b6ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.077Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001744d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6957\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00167f540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6957, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001628e60), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.078Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"output-pipeline-run-kdq4b","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":"450444c2-1f0d-4108-90a8-7f04ad6eb20d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:26.081Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001745b90), 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)(0xc00167fb00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001629270), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:27.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017e6120), 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)(0xc0017dc680), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017b1860), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:27.551Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:48:27.551Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-g4hr2","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":"c50a2802-7886-4b56-aba5-5ad6a8002a61","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:27.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017e62d0), 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)(0xc0017dcbc0), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017b19a0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:27.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-g4hr2","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":"6602d5e8-d2a7-499b-ab7b-5081e17c8fe0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:27.558Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017e6510), 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)(0xc0017dd940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001812690), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:28.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017e6870), 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)(0xc00187cf00), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001813a90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:28.647Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:48:28.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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":"d379476f-905c-4f7e-9abf-debb8254a7bd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:28.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017e6ab0), 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)(0xc00187d440), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001813c70), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:28.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-g4hr2","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":"7d799319-9ee9-4302-b804-48e1aeb39621","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:28.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017e6d80), 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)(0xc00187db00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018bc140), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.759Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2000), 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)(0xc0018ce000), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018bc000), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.760Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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-06-24T07:48:29.760Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","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":"40b70238-7426-4692-9cfb-05338df001ce","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.761Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2240), 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)(0xc0018ce500), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018bc280), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.761Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c9c7bba3-7692-4db0-9b56-ba7cd833be5d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.764Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2510), 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)(0xc0018ce980), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018bc4b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2275\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018cef40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2275, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018bc6e0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.774Z","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":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:29.774Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"27d93745-ac40-4534-9984-3f6cf898d76e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.775Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2423\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018cfb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2423, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018bc960), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.775Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"28d477b1-dafd-4412-bc19-859b0c8260d0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.778Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a2f30), 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)(0xc0013fa0c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018bcb90), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.782Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a3320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2781\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fa6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2781, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018bcdc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.782Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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-06-24T07:48:29.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"019cc7ea-bf3b-4086-a330-0c8c50d4d355","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a38c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2769\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013facc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2769, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0018bd180), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"05880cc1-c2f5-44ba-9a6c-96cff602fcca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.788Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0017a3ef0), 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)(0xc0013fb200), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0018bd4f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.792Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b63f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fb800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0018bd720), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.792Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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-06-24T07:48:29.792Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"761960f1-fddd-4791-95a1-2e115812232b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.795Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b6d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0013fbe40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d00a0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.796Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:29.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"6c83d39d-0b16-4a14-b676-2b5e8a876c02","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4036\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bc400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4036, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d0460), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"a67852e5-f9e9-4b85-bb41-0ad61d6486ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b78c0), 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)(0xc0014bc940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d07d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0010b7cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5419\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5419, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d0a00), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.807Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:29.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"30fa784e-4185-43e3-9664-5aca0e65a18b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.813Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098a5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4600\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bd740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4600, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d0dc0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.814Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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-06-24T07:48:29.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"f357a08e-db12-4f38-9d89-6c51e8268326","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.816Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098b0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4600\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0014bdd80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4600, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d1220), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.816Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"ee41d34b-7d7b-4160-81f9-f72e5e55eddf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.819Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098bb90), 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)(0xc0018a84c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0017d15e0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.825Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109c3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5584\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a8b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5584, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0017d18b0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.826Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:29.826Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"28283b7e-092a-4b36-a2b7-b686c039fb12","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.828Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5584\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5584, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0017d1c70), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.829Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"fab4e9d3-0381-42c6-9322-6fbe1385f4be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.831Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d290), 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)(0xc0018a9680), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001586050), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.838Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00109d8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0018a9cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001586280), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.839Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:29.839Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"fb892d73-8cb2-4639-9972-011c5b635d7c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.841Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003dfe60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7106\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00194a3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7106, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc001586640), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"628e2d38-121b-4d89-afd1-4d96c77bd789","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000c2ab0), 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)(0xc00194a980), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc001586960), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.849Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002f4090), 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)(0xc00194afc0), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc001586b90), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:29.850Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:29.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"436f4df8-93a2-47a5-a0fc-2454282190db","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.880Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143f0e0), 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)(0xc000332380), 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.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1130), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.881Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"43e9ab56-d5f6-41e8-9672-e22033a08cc5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.883Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00143fcb0), 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)(0xc0012fa340), 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.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0014c1630), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"101bc1f5-3b01-4704-b4c2-62d1ed46c90f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6e990), 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)(0xc0012fa8c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0014c1a40), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6f0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7397\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012faf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7397, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0014c1d10), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.894Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:30.894Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"5822ef31-ea37-4e52-92e7-48ce164f037c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c6fc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7397\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0012fb5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7397, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013e230), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.897Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"6d4c45d3-0e3f-477d-a5c9-671b8af8aff2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046630), 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)(0xc0012fbbc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00013e7d0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.905Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001046d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6240\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6240, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013ec80), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.906Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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-06-24T07:48:30.906Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"68a2e3a4-e72c-4d0a-bf16-2b41731517e3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001047c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6240\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e6a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6240, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00013f2c0), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"3ac7ce47-1046-4106-a0a3-9777f87ec48b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.912Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7937\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7937, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00013f770), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.913Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:30.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"9212d53f-7e4f-407d-8c99-f1d2936edf11","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7710), 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)(0xc0007e7640), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039a0f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.917Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7937\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007e7c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7937, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039aa00), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.917Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"8faf9c8a-c854-41e6-9ed1-a14c37b29aff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f4bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba4340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039ae10), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.922Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:30.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"c40d4348-b337-4dab-be7b-b1e2ddd9eb9a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","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{\"3830\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba49c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00039b400), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0013f5d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7549\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7549, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00039b770), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"31e5213d-853b-45c5-a4fe-770d421698b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001842750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8272\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8272, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:63939\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00039bbd0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.929Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:30.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"dc28a181-d92a-4baf-93a9-1c7a6061a547","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001843440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8219\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ba5f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8219, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de140), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.931Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:30.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"98d742dc-adf4-49e8-8bd1-5bce75d42d29","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.933Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0018982d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8219\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8219, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013de500), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.933Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"5f65d72b-53ec-4cd2-99b6-b1d39bca40e1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001898fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6286\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c64c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6286, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013de7d0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.939Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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-06-24T07:48:30.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"5a39fe40-981f-4595-9398-9aeb4086c5db","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.948Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001899cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8272\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c652c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8272, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013decd0), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.949Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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-06-24T07:48:30.949Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"a0de2f52-7e7b-4bfb-8874-337e1bd3d8cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d12b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8272\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8272, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df090), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc-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":"c6353fe3-5898-43bc-adab-06ccee48b933","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.957Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d13a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6286\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c65ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6286, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:47441\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ccbd40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0013df360), pat:(*http.pattern)(0xc0003b6780), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.958Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:161","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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-06-24T07:48:30.958Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"3500bfc4-cb2c-45ce-9b3a-a465f8dceee0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.960Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015c27e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6286\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cc6680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6286, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36143\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001e0fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0013df860), pat:(*http.pattern)(0xc0003b67e0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:30.960Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"43c0bb9","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-g4hr2","knative.dev/name":"sleep-pipeline-run-bjjtc","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":"f7d97ecb-12eb-4cd5-ab66-04340797edab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015197a0), 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)(0xc000c0e780), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dce10), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.933Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00152c120), 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)(0xc000c0edc0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd180), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00152c990), 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)(0xc000c0f500), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd4f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.941Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00152d290), 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)(0xc000c0fb80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0005dd860), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00152dd40), 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)(0xc001052540), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001403c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.949Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015583f0), 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)(0xc001052d80), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001405a0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.954Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001558e10), 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)(0xc0010534c0), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001409b0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.958Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001559830), 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)(0xc001053b40), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000140c80), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.965Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001574090), 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)(0xc001144240), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141090), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:36.979Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001574750), 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)(0xc001144940), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001412c0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:37.021Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001574f30), 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)(0xc001145000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001414f0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:37.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001575200), 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)(0xc001145680), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141630), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:37.029Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001575560), 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)(0xc001145d00), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141770), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:37.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0015759e0), 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)(0xc00143a980), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141950), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
{"severity":"info","timestamp":"2025-06-24T07:48:37.033Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc001575cb0), 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)(0xc00143b000), 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.5:8249\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0007475c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000141cc0), pat:(*http.pattern)(0xc0003b77a0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"43c0bb9"}
***************************************
***         E2E TEST FAILED         ***
***     End of information dump     ***
***************************************
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
... skipping 4 lines ...