Error lines from build-log.txt
... skipping 232 lines ...
++ ARTIFACTS=/workspace/source/artifacts
+ set +o allexport
+ ./test/e2e-tests.sh
================================
==== SETTING UP ENVIRONMENT ====
================================
Running fail tkn pipeline describe foo
go: downloading go1.22.8 (linux/amd64)
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 182 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 275 lines ...
--- PASS: TestPipelinesNegativeE2E/Start_Pipeline_Run_using_pipeline_start_command_with_SA_as_'pipelines'_ (0.34s)
--- PASS: TestPipelinesNegativeE2E/Validate_Pipeline_describe_command_in_namespace_testcli-9c7pk_after_PipelineRun_completed_successfully (0.31s)
=== RUN TestPipelinesE2E/Get_list_of_Tasks_from_namespace__testcli-vclkq
=== RUN TestPipelinesE2E/Get_list_of_Pipelines_from_namespace__testcli-vclkq
pipeline_test.go:78: validating Pipelines List command
pipeline_test.go:84: assertion failed:
Command: /home/prow/go/src/github.com/tektoncd/cli/tkn pipelines list --namespace testcli-vclkq
ExitCode: 0
Stdout: NAME AGE LAST RUN STARTED DURATION STATUS
output-pipeline 1 second ago --- --- --- ---
Stderr:
... skipping 3 lines ...
=== RUN TestPipelinesE2E/Get_list_of_pipelines_from_other_namespace_[default]_should_throw_Error
=== RUN TestPipelinesE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path
=== RUN TestPipelinesE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_
=== RUN TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-vclkq
=== RUN TestPipelinesE2E/Start_PipelineRun_using_pipeline_start_command_with_SA_as_'pipeline'_
=== 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-wdfzw
--- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E (17.51s)
--- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ (0.69s)
--- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (15.54s)
... skipping 12 lines ...
In order to track the PipelineRun progress run:
tkn pipelinerun logs output-pipeline-run-5hqjr -f -n testcli-qmr8f
=== RUN TestPipelineInteractiveStartE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_
=== RUN TestPipelinesE2E/Get_list_of_Taskruns_from_namespace__testcli-vclkq
=== RUN TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-vclkq_after_PipelineRun_completed_successfully
=== RUN TestPipelinesE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_
cli.go:140: procedure failed: read /dev/ptmx: input/output error
pipeline_test.go:208:
e2e-test
=== RUN TestPipelinesE2E/Start_PipelineRun_with_tkn_pipeline_start_--last
=== NAME TestPipelineInteractiveStartE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_
... skipping 257 lines ...
kind: TaskRun
name: output-pipeline-run-88rwn-first-create-file
pipelineTaskName: first-create-file
completionTime: "2024-11-11T14:45:33Z"
conditions:
- lastTransitionTime: "2024-11-11T14:45:33Z"
message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0'
reason: Succeeded
status: "True"
type: Succeeded
pipelineSpec:
params:
- default: hello
... skipping 147 lines ...
kind: TaskRun
name: output-pipeline-run-bcht7-first-create-file
pipelineTaskName: first-create-file
completionTime: "2024-11-11T14:43:59Z"
conditions:
- lastTransitionTime: "2024-11-11T14:43:59Z"
message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0'
reason: Succeeded
status: "True"
type: Succeeded
pipelineSpec:
params:
- default: hello
... skipping 152 lines ...
kind: TaskRun
name: output-pipeline-run-csk82-first-create-file
pipelineTaskName: first-create-file
completionTime: "2024-11-11T14:44:44Z"
conditions:
- lastTransitionTime: "2024-11-11T14:44:44Z"
message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0'
reason: Succeeded
status: "True"
type: Succeeded
pipelineSpec:
params:
- default: hello
... skipping 151 lines ...
kind: TaskRun
name: pipeline-with-workspace-run-4qprq-reader
pipelineTaskName: reader
completionTime: "2024-11-11T14:44:55Z"
conditions:
- lastTransitionTime: "2024-11-11T14:44:55Z"
message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0'
reason: Succeeded
status: "True"
type: Succeeded
pipelineSpec:
tasks:
- name: reader
... skipping 4305 lines ...
>>> Container step-read:
e2e-test
logs.go:35: build logs
>>> Container step-list-files:
logs.go:33: Could not get logs for pod sleep-pipeline-run-x9p9m-pipelinetask1-pod: pods "sleep-pipeline-run-x9p9m-pipelinetask1-pod" not found
logs.go:35: build logs
--- FAIL: TestPipelinesE2E (145.25s)
--- PASS: TestPipelinesE2E/Get_list_of_Tasks_from_namespace__testcli-vclkq (0.18s)
--- FAIL: TestPipelinesE2E/Get_list_of_Pipelines_from_namespace__testcli-vclkq (0.13s)
--- PASS: TestPipelinesE2E/Get_list_of_pipelines_from_other_namespace_[default]_should_throw_Error (0.14s)
--- PASS: TestPipelinesE2E/Validate_pipelines_format_for_-o_(output)_flag,_as_Json_Path (0.17s)
--- PASS: TestPipelinesE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_ (0.12s)
--- PASS: TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-vclkq (0.16s)
--- PASS: TestPipelinesE2E/Start_PipelineRun_using_pipeline_start_command_with_SA_as_'pipeline'_ (42.39s)
--- PASS: TestPipelinesE2E/Get_list_of_Taskruns_from_namespace__testcli-vclkq (0.29s)
--- PASS: TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-vclkq_after_PipelineRun_completed_successfully (0.26s)
--- PASS: TestPipelinesE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (0.34s)
--- PASS: TestPipelinesE2E/Start_PipelineRun_with_tkn_pipeline_start_--last (42.42s)
--- PASS: TestPipelinesE2E/Start_PipelineRun_with_--workspace_and_volumeClaimTemplate (10.01s)
--- PASS: TestPipelinesE2E/Start_PipelineRun_with_--pod-template (38.32s)
--- PASS: TestPipelinesE2E/Cancel_finished_PipelineRun_with_tkn_pipelinerun_cancel (0.13s)
--- PASS: TestPipelinesE2E/Cancel_PipelineRun_with_tkn_pipelinerun_cancel (2.27s)
FAIL
FAIL github.com/tektoncd/cli/test/e2e/pipeline 150.449s
=== RUN TestPipelineRunLogE2E
=== PAUSE TestPipelineRunLogE2E
=== RUN TestClusterResolverPipelineRunLogE2E
=== PAUSE TestClusterResolverPipelineRunLogE2E
=== CONT TestClusterResolverPipelineRunLogE2E
=== CONT TestPipelineRunLogE2E
... skipping 125 lines ...
--- PASS: TestTaskStartE2E/Cancel_finished_TaskRun_with_tkn_taskrun_cancel (1.13s)
--- PASS: TestTaskStartE2E/Cancel_TaskRun_with_tkn_taskrun_cancel (2.26s)
--- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_with_--last_option (8.33s)
--- PASS: TestTaskStartE2E/Start_Task_interactively_with_optional_workspace_(yes) (5.17s)
PASS
ok github.com/tektoncd/cli/test/e2e/task 74.971s
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-r5r5t 1/1 Running 0 11m
kube-system pod/coredns-5dd5756b68-sjwhw 1/1 Running 0 11m
... skipping 135 lines ...
kube-system 11m Normal Scheduled pod/kindnet-h7jqc Successfully assigned kube-system/kindnet-h7jqc to kind-worker3
kube-system 11m Normal Pulled pod/kindnet-h7jqc Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine
kube-system 11m Normal Created pod/kindnet-h7jqc Created container kindnet-cni
kube-system 11m Normal Started pod/kindnet-h7jqc Started container kindnet-cni
kube-system 11m Normal Scheduled pod/kindnet-vw6sh Successfully assigned kube-system/kindnet-vw6sh to kind-worker2
kube-system 11m Normal Pulled pod/kindnet-vw6sh Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine
kube-system 11m Warning Failed pod/kindnet-vw6sh Error: services have not yet been read at least once, cannot construct envvars
kube-system 11m Normal Created pod/kindnet-vw6sh Created container kindnet-cni
kube-system 11m Normal Started pod/kindnet-vw6sh Started container kindnet-cni
kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-fglpv
kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-9frxr
kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-h7jqc
kube-system 11m Normal SuccessfulCreate daemonset/kindnet Created pod: kindnet-vw6sh
kube-system 11m Normal LeaderElection lease/kube-controller-manager kind-control-plane_64082bad-ba30-4dbc-af83-24bcf41f2fb9 became leader
kube-system 11m Normal Scheduled pod/kube-proxy-p5g4x Successfully assigned kube-system/kube-proxy-p5g4x to kind-worker2
kube-system 11m Normal Pulled pod/kube-proxy-p5g4x Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine
kube-system 11m Warning Failed pod/kube-proxy-p5g4x Error: services have not yet been read at least once, cannot construct envvars
kube-system 11m Normal Created pod/kube-proxy-p5g4x Created container kube-proxy
kube-system 11m Normal Started pod/kube-proxy-p5g4x Started container kube-proxy
kube-system 11m Normal Scheduled pod/kube-proxy-sjpqd Successfully assigned kube-system/kube-proxy-sjpqd to kind-worker
kube-system 11m Normal Pulled pod/kube-proxy-sjpqd Container image "registry.k8s.io/kube-proxy:v1.28.9" already present on machine
kube-system 11m Normal Created pod/kube-proxy-sjpqd Created container kube-proxy
kube-system 11m Normal Started pod/kube-proxy-sjpqd Started container kube-proxy
... skipping 83 lines ...
tekton-pipelines 7m25s Normal Pulling pod/tekton-pipelines-webhook-846bd5bbdc-7qmff Pulling image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v0.65.0@sha256:268ccf3ec8b3f861313ab0e422b85012b734099e7135611935e92567dfd55b04"
tekton-pipelines 7m21s Normal Pulled pod/tekton-pipelines-webhook-846bd5bbdc-7qmff Successfully pulled image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v0.65.0@sha256:268ccf3ec8b3f861313ab0e422b85012b734099e7135611935e92567dfd55b04" in 1.949s (4.026s including waiting)
tekton-pipelines 7m21s Normal Created pod/tekton-pipelines-webhook-846bd5bbdc-7qmff Created container webhook
tekton-pipelines 7m21s Normal Started pod/tekton-pipelines-webhook-846bd5bbdc-7qmff Started container webhook
tekton-pipelines 7m25s Normal SuccessfulCreate replicaset/tekton-pipelines-webhook-846bd5bbdc Created pod: tekton-pipelines-webhook-846bd5bbdc-7qmff
tekton-pipelines 7m25s Normal ScalingReplicaSet deployment/tekton-pipelines-webhook Scaled up replica set tekton-pipelines-webhook-846bd5bbdc to 1
tekton-pipelines 2m10s Warning FailedGetResourceMetric horizontalpodautoscaler/tekton-pipelines-webhook failed to get cpu utilization: unable to get metrics for resource cpu: unable to fetch metrics from resource metrics API: the server could not find the requested resource (get pods.metrics.k8s.io)
tekton-pipelines 4m25s Warning FailedComputeMetricsReplicas horizontalpodautoscaler/tekton-pipelines-webhook invalid metrics (1 invalid out of 1), first error is: failed to get cpu resource metric value: failed to get cpu utilization: unable to get metrics for resource cpu: unable to fetch metrics from resource metrics API: the server could not find the requested resource (get pods.metrics.k8s.io)
tekton-pipelines 7m13s Normal Scheduled pod/tekton-triggers-controller-9b674cff7-5ptkn Successfully assigned tekton-pipelines/tekton-triggers-controller-9b674cff7-5ptkn to kind-worker
tekton-pipelines 7m12s Normal Pulling pod/tekton-triggers-controller-9b674cff7-5ptkn Pulling image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20241111-c6d2a8dfae@sha256:feb11724315c2c09f311b9e5fdb43c524fc5d3f558529923550c34d9c89e289f"
tekton-pipelines 7m10s Normal Pulled pod/tekton-triggers-controller-9b674cff7-5ptkn Successfully pulled image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20241111-c6d2a8dfae@sha256:feb11724315c2c09f311b9e5fdb43c524fc5d3f558529923550c34d9c89e289f" in 2.086s (2.086s including waiting)
tekton-pipelines 7m10s Normal Created pod/tekton-triggers-controller-9b674cff7-5ptkn Created container tekton-triggers-controller
tekton-pipelines 7m10s Normal Started pod/tekton-triggers-controller-9b674cff7-5ptkn Started container tekton-triggers-controller
tekton-pipelines 7m13s Normal SuccessfulCreate replicaset/tekton-triggers-controller-9b674cff7 Created pod: tekton-triggers-controller-9b674cff7-5ptkn
... skipping 9 lines ...
tekton-pipelines 7m12s Normal Pulling pod/tekton-triggers-webhook-68b4754db4-ctggs Pulling image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20241111-c6d2a8dfae@sha256:d92e28877c28da91050a7c89c2a60b109227aff544f7ac699a99ba9f6a8842ad"
tekton-pipelines 7m8s Normal Pulled pod/tekton-triggers-webhook-68b4754db4-ctggs Successfully pulled image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20241111-c6d2a8dfae@sha256:d92e28877c28da91050a7c89c2a60b109227aff544f7ac699a99ba9f6a8842ad" in 1.797s (3.863s including waiting)
tekton-pipelines 7m8s Normal Created pod/tekton-triggers-webhook-68b4754db4-ctggs Created container webhook
tekton-pipelines 7m8s Normal Started pod/tekton-triggers-webhook-68b4754db4-ctggs Started container webhook
tekton-pipelines 7m13s Normal SuccessfulCreate replicaset/tekton-triggers-webhook-68b4754db4 Created pod: tekton-triggers-webhook-68b4754db4-ctggs
tekton-pipelines 7m13s Normal ScalingReplicaSet deployment/tekton-triggers-webhook Scaled up replica set tekton-triggers-webhook-68b4754db4 to 1
tektoncd 6m9s Warning FailedCreate replicaset/el-github-listener-interceptor-749955975c Error creating: pods "el-github-listener-interceptor-749955975c-" is forbidden: error looking up service account tektoncd/tekton-triggers-github-sa: serviceaccount "tekton-triggers-github-sa" not found
tektoncd 6m30s Normal ScalingReplicaSet deployment/el-github-listener-interceptor Scaled up replica set el-github-listener-interceptor-749955975c to 3
tektoncd 6m30s Warning InternalError eventlistener/github-listener-interceptor Operation cannot be fulfilled on deployments.apps "el-github-listener-interceptor": the object has been modified; please apply your changes to the latest version and try again
tektoncd 6m30s Normal Scheduled pod/output-pipeline-run-first-create-file-pod Successfully assigned tektoncd/output-pipeline-run-first-create-file-pod to kind-worker2
tektoncd 6m30s Normal Pulling pod/output-pipeline-run-first-create-file-pod Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1"
tektoncd 6m28s Normal Pulled pod/output-pipeline-run-first-create-file-pod Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" in 1.822s (1.822s including waiting)
tektoncd 6m28s Normal Created pod/output-pipeline-run-first-create-file-pod Created container prepare
... skipping 19 lines ...
tektoncd 6m30s Normal Pending taskrun/output-pipeline-run-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
tektoncd 6m26s Normal Pending taskrun/output-pipeline-run-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
tektoncd 6m24s 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 6m20s Normal Running taskrun/output-pipeline-run-first-create-file Not all Steps in the Task have finished executing
tektoncd 6m18s Normal Succeeded taskrun/output-pipeline-run-first-create-file All Steps have completed executing
tektoncd 6m30s Normal Started pipelinerun/output-pipeline-run
tektoncd 6m30s Normal Running pipelinerun/output-pipeline-run Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
tektoncd 6m18s Normal Succeeded pipelinerun/output-pipeline-run Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
tektoncd 6m30s Normal Scheduled pod/test-template-volume-pod Successfully assigned tektoncd/test-template-volume-pod to kind-worker
tektoncd 6m30s Normal Pulling pod/test-template-volume-pod Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1"
tektoncd 6m28s Normal Pulled pod/test-template-volume-pod Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" in 1.956s (1.956s including waiting)
tektoncd 6m28s Normal Created pod/test-template-volume-pod Created container prepare
tektoncd 6m27s Normal Started pod/test-template-volume-pod Started container prepare
tektoncd 6m27s Normal Pulling pod/test-template-volume-pod Pulling image "ubuntu"
... skipping 41 lines ...
testcli-vclkq 45s Normal Pending taskrun/output-pipeline-run-88rwn-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-vclkq 43s Normal Pending taskrun/output-pipeline-run-88rwn-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-vclkq 42s Normal Pending taskrun/output-pipeline-run-88rwn-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-vclkq 40s Normal Running taskrun/output-pipeline-run-88rwn-first-create-file Not all Steps in the Task have finished executing
testcli-vclkq 8s Normal Succeeded taskrun/output-pipeline-run-88rwn-first-create-file All Steps have completed executing
testcli-vclkq 45s Normal Started pipelinerun/output-pipeline-run-88rwn
testcli-vclkq 45s Normal Running pipelinerun/output-pipeline-run-88rwn Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-vclkq 8s Normal Succeeded pipelinerun/output-pipeline-run-88rwn Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-vclkq 2m23s Normal Scheduled pod/output-pipeline-run-bcht7-first-create-file-pod Successfully assigned testcli-vclkq/output-pipeline-run-bcht7-first-create-file-pod to kind-worker
testcli-vclkq 2m22s Normal Pulled pod/output-pipeline-run-bcht7-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-vclkq 2m22s Normal Created pod/output-pipeline-run-bcht7-first-create-file-pod Created container prepare
testcli-vclkq 2m22s Normal Started pod/output-pipeline-run-bcht7-first-create-file-pod Started container prepare
testcli-vclkq 2m21s Normal Pulled pod/output-pipeline-run-bcht7-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
testcli-vclkq 2m21s Normal Created pod/output-pipeline-run-bcht7-first-create-file-pod Created container place-scripts
... skipping 15 lines ...
testcli-vclkq 2m23s Normal Pending taskrun/output-pipeline-run-bcht7-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-vclkq 2m21s Normal Pending taskrun/output-pipeline-run-bcht7-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-vclkq 2m20s Normal Pending taskrun/output-pipeline-run-bcht7-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-vclkq 2m16s Normal Running taskrun/output-pipeline-run-bcht7-first-create-file Not all Steps in the Task have finished executing
testcli-vclkq 102s Normal Succeeded taskrun/output-pipeline-run-bcht7-first-create-file All Steps have completed executing
testcli-vclkq 2m23s Normal Started pipelinerun/output-pipeline-run-bcht7
testcli-vclkq 2m23s Normal Running pipelinerun/output-pipeline-run-bcht7 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-vclkq 102s Normal Succeeded pipelinerun/output-pipeline-run-bcht7 Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-vclkq 98s Normal Scheduled pod/output-pipeline-run-csk82-first-create-file-pod Successfully assigned testcli-vclkq/output-pipeline-run-csk82-first-create-file-pod to kind-worker2
testcli-vclkq 97s Normal Pulled pod/output-pipeline-run-csk82-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-vclkq 97s Normal Created pod/output-pipeline-run-csk82-first-create-file-pod Created container prepare
testcli-vclkq 97s Normal Started pod/output-pipeline-run-csk82-first-create-file-pod Started container prepare
testcli-vclkq 96s Normal Pulled pod/output-pipeline-run-csk82-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
testcli-vclkq 96s Normal Created pod/output-pipeline-run-csk82-first-create-file-pod Created container place-scripts
... skipping 15 lines ...
testcli-vclkq 98s Normal Pending taskrun/output-pipeline-run-csk82-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-vclkq 96s Normal Pending taskrun/output-pipeline-run-csk82-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-vclkq 95s Normal Pending taskrun/output-pipeline-run-csk82-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-vclkq 91s Normal Running taskrun/output-pipeline-run-csk82-first-create-file Not all Steps in the Task have finished executing
testcli-vclkq 57s Normal Succeeded taskrun/output-pipeline-run-csk82-first-create-file All Steps have completed executing
testcli-vclkq 98s Normal Started pipelinerun/output-pipeline-run-csk82
testcli-vclkq 98s Normal Running pipelinerun/output-pipeline-run-csk82 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-vclkq 57s Normal Succeeded pipelinerun/output-pipeline-run-csk82 Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-vclkq 55s Warning FailedScheduling pod/pipeline-with-workspace-run-4qprq-reader-pod running PreBind plugin "VolumeBinding": Operation cannot be fulfilled on persistentvolumeclaims "pvc-89000c8324": the object has been modified; please apply your changes to the latest version and try again
testcli-vclkq 51s Normal Scheduled pod/pipeline-with-workspace-run-4qprq-reader-pod Successfully assigned testcli-vclkq/pipeline-with-workspace-run-4qprq-reader-pod to kind-worker2
testcli-vclkq 50s Normal Pulled pod/pipeline-with-workspace-run-4qprq-reader-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-vclkq 50s Normal Created pod/pipeline-with-workspace-run-4qprq-reader-pod Created container prepare
testcli-vclkq 50s Normal Started pod/pipeline-with-workspace-run-4qprq-reader-pod Started container prepare
testcli-vclkq 49s Normal Pulled pod/pipeline-with-workspace-run-4qprq-reader-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
... skipping 9 lines ...
testcli-vclkq 51s Normal Pending taskrun/pipeline-with-workspace-run-4qprq-reader pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-vclkq 49s Normal Pending taskrun/pipeline-with-workspace-run-4qprq-reader pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-vclkq 48s Normal Pending taskrun/pipeline-with-workspace-run-4qprq-reader pod status "Ready":"False"; message: "containers with unready status: [step-list-files]"
testcli-vclkq 47s Normal Running taskrun/pipeline-with-workspace-run-4qprq-reader Not all Steps in the Task have finished executing
testcli-vclkq 46s Normal Succeeded taskrun/pipeline-with-workspace-run-4qprq-reader All Steps have completed executing
testcli-vclkq 55s Normal Started pipelinerun/pipeline-with-workspace-run-4qprq
testcli-vclkq 55s Normal Running pipelinerun/pipeline-with-workspace-run-4qprq Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-vclkq 46s Normal Succeeded pipelinerun/pipeline-with-workspace-run-4qprq Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-vclkq 55s Normal WaitForFirstConsumer persistentvolumeclaim/pvc-89000c8324 waiting for first consumer to be created before binding
testcli-vclkq 55s Normal ExternalProvisioning persistentvolumeclaim/pvc-89000c8324 Waiting for a volume to be created either by the external provisioner 'rancher.io/local-path' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered.
testcli-vclkq 55s Normal Provisioning persistentvolumeclaim/pvc-89000c8324 External provisioner is provisioning volume for claim "testcli-vclkq/pvc-89000c8324"
testcli-vclkq 52s Normal ProvisioningSucceeded persistentvolumeclaim/pvc-89000c8324 Successfully provisioned volume pvc-cd33625f-b1e3-4208-b98b-d84ebe48ad60
testcli-vclkq 4s Normal Scheduled pod/sleep-pipeline-run-x9p9m-pipelinetask1-pod Successfully assigned testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1-pod to kind-worker2
testcli-vclkq 4s Normal Pulled pod/sleep-pipeline-run-x9p9m-pipelinetask1-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-vclkq 4s Normal Created pod/sleep-pipeline-run-x9p9m-pipelinetask1-pod Created container prepare
testcli-vclkq 4s Normal Started pod/sleep-pipeline-run-x9p9m-pipelinetask1-pod Started container prepare
testcli-vclkq 4s Normal Started taskrun/sleep-pipeline-run-x9p9m-pipelinetask1
testcli-vclkq 4s Normal Pending taskrun/sleep-pipeline-run-x9p9m-pipelinetask1 Pending
testcli-vclkq 4s Normal Pending taskrun/sleep-pipeline-run-x9p9m-pipelinetask1 pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]"
testcli-vclkq 3s Warning Failed taskrun/sleep-pipeline-run-x9p9m-pipelinetask1 TaskRun "sleep-pipeline-run-x9p9m-pipelinetask1" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.
testcli-vclkq 4s Normal Started pipelinerun/sleep-pipeline-run-x9p9m
testcli-vclkq 4s Normal Running pipelinerun/sleep-pipeline-run-x9p9m Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-vclkq 3s Warning Failed pipelinerun/sleep-pipeline-run-x9p9m PipelineRun "sleep-pipeline-run-x9p9m" was cancelled
>>> Pipeline controller log:
2024/11/11 14:38:19 Registering 8 clients
2024/11/11 14:38:19 Registering 5 informer factories
2024/11/11 14:38:19 Registering 9 informers
2024/11/11 14:38:19 Registering 3 controllers
{"level":"info","ts":1731335899.0554838,"logger":"fallback","caller":"cache/cacheclient.go:42","msg":"CACHE CLIENT &{lru:0xc000579860 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:{_:{} v:0} readerWait:{_:{} v:0}}}"}
... skipping 23 lines ...
I1111 14:38:19.290185 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01
{"severity":"info","timestamp":"2024-11-11T14:38:19.290Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-controller-54db6cd6d9-mtgps_ae994c66-eed3-4b57-9d50-2306b5a460f6\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01\"","commit":"96db451"}
I1111 14:38:19.290942 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.reconciler.00-of-01
{"severity":"info","timestamp":"2024-11-11T14:38:19.291Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-controller-54db6cd6d9-mtgps_6d8b1439-2932-48e5-8683-b2c3e412394a\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.reconciler.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.310Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"b754c65f-8fbb-4391-bde7-a173798d7d47\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1697\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.315Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-first-create-file for pipeline task first-create-file","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"063b8e82-55f3-4792-b07e-699908410add","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.336Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11.336335011 +0000 UTC m=+52.308485526} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"063b8e82-55f3-4792-b07e-699908410add","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.337Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"b754c65f-8fbb-4391-bde7-a173798d7d47\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1697\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.338Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1699\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.365Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 11, 365570968, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"80ca6b9e-f74f-4a20-936d-ed923d5a270f","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.366Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1699\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.424Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"b754c65f-8fbb-4391-bde7-a173798d7d47\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1702\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.424Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1599","message":"Found a TaskRun output-pipeline-run-first-create-file that was missing from the PipelineRun status","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b7d72589-6a7f-4c20-8c26-10e24743500b","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.438Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11.438440859 +0000 UTC m=+52.410591369} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b7d72589-6a7f-4c20-8c26-10e24743500b","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.439Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"b754c65f-8fbb-4391-bde7-a173798d7d47\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1702\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.458Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1706\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.468Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"ff1acb7d-31a1-4a8e-a4e2-4d99f89ccda6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1723\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.469Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 11, 469396514, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2734071f-d297-4f5d-b7a2-1eb6a872ba34","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.472Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1706\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.475Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"83209372-f3c0-419d-aede-1ce294e5ace6","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.491Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 11, 491604454, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a75d7ef-a217-478a-a79d-74682ffdce46","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.494Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"ff1acb7d-31a1-4a8e-a4e2-4d99f89ccda6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1723\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.535Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a978dd62-238d-44c6-b156-440da36e8805","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.536Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 11, 536068881, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6f5270e0-fc08-4ef9-8f02-2258f4b9ab74","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.572Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 11, 572139629, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"533ac6ae-59b9-46bd-a384-f60f96c30ee0","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.572Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"ff1acb7d-31a1-4a8e-a4e2-4d99f89ccda6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1736\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.675Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 11, 675390431, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"942b29d6-dccd-48d4-956e-301c09955331","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.684Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 11, 684772534, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"57ec54f1-8b6b-4f49-af87-e31d1c68c03a","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:14.605Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 14, 605519147, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d0609c0d-e5ea-4fb5-a44d-4a026f0514e3","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.009Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 15, 9023209, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write step-read]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9af6ef01-504c-490a-bdb1-448c321096fd","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.009Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"ff1acb7d-31a1-4a8e-a4e2-4d99f89ccda6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1744\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write step-read]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.024Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 15, 24631023, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write step-read]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"44b3afab-1266-4dce-9bfb-f1733dc16970","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.431Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 15, 431500266, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6649f111-2a28-4fed-b4a0-7cfaa2fdba6f","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.431Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1735\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.445Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c6681d77-5a27-423a-86b5-c44351ec8a56","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.445Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 15, 445324441, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d02e9926-6341-4255-ba8a-cb88384e69dc","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.454Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 17, 454409686, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e0602673-b99b-41f0-a3df-e2f9fd4ccd11","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.455Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1796\", 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":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.472Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"15fac51f-fbba-489d-9040-d01b32e46da4","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.474Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 17, 473851851, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"48d02b52-a533-4213-8e06-05e9878adcc7","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.033Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 19, 32954059, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c09f8b0d-7b89-4343-b015-2291191a78b8","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.034Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"ff1acb7d-31a1-4a8e-a4e2-4d99f89ccda6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1792\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.067Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 19, 67910272, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"abf0f669-666a-4c4b-b57c-113179be214d","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.068Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"ff1acb7d-31a1-4a8e-a4e2-4d99f89ccda6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1792\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.104Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 19, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"abd2a210-f36f-4c6b-9f62-f1583d4d9b63","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.474Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 21, 474141990, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8ae65e0b-0b5f-4db1-a15e-5df0f058d13d","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.474Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1808\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.490Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f8a498ed-3913-4e6c-85c3-87d1b0353d5f","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.491Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 21, 491231208, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b1c804af-873e-4567-a358-910ea9d4b1f0","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.492Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1808\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.519Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 21, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f15f97e4-fcae-4f16-9944-b04bfad512a4","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.027Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun test-template-volume/tektoncd with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 39, 22, 27514610, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ead05f43-19e7-4435-8f61-dfd61af06b04","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.027Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"ff1acb7d-31a1-4a8e-a4e2-4d99f89ccda6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1822\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.052Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : test-template-volume \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"af873fcf-9982-4dc8-b1dc-292a1a1e1a86","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.061Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"af873fcf-9982-4dc8-b1dc-292a1a1e1a86","knative.dev/key":"tektoncd/test-template-volume","duration":0.009076553}
{"severity":"info","timestamp":"2024-11-11T14:39:22.463Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 21, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"11e116e1-5f49-4d37-bdf0-c8d0bf080bb3","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.477Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-11 14:39:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d2d7a7ab-8b9e-4188-810a-89fe12a85fe4","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.477Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 21, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3371e9e4-2ecb-4917-b1e0-7f225fe489c1","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.114Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : test-template-volume \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2b0a4910-b213-4c99-8594-e5864dc02f9a","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.117Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2b0a4910-b213-4c99-8594-e5864dc02f9a","knative.dev/key":"tektoncd/test-template-volume","duration":0.003206021}
{"severity":"info","timestamp":"2024-11-11T14:39:23.469Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","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(2024, time.November, 11, 14, 39, 23, 469102959, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3324a06a-ad8f-40db-8bb9-a4d017009fef","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.469Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run-first-create-file\", UID:\"277bc072-baad-4db7-90f9-18232f5d2062\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1868\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.484Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"54a56ad3-29b0-4780-844c-ecbe312380e8","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.484Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"410ac0fc-6360-476a-8f09-7d1c6ade6462","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.484Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded True {2024-11-11 14:39:23.484609783 +0000 UTC m=+64.456760312} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"410ac0fc-6360-476a-8f09-7d1c6ade6462","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.484Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"b754c65f-8fbb-4391-bde7-a173798d7d47\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1709\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.488Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"54a56ad3-29b0-4780-844c-ecbe312380e8","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.004184774}
{"severity":"info","timestamp":"2024-11-11T14:39:23.497Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"abe967fe-6906-4a7f-a5bb-c9f70263c74b","knative.dev/key":"tektoncd/output-pipeline-run","duration":0.000151183}
{"severity":"info","timestamp":"2024-11-11T14:39:24.033Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : test-template-volume \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"131fdf3d-efa2-4828-b102-ad5422a8ae1d","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-11T14:39:24.036Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"131fdf3d-efa2-4828-b102-ad5422a8ae1d","knative.dev/key":"tektoncd/test-template-volume","duration":0.003173256}
{"severity":"info","timestamp":"2024-11-11T14:39:24.651Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e1aceac9-627b-43b6-b8cc-2c1b08b3ba2c","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:39:24.656Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e1aceac9-627b-43b6-b8cc-2c1b08b3ba2c","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.005138621}
... skipping 23 lines ...
{"severity":"info","timestamp":"2024-11-11T14:43:11.054Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-q2gdn/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 11, 54820191, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"61dffa4f-7c88-4eb0-b388-5ecb2c584678","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.055Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-q2gdn\", UID:\"8bd8f9c5-6774-4fb0-abb7-c37582528815\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2809\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.070Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-q2gdn/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 11, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cd9c99e6-014f-49b8-9bdf-46921f5cc8ec","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.660Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q\", UID:\"42c8d015-3406-40c9-9274-ca9f36410cb1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2867\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.740Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object pipeline-optional-ws-run-jw26q-reader for pipeline task reader","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8628fa2d-4874-492b-98a7-4259eb6b19d8","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.831Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2875\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.839Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded Unknown {2024-11-11 14:43:12.835564092 +0000 UTC m=+293.807714606} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8628fa2d-4874-492b-98a7-4259eb6b19d8","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.839Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q\", UID:\"42c8d015-3406-40c9-9274-ca9f36410cb1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2867\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.900Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 12, 900264253, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9982680b-fc19-4d12-9d79-3428209e17ce","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.901Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2875\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.094Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded Unknown {2024-11-11 14:43:12 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"610e2963-9274-4751-9153-8e41b00bee74","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.150Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-q2gdn/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 149943337, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"642e9e06-cf92-4b68-b0f2-7a442f5d86ec","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.150Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-q2gdn\", UID:\"8bd8f9c5-6774-4fb0-abb7-c37582528815\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2851\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.166Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 166681988, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0fde784d-314e-4914-8ab2-3222e75d6201","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.167Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2889\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.167Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2889\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.195Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded Unknown {2024-11-11 14:43:12 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"aea76ffc-0c81-4617-9ffa-7098ac686e21","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.228Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-q2gdn \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"51c6c4b2-4290-4f96-9b0f-97cd84be6402","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.264Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run\", UID:\"35c02b28-73ae-40bc-9dcf-7b0a4f3a47a1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2901\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.266Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"51c6c4b2-4290-4f96-9b0f-97cd84be6402","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn","duration":0.037489886}
{"severity":"info","timestamp":"2024-11-11T14:43:13.300Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run\", UID:\"35c02b28-73ae-40bc-9dcf-7b0a4f3a47a1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2901\", FieldPath:\"\"}): type: 'Normal' reason: 'ResolvingPipelineRef' PipelineRun testcli-lr7zk/git-resolver-run awaiting remote resource","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.313Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded Unknown {2024-11-11 14:43:12 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fd037e1d-d6c5-4b02-a98b-b65279df90ed","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.319Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 319063761, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"94afae17-76f1-4209-bcb6-285e69db30d4","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.372Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"a91e3c04-c5cf-4c13-a370-d00189685616","knative.dev/key":"testcli-lr7zk/cluster-efd5961db60842a0e964ed9a57fd0aed","duration":0.017407853}
{"severity":"info","timestamp":"2024-11-11T14:43:13.375Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"7b42014a-1c1d-413a-ab10-8c920d693704","knative.dev/key":"testcli-lr7zk/cluster-efd5961db60842a0e964ed9a57fd0aed","duration":0.000156267}
{"severity":"info","timestamp":"2024-11-11T14:43:13.421Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object git-resolver-run-echo for pipeline task echo","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b7092201-9f2a-4e31-8312-95476b612b14","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.438Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2914\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.439Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-11 14:43:13.439516116 +0000 UTC m=+294.411666621} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b7092201-9f2a-4e31-8312-95476b612b14","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.439Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run\", UID:\"35c02b28-73ae-40bc-9dcf-7b0a4f3a47a1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2912\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.459Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 458999628, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"87ae4306-a9ba-4b8b-b42a-12375fef4ad8","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.459Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2914\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.517Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"73890f8a-f7ca-4816-9fdd-600c90a59f31","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.535Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"081321b0-54f8-4d20-9fcb-1e76d1a246f6","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.536Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 535993633, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0d5c142f-5528-4a83-8551-38b810bc1485","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.536Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2924\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.550Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler\", UID:\"9a89bf2b-95a7-4d04-a357-504b3c19af51\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2926\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.550Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object exit-handler-print-msg for pipeline task print-msg","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"68d59b83-065a-4d3f-b722-09156f939950","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.565Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e75fa490-a7b1-46df-9a8d-21a8ee051f27","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.566Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 566595385, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"152cd0e7-5741-4324-bccf-d09e07d7d0f7","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.571Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:13.571282599 +0000 UTC m=+294.543433114} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"68d59b83-065a-4d3f-b722-09156f939950","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.571Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler\", UID:\"9a89bf2b-95a7-4d04-a357-504b3c19af51\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2926\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.571Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-print-msg\", UID:\"79aefc91-4cfb-4400-86c3-6b4e6afb4289\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2930\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.586Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 586199074, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"57999e18-c32b-49ce-9031-ffb8465e4e45","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.587Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-print-msg\", UID:\"79aefc91-4cfb-4400-86c3-6b4e6afb4289\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2930\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.654Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b19a9702-24ad-4c11-82a7-d36c1f2f1328","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.660Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"67cb64c4-d23c-4f90-a6bd-b453c400a726","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.668Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 668928015, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"780efec6-12a3-4dbb-8079-ab2c0fe3878a","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.670Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-print-msg\", UID:\"79aefc91-4cfb-4400-86c3-6b4e6afb4289\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2942\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.670Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fe0fe321-a82a-4334-a6d6-3dc3f74f75a3","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.687Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 687525301, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8687d3e2-b73a-441b-a4a7-23a7eceb2f26","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.688Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-print-msg\", UID:\"79aefc91-4cfb-4400-86c3-6b4e6afb4289\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2942\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.691Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"cae2c741-9754-4a4a-ae51-cb153289a9b7","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.723Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 13, 723054358, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"466a33b1-5899-4f8b-90f3-56ddcf1da56d","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.152Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj\", UID:\"1ade3170-6f5f-4b16-8045-08d3a5925307\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2953\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.329Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-knsgj-first-create-file for pipeline task first-create-file","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5a23e703-636f-4b1e-8b9b-f902d567ee00","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.398Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-k52j8\", UID:\"1bfa83a4-0390-40f9-b083-035f5a9ac7e1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2955\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.473Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14.473123266 +0000 UTC m=+295.445273782} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5a23e703-636f-4b1e-8b9b-f902d567ee00","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.474Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj\", UID:\"1ade3170-6f5f-4b16-8045-08d3a5925307\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2953\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.474Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2960\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.715Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 14, 715363390, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5c182375-84ac-4263-b6ce-5a71e2fe22a3","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.715Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-k52j8\", UID:\"1bfa83a4-0390-40f9-b083-035f5a9ac7e1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2955\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.973Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 14, 973734235, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a7771eec-386a-468a-b853-c569f7c88c5f","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.983Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2960\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.072Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"cb68b9ab-c298-4d35-a118-b684711db875","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.187Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-q2gdn \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8c832de3-9d37-4bfb-a5a0-bbeb74447cd1","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.228Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0a2c8f67-574e-48d1-b250-7ba26eac40d9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.270Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8c832de3-9d37-4bfb-a5a0-bbeb74447cd1","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn","duration":0.082779616}
{"severity":"info","timestamp":"2024-11-11T14:43:15.273Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 15, 273037433, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1b1fdbfc-ef70-44be-bc35-195e08246d80","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.293Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-k52j8\", UID:\"1bfa83a4-0390-40f9-b083-035f5a9ac7e1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2991\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.398Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 15, 398255429, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b3e475ed-1096-4ee4-bdee-07c40c1702c2","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.494Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-q2gdn \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7c62f715-f90a-4377-aa2d-21605a7426a4","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.515Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7c62f715-f90a-4377-aa2d-21605a7426a4","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn","duration":0.021963308}
{"severity":"info","timestamp":"2024-11-11T14:43:15.537Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c6078f3a-6715-4cc0-a56b-da727788b9d3","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.548Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 15, 548398487, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d62cf4c5-105d-41da-95df-0c989ee201e8","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.561Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3011\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.595Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"465d2934-0fba-4fe0-9649-47981a37a69d","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.611Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 15, 611591449, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7d8abca1-f13b-410e-81df-f4145bfd9114","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.879Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 15, 879797031, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"13c787fc-696c-42ac-bf35-6b87fd4f4f87","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.880Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2928\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.912Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ccef7cf2-7e27-4889-b9da-072b04de5f4e","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.913Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-9c7pk\", Name:\"output-pipeline-run-bp2sj\", UID:\"5ce60b1f-f7f9-47f1-98af-0c5e9bc15b0a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3024\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.914Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 15, 914071362, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d3ddb9ab-1988-4b5e-819e-eb3523b70050","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"error","timestamp":"2024-11-11T14:43:15.914Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:267","message":"Reconcile error: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2fa69e3d-0c3e-4baf-b8bc-e02d67166f5e","knative.dev/key":"testcli-9c7pk/output-pipeline-run-bp2sj","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-20240416145024-0f34a8815650/controller/controller.go:542\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.914Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-9c7pk\", Name:\"output-pipeline-run-bp2sj\", UID:\"5ce60b1f-f7f9-47f1-98af-0c5e9bc15b0a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3024\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' [User error] PipelineRun testcli-9c7pk/output-pipeline-run-bp2sj doesn't bind Pipeline testcli-9c7pk/output-pipeline's Workspaces correctly: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:43:16.008Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/reconciler.go:295","message":"Returned an error","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2fa69e3d-0c3e-4baf-b8bc-e02d67166f5e","knative.dev/key":"testcli-9c7pk/output-pipeline-run-bp2sj","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-20240416145024-0f34a8815650/controller/controller.go:542\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:43:16.008Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2fa69e3d-0c3e-4baf-b8bc-e02d67166f5e","knative.dev/key":"testcli-9c7pk/output-pipeline-run-bp2sj","duration":0.100768419,"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-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.010Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-9c7pk\", Name:\"output-pipeline-run-bp2sj\", UID:\"5ce60b1f-f7f9-47f1-98af-0c5e9bc15b0a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3024\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' 1 error occurred:\n\t* pipeline requires workspace with name \"shared-data\" be provided by pipelinerun\n\n","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.012Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"17f9c6d2-5d2d-47d1-a4b8-5a321e8609b1","knative.dev/key":"testcli-9c7pk/output-pipeline-run-bp2sj","duration":0.000229324}
{"severity":"info","timestamp":"2024-11-11T14:43:16.127Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 16, 127050641, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"91ff0801-81b3-49f1-b297-b8cecbaea205","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.127Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-print-msg\", UID:\"79aefc91-4cfb-4400-86c3-6b4e6afb4289\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2945\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.164Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"615aa059-a084-4039-8b9e-60e082eac522","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.166Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 16, 166435114, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0408cfbe-4522-4c31-8ca9-3519a1fb43d6","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.160Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 17, 160850437, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ffbf37fe-9dc0-4412-b11f-01b212577a76","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.161Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3017\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.207Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"7fa21a89-f692-4fdd-bd64-c6e77e73c68e","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.209Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 17, 209358473, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"68ced179-65b4-4242-9640-7e91ec810249","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.750Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 17, 750583179, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-echo]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"715aa47f-6c3f-479e-901a-80bbf1643424","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.751Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3025\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.793Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 17, 793628706, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-echo]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"642806a5-3c03-4323-9734-801d6552aa35","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.794Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0a42b112-cf11-4599-a8a3-589ff392cb29","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.803Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 17, 803349457, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"53ebb691-77e4-4fa9-af25-ea886ae4db96","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.832Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 17, 832413747, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0259d694-aa1f-43b8-9fc5-d68b1f893bd7","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.193Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 193628362, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"98f1f2dd-83d8-4f82-b5e1-0a570e30975f","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.193Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3048\", 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":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.247Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4efca563-01c1-45d6-a06a-80de0066fef2","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.249Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 249648314, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4646e5a2-1eed-4363-9107-9636e6ecf59b","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.736Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7\", UID:\"ce5588e7-28af-4084-9ad7-213b003b9a38\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3079\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.775Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-bcht7-first-create-file for pipeline task first-create-file","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"54dfe387-e800-417a-8807-b396e8599de1","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.794Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 794017238, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7f1d2c39-e8c7-46d5-907c-f9ce69536a08","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.796Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3064\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.796Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7-first-create-file\", UID:\"967dc439-e1d2-4cf9-8d8c-3cd2e4560892\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3083\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.796Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18.796619805 +0000 UTC m=+299.768770320} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"54dfe387-e800-417a-8807-b396e8599de1","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.797Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7\", UID:\"ce5588e7-28af-4084-9ad7-213b003b9a38\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3079\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.815Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 815561580, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"885bf28f-af26-4bce-bfe9-c803a99179b2","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.815Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3064\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.820Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c2aa77fb-91fd-4d22-b917-eb4951f371b3","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.843Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 843186814, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6fe34b50-a355-423f-a5e8-f81e62ce8a91","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.844Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7-first-create-file\", UID:\"967dc439-e1d2-4cf9-8d8c-3cd2e4560892\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3083\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.856Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 855025862, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d3ba6ee8-1bad-4b32-9753-9ca8000d06e6","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.857Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2906\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.894Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded Unknown {2024-11-11 14:43:12 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"882e06ed-5609-4007-927f-4eb54afc60ec","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.897Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 897400754, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fac8ce7a-f330-4caf-a8a5-b2dee65256f0","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.898Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-k52j8\", UID:\"1bfa83a4-0390-40f9-b083-035f5a9ac7e1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3001\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.905Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"96c70f49-140f-4829-bcfb-3a7fdb0dd9b4","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.934Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"15c07558-f64c-4b27-8ff1-b900bc084dab","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.935Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 935579775, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ccf2646a-2a5b-402f-ab25-cae35f2ffdb4","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.936Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 936716674, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b3550786-f8d2-4e63-b7ca-29e97e50f906","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.974Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"76a56949-cc17-4d45-bbc9-87fc63933bd6","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.980Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 18, 980353858, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4b9fb9b9-de74-4c69-9468-6cee24a42298","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.981Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7-first-create-file\", UID:\"967dc439-e1d2-4cf9-8d8c-3cd2e4560892\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3105\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.018Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1903842b-db29-4979-9c49-375246cc0394","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.020Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 19, 20782586, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"eca087f9-4055-4823-8d20-f0114d0fad16","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.155Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 19, 155506534, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"711c31ce-edd3-44f2-92b5-d25d599a22a0","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.156Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-print-msg\", UID:\"79aefc91-4cfb-4400-86c3-6b4e6afb4289\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3035\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.189Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 19, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d168e367-bd7f-4f55-b033-eb816feaeda1","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.190Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 19, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5b8bc12a-d36a-4d82-9031-0146d7577e0a","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.191Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:13 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"40b64932-23b3-4c2b-a9bf-c4b019e6972a","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.765Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-lr7zk with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 19, 765858240, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"25585d5c-6831-484c-bfd6-0afe6ae2ed78","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.766Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3089\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.787Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun git-resolver-run so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b5f3b550-8bc7-440a-acb3-1a02231624d6","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.787Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded True {2024-11-11 14:43:19.787462971 +0000 UTC m=+300.759613483} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b5f3b550-8bc7-440a-acb3-1a02231624d6","knative.dev/key":"testcli-lr7zk/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.788Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run\", UID:\"35c02b28-73ae-40bc-9dcf-7b0a4f3a47a1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2923\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.789Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : git-resolver-run-echo \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"de94bce4-b862-41c9-9781-84b0b39081d9","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.796Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"de94bce4-b862-41c9-9781-84b0b39081d9","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","duration":0.006667766}
{"severity":"info","timestamp":"2024-11-11T14:43:19.818Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"f85b5422-4e57-4ee0-9b66-e73de55ca81b","knative.dev/key":"testcli-lr7zk/git-resolver-run","duration":0.000260005}
{"severity":"info","timestamp":"2024-11-11T14:43:20.792Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 20, 792621118, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5ed305ba-b42c-427c-b33e-d5eb841fbabe","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.793Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7-first-create-file\", UID:\"967dc439-e1d2-4cf9-8d8c-3cd2e4560892\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3107\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.840Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"132c53d5-d103-428c-ae57-000925d11e8f","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.844Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 20, 842613025, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"837e1663-2a14-4d7c-9dc2-176f0c0922e9","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.999Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : git-resolver-run-echo \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"05c82a10-bf6e-450a-896f-2260386f1d13","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.004Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"05c82a10-bf6e-450a-896f-2260386f1d13","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","duration":0.004944981}
{"severity":"info","timestamp":"2024-11-11T14:43:21.147Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 21, 147486869, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b1717a93-d76d-4bd5-a005-78196c854d0c","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.148Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-print-msg\", UID:\"79aefc91-4cfb-4400-86c3-6b4e6afb4289\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3112\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.183Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : exit-handler-print-msg \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4f7d127b-8366-4195-921e-494559417a7e","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.185Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object exit-handler-echo-on-exit for pipeline task echo-on-exit","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"28b86407-50da-429e-9d90-4c79e3279b7c","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.193Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4f7d127b-8366-4195-921e-494559417a7e","knative.dev/key":"testcli-4l28g/exit-handler-print-msg","duration":0.010653701}
{"severity":"info","timestamp":"2024-11-11T14:43:21.199Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:21.199670666 +0000 UTC m=+302.171821238} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"28b86407-50da-429e-9d90-4c79e3279b7c","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.201Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler\", UID:\"9a89bf2b-95a7-4d04-a357-504b3c19af51\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2940\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.205Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-echo-on-exit\", UID:\"b36defbe-6bda-4ecc-aae6-cb0d8771028a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3163\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.235Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 21, 235498294, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8628d332-d5df-43ca-8cf4-d6c367556033","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.235Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-echo-on-exit\", UID:\"b36defbe-6bda-4ecc-aae6-cb0d8771028a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3163\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.237Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1599","message":"Found a TaskRun exit-handler-echo-on-exit that was missing from the PipelineRun status","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"11d516d3-575c-4f18-9abf-62702574691e","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.240Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:21.240230149 +0000 UTC m=+302.212380664} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"11d516d3-575c-4f18-9abf-62702574691e","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.241Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler\", UID:\"9a89bf2b-95a7-4d04-a357-504b3c19af51\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2940\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.319Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:21 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"dabd31e5-8a4f-4ab9-b95f-7d3ba6989081","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.327Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 21, 327455581, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0da7dd16-ce45-4f4e-b613-07400ddc79f3","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.327Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-echo-on-exit\", UID:\"b36defbe-6bda-4ecc-aae6-cb0d8771028a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3176\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.328Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-echo-on-exit\", UID:\"b36defbe-6bda-4ecc-aae6-cb0d8771028a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3176\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.329Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:21 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"41adeaa5-d498-44a6-a8c0-224a8049c89b","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.376Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 21, 376760171, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7e1a1568-65b4-4c05-ba70-54ed690e3330","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.377Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:21 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e0fa17c0-3e88-462e-8deb-e7b0e1be33f2","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.805Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 21, 805849268, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"19442b4f-9bfb-42ae-80cf-cdee4b65ac0f","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.815Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7-first-create-file\", UID:\"967dc439-e1d2-4cf9-8d8c-3cd2e4560892\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3142\", 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":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.846Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : git-resolver-run-echo \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0dd8bac4-1ea1-4957-a74d-3ee1d7817445","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.866Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1bae6e35-2232-40d3-bbec-6bb4fba5241e","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.869Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0dd8bac4-1ea1-4957-a74d-3ee1d7817445","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","duration":0.023115504}
{"severity":"info","timestamp":"2024-11-11T14:43:21.871Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 21, 871639124, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e3c983ab-66da-4f16-8897-44b83d69f254","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.882Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 21, 882364055, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e0089721-3fb0-4f93-b6d3-e0d7b13cdbb7","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.332Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : exit-handler-print-msg \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2b17a30d-db55-4ea3-b925-acc53dc0e198","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.336Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2b17a30d-db55-4ea3-b925-acc53dc0e198","knative.dev/key":"testcli-4l28g/exit-handler-print-msg","duration":0.004694469}
{"severity":"info","timestamp":"2024-11-11T14:43:22.555Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e2da4f81-ed18-489c-ae38-3fec48fdca02","knative.dev/key":"testcli-9c7pk/output-pipeline-run-bp2sj","duration":0.000065357}
{"severity":"info","timestamp":"2024-11-11T14:43:22.802Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 22, 802539568, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0373d9ab-d751-497f-9275-7e8edce94b2a","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.802Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-echo-on-exit\", UID:\"b36defbe-6bda-4ecc-aae6-cb0d8771028a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3181\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.824Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:21 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5d8f14a1-c765-4e2a-8058-48680c0759a4","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.828Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 22, 828519790, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-main]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c938709e-936d-46b5-b9c2-9152b686acd1","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.900Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 22, 900669460, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e2aa4da7-2a85-4d2d-9bc3-a6f25161a16f","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.901Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3100\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.926Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded Unknown {2024-11-11 14:43:12 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"745ca5e0-0e68-4371-adf3-f5e74ee05b59","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.927Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 22, 927530650, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4d27e3b1-93f2-4f33-9361-84450459118f","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.930Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 22, 930284715, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f366c90b-3e88-42af-8328-5dff5c674c12","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.930Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-k52j8\", UID:\"1bfa83a4-0390-40f9-b083-035f5a9ac7e1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3104\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.967Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 22, 967594005, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3731cb5b-48a9-4668-bded-9809c30c317b","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.191Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : exit-handler-print-msg \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"12664b59-3738-4b05-b9b9-d72a0fec053b","knative.dev/key":"testcli-4l28g/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.192Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 23, 191991249, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"14039b09-ffa3-4f30-99ae-7a70cc1b8afb","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.192Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3076\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.198Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"12664b59-3738-4b05-b9b9-d72a0fec053b","knative.dev/key":"testcli-4l28g/exit-handler-print-msg","duration":0.006269442}
{"severity":"info","timestamp":"2024-11-11T14:43:23.210Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 23, 210336958, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f6db5abb-b4f1-4594-93b8-786a2fe7d346","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.210Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"19ced841-2c97-4dc9-9c5e-64207ed5a814","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.210Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3076\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.243Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 23, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9024e10e-dbd6-41b5-8fda-9a16df3390a6","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.841Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 24, 841370603, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7e43cf26-6223-4b38-afc7-1a77420b3a5c","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.842Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-echo-on-exit\", UID:\"b36defbe-6bda-4ecc-aae6-cb0d8771028a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3271\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.863Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-11 14:43:21 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ee0b6edf-9154-4b5a-8a18-14cfaf0cedc6","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.868Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 24, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"392111a7-c2c6-4da5-8350-8021d4f739da","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.558Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.Reconciler","knative.dev/kind":"resolution.tekton.dev.ResolutionRequest","knative.dev/traceid":"7e725db5-b683-4d84-a565-c2cd1f4c87cc","knative.dev/key":"testcli-lr7zk/cluster-efd5961db60842a0e964ed9a57fd0aed","duration":0.000052325}
{"severity":"info","timestamp":"2024-11-11T14:43:25.559Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"8e4851b8-6b4b-4021-a7e5-f323126cae3f","knative.dev/key":"testcli-lr7zk/git-resolver-run","duration":0.000217935}
{"severity":"info","timestamp":"2024-11-11T14:43:25.575Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : git-resolver-run-echo \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"947c1cb3-326d-4117-9156-599999800e58","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"error","timestamp":"2024-11-11T14:43:25.580Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"947c1cb3-326d-4117-9156-599999800e58","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","targetMethod":"ReconcileKind","error":"pods \"git-resolver-run-echo-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-20240416145024-0f34a8815650/controller/controller.go:542\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:43:25.580Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"947c1cb3-326d-4117-9156-599999800e58","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","duration":0.005245433,"error":"pods \"git-resolver-run-echo-pod\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.581Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : git-resolver-run-echo \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e3f80e99-1094-45ec-b522-7db41d8e9afc","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.581Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3121\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"git-resolver-run-echo-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:43:25.585Z","logger":"tekton-pipelines-controller","caller":"taskrun/reconciler.go:295","message":"Returned an error","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e3f80e99-1094-45ec-b522-7db41d8e9afc","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","targetMethod":"ReconcileKind","error":"pods \"git-resolver-run-echo-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-20240416145024-0f34a8815650/controller/controller.go:542\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:43:25.585Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e3f80e99-1094-45ec-b522-7db41d8e9afc","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","duration":0.0042809,"error":"pods \"git-resolver-run-echo-pod\" not found","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.585Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lr7zk\", Name:\"git-resolver-run-echo\", UID:\"caeb1049-0772-4fe2-9ce5-a2664520dcf4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3121\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"git-resolver-run-echo-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.593Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ddf85d00-5eb0-48bc-a298-b24c92890c98","knative.dev/key":"testcli-lr7zk/git-resolver-run","duration":0.000046338}
{"severity":"info","timestamp":"2024-11-11T14:43:25.610Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"71fdd7f6-dadd-438b-b343-e38e72725983","knative.dev/key":"testcli-lr7zk/git-resolver-run","duration":0.000048631}
{"severity":"info","timestamp":"2024-11-11T14:43:25.610Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e44358a4-0549-4dcc-821d-9c116794f1a6","knative.dev/key":"testcli-lr7zk/git-resolver-run-echo","duration":0.000041027}
{"severity":"info","timestamp":"2024-11-11T14:43:25.966Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 25, 966031782, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"83cb22cd-94da-4663-a2de-a26a70262372","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.966Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7-first-create-file\", UID:\"967dc439-e1d2-4cf9-8d8c-3cd2e4560892\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3201\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.987Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"23367807-d61f-42f3-a342-2deb3c097a3e","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.989Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 25, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"15bcfba7-b54f-48eb-90de-e2ec5a566a3f","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.832Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-4l28g with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 26, 832650394, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e245d684-3141-488c-92a5-e6fbaeae29e7","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.833Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler-echo-on-exit\", UID:\"b36defbe-6bda-4ecc-aae6-cb0d8771028a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3324\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.859Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0ddc88a4-eb61-44b8-875c-0fb2ebcdbd11","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.860Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun exit-handler so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"86c8214c-ae9a-41a7-8f92-31d9d1f4a3f2","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.860Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded True {2024-11-11 14:43:26.860671427 +0000 UTC m=+307.832821939} Succeeded Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"86c8214c-ae9a-41a7-8f92-31d9d1f4a3f2","knative.dev/key":"testcli-4l28g/exit-handler"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.861Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4l28g\", Name:\"exit-handler\", UID:\"9a89bf2b-95a7-4d04-a357-504b3c19af51\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3166\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.865Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0ddc88a4-eb61-44b8-875c-0fb2ebcdbd11","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit","duration":0.006270174}
{"severity":"info","timestamp":"2024-11-11T14:43:26.884Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"654ec310-f6a7-4d3c-89be-6d7d8a889f02","knative.dev/key":"testcli-4l28g/exit-handler","duration":0.000224643}
{"severity":"info","timestamp":"2024-11-11T14:43:26.936Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 26, 936168702, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16633618-1846-44ac-8132-6a269b1efd5b","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.936Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3290\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.954Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded Unknown {2024-11-11 14:43:12 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bd768fc2-81d9-4da2-9f9f-3cf135786dbe","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.954Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 26, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c5ec52a2-63cc-4e42-87e8-41d358f8e88f","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.012Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-jw26q-reader/testcli-wdfzw with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 28, 11987021, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"010c1e46-18e9-4277-8d53-6f574fb3e0f3","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.017Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q-reader\", UID:\"8fd76efa-b306-458f-aa78-a2c26d8d86d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3429\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.107Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun pipeline-optional-ws-run-jw26q so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"abf229e1-09f1-4f3e-bc3c-c83f539e8d18","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.107Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-jw26q status is being set to &{Succeeded True {2024-11-11 14:43:28.107711202 +0000 UTC m=+309.079861711} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"abf229e1-09f1-4f3e-bc3c-c83f539e8d18","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.108Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-optional-ws-run-jw26q-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5ca1f50e-3caf-4869-98be-8199ce5b45fa","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.108Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-wdfzw\", Name:\"pipeline-optional-ws-run-jw26q\", UID:\"42c8d015-3406-40c9-9274-ca9f36410cb1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2892\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.138Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : exit-handler-echo-on-exit \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"345e4997-9ffc-401d-9313-58eece19e1ad","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.186Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9602b2df-9487-42ca-a6da-5ec362da50b6","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q","duration":0.00017367}
{"severity":"info","timestamp":"2024-11-11T14:43:28.174Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5ca1f50e-3caf-4869-98be-8199ce5b45fa","knative.dev/key":"testcli-wdfzw/pipeline-optional-ws-run-jw26q-reader","duration":0.066564769}
{"severity":"info","timestamp":"2024-11-11T14:43:28.194Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"345e4997-9ffc-401d-9313-58eece19e1ad","knative.dev/key":"testcli-4l28g/exit-handler-echo-on-exit","duration":0.055848328}
{"severity":"info","timestamp":"2024-11-11T14:43:28.256Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-k52j8/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 28, 256752186, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ee6fccf0-31ba-4836-a5ce-3eaece40015c","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-k52j8"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.257Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-k52j8\", UID:\"1bfa83a4-0390-40f9-b083-035f5a9ac7e1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3294\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
... skipping 103 lines ...
{"severity":"info","timestamp":"2024-11-11T14:43:55.767Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 23, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9aff04c3-825a-4721-93cf-bd0777998358","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.795Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-hgtzv \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6ba6ad99-4718-4c43-bdf4-14015bf33a3e","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-hgtzv"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.823Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 55, 823114671, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9ca2032b-215e-42e3-95a5-4e1eed67265a","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.825Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-mxfq7\", UID:\"a80f7fe9-a93a-465b-8b13-0a942eab4d02\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4027\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.890Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6ba6ad99-4718-4c43-bdf4-14015bf33a3e","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-hgtzv","duration":0.095016893}
{"severity":"info","timestamp":"2024-11-11T14:43:55.892Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 23, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8586342c-31fc-4acc-a3ea-0bd70a18dd14","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.899Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded Unknown {2024-11-11 14:43:14 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5fa9c8cc-6bee-4c4f-be79-76a9c60d522b","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.934Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-kn592 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c3de10e4-14fb-4a89-839e-23b8d7a0a4f3","knative.dev/key":"testcli-lgjdg/read-task-run-kn592"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.945Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c3de10e4-14fb-4a89-839e-23b8d7a0a4f3","knative.dev/key":"testcli-lgjdg/read-task-run-kn592","duration":0.010301181}
{"severity":"info","timestamp":"2024-11-11T14:43:56.018Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 56, 18159894, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f1b4916e-ac2e-4445-aafa-adf2103e03f7","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.018Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-mxfq7\", UID:\"a80f7fe9-a93a-465b-8b13-0a942eab4d02\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4039\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.050Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 56, 50478503, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b64de8ad-d3df-475d-88b5-b8ad24bf697c","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.051Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 56, 51388695, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d2a7ae12-56e8-443e-8182-76134d157f23","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.608Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-knsgj-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 56, 608269130, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"90917b84-8609-4659-8b63-4f5e0e73eb75","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.616Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj-first-create-file\", UID:\"3b96dd43-e12a-414d-8383-eeafd8c50606\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4031\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.625Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-kn592 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6fa1149c-5da9-48fe-adf3-444316381f69","knative.dev/key":"testcli-lgjdg/read-task-run-kn592"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.676Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6fa1149c-5da9-48fe-adf3-444316381f69","knative.dev/key":"testcli-lgjdg/read-task-run-kn592","duration":0.051026957}
{"severity":"info","timestamp":"2024-11-11T14:43:56.678Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-knsgj so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"94f777f0-6698-4ca4-918c-3411b775ffb9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.678Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-knsgj status is being set to &{Succeeded True {2024-11-11 14:43:56.678374131 +0000 UTC m=+337.650524638} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"94f777f0-6698-4ca4-918c-3411b775ffb9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.679Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-knsgj-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bf9f0d9c-cb7a-4df0-84ff-f1d8e53c1246","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.679Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-knsgj\", UID:\"1ade3170-6f5f-4b16-8045-08d3a5925307\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2979\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.691Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bf9f0d9c-cb7a-4df0-84ff-f1d8e53c1246","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file","duration":0.011758719}
{"severity":"info","timestamp":"2024-11-11T14:43:56.721Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"aae2ac0f-9f22-4f85-95bc-5a01ec06a2b7","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj","duration":0.000197718}
{"severity":"info","timestamp":"2024-11-11T14:43:56.955Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr\", UID:\"d5a626a9-26e8-4290-806f-3d296173104e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4052\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.102Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-pvkwr-first-create-file for pipeline task first-create-file","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"dcbd8a9f-f276-4ef5-bfb3-cfb401f6eda9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.112Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-hgtzv \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16e885b1-3a69-4cfa-9361-4e0b6b9cab60","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-hgtzv"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.162Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16e885b1-3a69-4cfa-9361-4e0b6b9cab60","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-hgtzv","duration":0.050339857}
{"severity":"info","timestamp":"2024-11-11T14:43:57.195Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-5ldsh\", UID:\"9ebfe8cd-b71e-4176-b039-a6e823e7c85c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4056\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.216Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr-first-create-file\", UID:\"7438a291-be57-4ded-83d5-22d5276c7ffb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4057\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.218Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57.218356481 +0000 UTC m=+338.190506995} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"dcbd8a9f-f276-4ef5-bfb3-cfb401f6eda9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.218Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr\", UID:\"d5a626a9-26e8-4290-806f-3d296173104e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4052\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.227Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr\", UID:\"8af85670-f6e0-4e3c-9aa2-a34247cf2cca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4058\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.276Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-5hqjr-first-create-file for pipeline task first-create-file","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"456220fb-9dd0-469a-9916-b00a97a14a58","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.316Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57.316021158 +0000 UTC m=+338.288171672} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"456220fb-9dd0-469a-9916-b00a97a14a58","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.316Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr\", UID:\"8af85670-f6e0-4e3c-9aa2-a34247cf2cca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4058\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.410Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 57, 410948055, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a62f29f-f417-4be9-b5db-42a88637a654","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.449Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-5ldsh\", UID:\"9ebfe8cd-b71e-4176-b039-a6e823e7c85c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4056\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.522Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 57, 522580373, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"114e47b3-4f4f-4894-935b-3d5af58d0436","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.523Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr-first-create-file\", UID:\"7438a291-be57-4ded-83d5-22d5276c7ffb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4057\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.679Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ee91884b-d0f3-4aa9-a057-bf0ea598d063","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.679Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"386eed7a-0e16-42fc-8ef1-f557304dd5aa","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.757Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4064\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.981Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"642ad214-23b8-4b3b-ab07-553c5276bf70","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.108Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 108727778, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"405981f4-f6a6-41c5-8f79-030b030ff132","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.116Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 116228790, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"afeec78d-fd5c-4782-b392-28d3274c59ed","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.122Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 122482819, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"71900023-0ae7-4426-ade5-c9e437b1d0f6","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.138Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-5ldsh\", UID:\"9ebfe8cd-b71e-4176-b039-a6e823e7c85c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4083\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.138Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4064\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.210Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-hgtzv \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"db191b16-845c-4df2-9ff2-b95911433b95","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-hgtzv"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.247Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"138506cc-cba6-44da-886b-4001550572a1","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.248Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"db191b16-845c-4df2-9ff2-b95911433b95","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-hgtzv","duration":0.037623313}
{"severity":"info","timestamp":"2024-11-11T14:43:58.249Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 249567011, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fbd65534-fd8f-44d1-887f-efffd3293932","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.250Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr-first-create-file\", UID:\"7438a291-be57-4ded-83d5-22d5276c7ffb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4086\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.281Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-knsgj-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"26217cca-7df3-44fb-93b6-92fe1f38cc1c","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.298Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"de8222fa-ac6b-4f61-9d1e-17246213c255","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.301Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"26217cca-7df3-44fb-93b6-92fe1f38cc1c","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file","duration":0.019704153}
{"severity":"info","timestamp":"2024-11-11T14:43:58.314Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2a9003bc-fe33-4946-a65a-dee2a4a13484","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.316Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 316335954, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"218515ff-c470-4176-8766-208791696ce5","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.317Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 317658398, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5534bf00-1358-439a-babe-21caa60fc7c7","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.318Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 318040370, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ebb66988-d9e9-49bd-b208-ee38abd2f2a8","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.318Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4103\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.354Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2b6f05e3-155e-4b69-988e-676e492ddec2","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.356Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 356207222, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"cf55dff5-86dd-4ebe-a115-a6bb317c8fea","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.477Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 25, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b004a75c-b7ce-4b00-b010-5823705672b9","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.505Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded Unknown {2024-11-11 14:43:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4b0beac4-428a-42c9-84c3-e1619076f516","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.508Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 25, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0cc9d5f1-3f7f-4fe0-985c-39949b04a486","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.587Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 587251944, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9f74fbe6-f0ea-4a41-a89f-ce10e2ef7f24","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.591Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-mxfq7\", UID:\"a80f7fe9-a93a-465b-8b13-0a942eab4d02\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4041\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.656Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 58, 655992122, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6dfc587c-3e74-4929-a0cc-204375894135","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.687Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-knsgj-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"66037849-930a-4913-ab78-2548c669046c","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.719Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"66037849-930a-4913-ab78-2548c669046c","knative.dev/key":"testcli-qmr8f/output-pipeline-run-knsgj-first-create-file","duration":0.032566348}
{"severity":"info","timestamp":"2024-11-11T14:43:59.613Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-bcht7-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 59, 613245002, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8da09e68-fdeb-4bc1-82b3-7d27d56c5fa4","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.619Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7-first-create-file\", UID:\"967dc439-e1d2-4cf9-8d8c-3cd2e4560892\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4108\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.623Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 59, 623645000, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ef042296-9f10-43d4-a5fc-4dc0af322923","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.660Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 59, 660207133, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a2523ef3-a079-4eb7-b726-138ab256727f","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.661Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-mxfq7\", UID:\"a80f7fe9-a93a-465b-8b13-0a942eab4d02\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4116\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.919Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-bcht7 so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9d657783-1ccc-43b7-be45-c637dc84dd2d","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.920Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-bcht7 status is being set to &{Succeeded True {2024-11-11 14:43:59.920109007 +0000 UTC m=+340.892259517} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9d657783-1ccc-43b7-be45-c637dc84dd2d","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.925Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-bcht7-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fd39d3a8-b5de-48ae-ae19-883ccadf6482","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.929Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-bcht7\", UID:\"ce5588e7-28af-4084-9ad7-213b003b9a38\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3099\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.989Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 59, 989793324, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5322eac1-3835-445b-bd44-66c931f8b425","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.009Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"089d83ce-46f8-4150-87e1-117458abc182","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7","duration":0.000179628}
{"severity":"info","timestamp":"2024-11-11T14:44:00.009Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fd39d3a8-b5de-48ae-ae19-883ccadf6482","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file","duration":0.084580661}
{"severity":"info","timestamp":"2024-11-11T14:44:00.009Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 43, 59, 999869847, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ae0f4322-2756-4fc4-9a83-d8872edc8106","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.039Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 0, 39384778, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be1db7c3-d96d-4c08-9940-9059e02351dd","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.640Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 0, 640734736, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"24465509-a1f1-4d13-b03d-08a6d1f31feb","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.641Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4105\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.680Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"25499ab8-00ad-48c3-afa8-2b1c84c317fa","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.688Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 0, 688195698, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"310cc8d6-f4ba-47c3-865d-8afc8b757ce6","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.764Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 0, 763990334, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9857c32a-73ce-4491-9a0f-47d50fbe093a","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.764Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-5ldsh\", UID:\"9ebfe8cd-b71e-4176-b039-a6e823e7c85c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4098\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.817Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 0, 817281991, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f769cfe0-b559-4fd8-84ec-3d3721c077bf","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.857Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 0, 857406712, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"208f6a4c-1191-490a-98af-12f86f30c6f3","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.858Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr-first-create-file\", UID:\"7438a291-be57-4ded-83d5-22d5276c7ffb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4102\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.898Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"af0ef11b-263a-44ac-8ff5-911aa9df5569","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.921Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 0, 921278755, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ff7e13d4-8291-494b-9749-76e135fc61d3","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.160Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-bcht7-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a446ada4-662c-4ff4-b57e-cf089a52d8f8","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.170Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a446ada4-662c-4ff4-b57e-cf089a52d8f8","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file","duration":0.010553649}
{"severity":"info","timestamp":"2024-11-11T14:44:01.617Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-bcht7-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3eb031f6-17c8-4d63-81e2-235554107b82","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.626Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3eb031f6-17c8-4d63-81e2-235554107b82","knative.dev/key":"testcli-vclkq/output-pipeline-run-bcht7-first-create-file","duration":0.009395393}
{"severity":"info","timestamp":"2024-11-11T14:44:01.689Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 689518636, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ffb2dbf2-2db0-4edb-9926-5b929f63a2b9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.698Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4163\", 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":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.769Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 769490343, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7145537d-dc6d-44d5-8ba0-1b4385d05b7d","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.770Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4fd1ca3e-62b6-4b2d-a1ec-da1d75bcf6b8","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.900Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 900114363, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bdb9a381-ed98-425a-833e-22b1e8a6c700","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.901Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-mxfq7\", UID:\"a80f7fe9-a93a-465b-8b13-0a942eab4d02\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4143\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.904Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 904491830, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4ec34b78-2094-42c8-997d-ef6aa2220d48","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.904Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-5ldsh\", UID:\"9ebfe8cd-b71e-4176-b039-a6e823e7c85c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4170\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.983Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 983152737, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8a622e28-4b95-4f51-ad4a-13811322b8e2","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.984Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-mxfq7\", UID:\"a80f7fe9-a93a-465b-8b13-0a942eab4d02\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4143\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.039Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 2, 39787570, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c170adde-0283-456e-ad9d-053884972d54","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.071Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 2, 71833656, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2ffb6279-bbbf-4102-b53a-783631a6ff43","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.132Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16c492ae-5fd8-4ead-93d9-02049a75f24f","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.860Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 2, 860953220, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b4ec4f63-f3f5-4482-9226-93f76e0366de","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.867Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr-first-create-file\", UID:\"7438a291-be57-4ded-83d5-22d5276c7ffb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4174\", 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":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.906Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 2, 906637371, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"940a938d-9cc3-4480-8945-1adbed53998c","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.907Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"13a9d372-895d-462a-b3c4-fbaaf725e0b4","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.077Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82\", UID:\"6c5e070a-0661-445b-bb90-463935ed2df1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4222\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.118Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-csk82-first-create-file for pipeline task first-create-file","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c6fff3c8-20f4-4f89-9f2d-52af7ea88721","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.152Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03.152418897 +0000 UTC m=+344.124569413} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c6fff3c8-20f4-4f89-9f2d-52af7ea88721","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.153Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4226\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.153Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82\", UID:\"6c5e070a-0661-445b-bb90-463935ed2df1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4222\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.225Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 3, 225498172, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1896b0ec-d8cf-4f3b-8981-b371aadad597","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.226Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4226\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.406Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1435fe09-40d6-437b-9435-d6750b514e27","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.460Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 3, 460661197, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a73ebe86-ca94-44e2-8a75-084e6222233b","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.461Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4240\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.470Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5991c4d7-7230-4201-87f0-b2614e4a8b94","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.487Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 3, 486955050, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a384cc48-4ec0-4b39-b59a-2e8562a1313f","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.500Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b4c8e6c1-ef7f-48a7-8d33-e13b088d0951","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.542Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4240\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.558Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 3, 558459201, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ac753ed2-b216-41a9-bfe3-dcd8447d46be","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.709Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"59f3e0d2-0115-4900-bc86-e53e26233091","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.742Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mxfq7/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 1, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"073da524-93dc-467f-9778-6ed105640848","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.861Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 3, 861242709, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b729348f-6b53-4653-8940-b0eb1253378e","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.861Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-5ldsh\", UID:\"9ebfe8cd-b71e-4176-b039-a6e823e7c85c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4195\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
... skipping 7 lines ...
{"severity":"info","timestamp":"2024-11-11T14:44:04.792Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4184\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.838Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-jqp62/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 4, 838054327, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"99b77466-0ecf-4c32-8f31-53ff8a575295","knative.dev/key":"testcli-lgjdg/read-task-run-jqp62"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.838Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-jqp62\", UID:\"98c5dd03-5e7c-4dc1-a1e7-8266997f3240\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4279\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.886Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mxfq7 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0b9edaf5-2526-43c1-84d1-3186b4aff859","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.892Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 4, 892123334, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4317d7ea-24c5-4ec5-aaad-b0b0dc30eb28","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.892Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4184\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.905Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b6cd08f0-48e0-4ad7-bcb6-283a51de9948","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.942Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0b9edaf5-2526-43c1-84d1-3186b4aff859","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7","duration":0.055392389}
{"severity":"info","timestamp":"2024-11-11T14:44:04.961Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-jqp62/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 4, 961238787, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"81891747-69f7-4986-8485-d5dc33db6f4a","knative.dev/key":"testcli-lgjdg/read-task-run-jqp62"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.984Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 4, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"85c59a1c-2fbb-46af-98c8-8f56b74cda39","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.748Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 5, 748431997, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"660a819d-438a-4f65-837c-9a1547c44901","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.749Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4242\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.779Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0341fb02-2b37-4a2a-afde-ccd09368df99","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.784Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 5, 784328616, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4bd31bdb-8f03-46c4-a076-ba5c6ed21e95","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.956Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-5ldsh/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 5, 956488053, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9c46ec19-2cec-4261-9905-fe72baa0b623","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.957Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-5ldsh\", UID:\"9ebfe8cd-b71e-4176-b039-a6e823e7c85c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4254\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.121Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mxfq7 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d3571b88-8511-4b9f-af2d-f7fc1939fbb2","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.132Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d3571b88-8511-4b9f-af2d-f7fc1939fbb2","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7","duration":0.0117309}
{"severity":"info","timestamp":"2024-11-11T14:44:06.133Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-5ldsh \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"330ed253-58cd-4895-b3a8-716f4d100211","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.145Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"330ed253-58cd-4895-b3a8-716f4d100211","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh","duration":0.012274811}
{"severity":"info","timestamp":"2024-11-11T14:44:06.146Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 146241298, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"95cf47a6-3f3f-4b22-ae93-7be899e55771","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.147Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr-first-create-file\", UID:\"7438a291-be57-4ded-83d5-22d5276c7ffb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4221\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.197Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"27e3222e-7b40-48fe-8769-dd12af2cb0b8","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.198Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"70e6b4b9-e48a-42b4-9a95-493fd54b48e9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.721Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-jqp62/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 721576419, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4650f8cf-ffeb-41ae-b0b7-a24125be649c","knative.dev/key":"testcli-lgjdg/read-task-run-jqp62"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.722Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-jqp62\", UID:\"98c5dd03-5e7c-4dc1-a1e7-8266997f3240\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4289\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.754Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-jqp62/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 754678273, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"558c0074-0b31-4951-9e4b-ece52e558dd8","knative.dev/key":"testcli-lgjdg/read-task-run-jqp62"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.784Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 784664454, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"679169a0-2fca-41a9-a3b5-c9fe31b3631d","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.785Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4302\", 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":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.876Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a0f53fec-96b7-479e-b4e9-2f57eae62fa6","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.889Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mxfq7 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e67b9cb0-afa5-4814-9413-82e3cf32ed6e","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.902Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 902773291, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"705c5d12-79f6-43ee-a33e-8a16046a1e36","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.913Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e67b9cb0-afa5-4814-9413-82e3cf32ed6e","knative.dev/key":"testcli-lgjdg/read-task-run-mxfq7","duration":0.024051134}
{"severity":"info","timestamp":"2024-11-11T14:44:07.256Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-t266k-run-5ldsh \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"63a5407c-efc0-4434-ac19-d30319c1395b","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.270Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"63a5407c-efc0-4434-ac19-d30319c1395b","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-5ldsh","duration":0.013660034}
{"severity":"info","timestamp":"2024-11-11T14:44:07.331Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-8j9kl\", UID:\"7482f3d8-c751-4d41-a2bd-6024e8ff1761\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4332\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
... skipping 15 lines ...
{"severity":"info","timestamp":"2024-11-11T14:44:09.893Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-8j9kl\", UID:\"7482f3d8-c751-4d41-a2bd-6024e8ff1761\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4342\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.952Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-8j9kl/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 9, 952611373, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e27b7264-d28f-4202-9c4c-4284431b4421","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-8j9kl"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.027Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 27047281, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0df31671-3b2a-42fc-8e82-d79f38e74a3a","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.034Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4323\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.093Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 93156781, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a2814cc4-c1e6-4a63-814c-a71539369f90","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.093Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4323\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.102Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a504362a-b71e-415f-9291-fbf50932362a","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.160Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6d5412d3-b151-41ac-83ba-620b7e7823b2","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.729Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-jqp62/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 9, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6a9f2ab1-f656-40e2-84df-20de0660ab3e","knative.dev/key":"testcli-lgjdg/read-task-run-jqp62"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.764Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-jqp62/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 9, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e6a33706-f3bb-4725-9f4b-b205266978fe","knative.dev/key":"testcli-lgjdg/read-task-run-jqp62"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.940Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-8j9kl/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 940216852, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a29bff2c-f4cc-4de3-ac48-379b330b29d4","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-8j9kl"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.942Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"read-clustertask-t266k-run-8j9kl\", UID:\"7482f3d8-c751-4d41-a2bd-6024e8ff1761\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4380\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.972Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-t266k-run-8j9kl/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 972511845, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3d273218-40bd-49a0-871b-81299a72419d","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-8j9kl"}
... skipping 164 lines ...
{"severity":"info","timestamp":"2024-11-11T14:44:36.213Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-l6fpr/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 36, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1e85f3c9-75a5-4bc8-993b-c04cfd0d0fda","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.829Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun clustertask-optional-ws-qnfnm-run-rcjkl/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 36, 829869902, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"12ecdcd3-91b0-4bf1-9128-738f25969d43","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.830Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"clustertask-optional-ws-qnfnm-run-rcjkl\", UID:\"17f355cb-d2a3-44a5-a28e-70e7c12bf37a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4781\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.839Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 4, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1d234ced-cd68-4259-8b70-cc632662de92","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.847Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun clustertask-optional-ws-qnfnm-run-rcjkl/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 36, 847917947, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b27d578b-fa13-4242-9c4f-f1b5951d5d22","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.848Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-tzbqp\", Name:\"clustertask-optional-ws-qnfnm-run-rcjkl\", UID:\"17f355cb-d2a3-44a5-a28e-70e7c12bf37a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4781\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.865Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"ea9f51f4-4c4d-40c0-b272-1178d410595c","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.867Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 4, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bfe81aeb-6cc9-4285-b5cc-a11d814e31cd","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.877Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun clustertask-optional-ws-qnfnm-run-rcjkl/testcli-tzbqp with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 36, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"60b5b2a4-39b2-48a0-846e-94ea06e12c58","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.182Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-l6fpr/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 37, 181992680, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f22237a2-8b65-4f66-8175-782316b6f9b9","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.182Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-l6fpr\", UID:\"fa37b26c-ca23-49b3-b144-8039183a1f88\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4790\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.194Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-l6fpr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16d590d2-a1ea-4db2-b71d-85315c8441d4","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.197Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"16d590d2-a1ea-4db2-b71d-85315c8441d4","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr","duration":0.0032033}
... skipping 2 lines ...
{"severity":"info","timestamp":"2024-11-11T14:44:37.843Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : clustertask-optional-ws-qnfnm-run-rcjkl \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"366bcca4-cbc2-48af-8395-edf3f654db56","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.847Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"366bcca4-cbc2-48af-8395-edf3f654db56","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl","duration":0.004305576}
{"severity":"info","timestamp":"2024-11-11T14:44:37.848Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-5hqjr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 37, 848501712, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d62021c8-7659-4e48-ba38-ca652c9b6de7","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.848Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr-first-create-file\", UID:\"034c1aec-70c2-4d95-8731-a2ecc8600091\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4800\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.862Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-5hqjr-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"57ac6adb-b9b5-4255-9cde-ea298f78f95d","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.863Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-5hqjr so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3713cf0c-8a7c-45ca-8935-e5d77652efed","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.863Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-5hqjr status is being set to &{Succeeded True {2024-11-11 14:44:37.863153625 +0000 UTC m=+378.835304148} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"3713cf0c-8a7c-45ca-8935-e5d77652efed","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.863Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-5hqjr\", UID:\"8af85670-f6e0-4e3c-9aa2-a34247cf2cca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4079\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.866Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"57ac6adb-b9b5-4255-9cde-ea298f78f95d","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file","duration":0.004333583}
{"severity":"info","timestamp":"2024-11-11T14:44:37.874Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"9d7090c7-a2e3-407a-8311-40e155ab0304","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr","duration":0.000156332}
{"severity":"info","timestamp":"2024-11-11T14:44:38.092Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"13fb1917-5376-41e0-8909-b619dc4bb239","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.109Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded Unknown {2024-11-11 14:43:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e1cdfa86-2a25-4ad4-96e7-80ff2418d55f","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.109Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 6, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fafbf21e-849c-4548-923e-d4e32a5dc068","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.288Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-l6fpr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"42457c07-6595-446e-a3fe-b09dc2e94821","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.292Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"42457c07-6595-446e-a3fe-b09dc2e94821","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr","duration":0.003965778}
{"severity":"info","timestamp":"2024-11-11T14:44:38.941Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-5hqjr-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d95e9ee1-ffd8-465e-a939-f7b07a439442","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.944Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d95e9ee1-ffd8-465e-a939-f7b07a439442","knative.dev/key":"testcli-qmr8f/output-pipeline-run-5hqjr-first-create-file","duration":0.003590545}
{"severity":"info","timestamp":"2024-11-11T14:44:38.951Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : clustertask-optional-ws-qnfnm-run-rcjkl \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3c4bd5bf-8f3a-4a83-a202-750ffc16a24b","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.954Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3c4bd5bf-8f3a-4a83-a202-750ffc16a24b","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl","duration":0.003800878}
{"severity":"info","timestamp":"2024-11-11T14:44:39.096Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-pvkwr-first-create-file/testcli-qmr8f with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 39, 96771905, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"070678e5-a6c2-4973-8367-ce8ed3548b42","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.097Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr-first-create-file\", UID:\"7438a291-be57-4ded-83d5-22d5276c7ffb\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4815\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.113Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-pvkwr-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"db072edb-3667-4ad0-84e5-c2c2f04450e0","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.113Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-pvkwr so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"978ebdce-d367-4bc9-991e-0b750d1e43f9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.113Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-pvkwr status is being set to &{Succeeded True {2024-11-11 14:44:39.113786351 +0000 UTC m=+380.085936860} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"978ebdce-d367-4bc9-991e-0b750d1e43f9","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.114Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-qmr8f\", Name:\"output-pipeline-run-pvkwr\", UID:\"d5a626a9-26e8-4290-806f-3d296173104e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4081\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.117Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"db072edb-3667-4ad0-84e5-c2c2f04450e0","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file","duration":0.004244414}
{"severity":"info","timestamp":"2024-11-11T14:44:39.127Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5b1b97a8-ec19-4723-a891-62def267c538","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr","duration":0.000191453}
{"severity":"info","timestamp":"2024-11-11T14:44:39.190Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-l6fpr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a2fe5b73-da9b-4b38-a49f-350a98a3fb86","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.193Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a2fe5b73-da9b-4b38-a49f-350a98a3fb86","knative.dev/key":"testcli-lgjdg/read-task-run-l6fpr","duration":0.003368976}
{"severity":"info","timestamp":"2024-11-11T14:44:39.850Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : clustertask-optional-ws-qnfnm-run-rcjkl \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d8b56983-9747-4942-8e0c-c154789fc79b","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.855Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d8b56983-9747-4942-8e0c-c154789fc79b","knative.dev/key":"testcli-tzbqp/clustertask-optional-ws-qnfnm-run-rcjkl","duration":0.004793242}
... skipping 11 lines ...
{"severity":"info","timestamp":"2024-11-11T14:44:41.137Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fa4a2e5e-1da9-4011-a091-a7156264b7b0","knative.dev/key":"testcli-qmr8f/output-pipeline-run-pvkwr-first-create-file","duration":0.005303797}
{"severity":"info","timestamp":"2024-11-11T14:44:41.166Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-run-wsw2j/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 41, 166756037, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ad26e571-92d8-4afc-9c13-64196754f5ce","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.167Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"sleep-run-wsw2j\", UID:\"a4fae11d-edf1-4c3b-8f7f-9471bb2e9137\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4851\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.193Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-run-wsw2j/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 41, 193011886, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f50ded14-b19f-4cbc-840a-09aad446b88d","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.900Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-run-wsw2j/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 41, 900240813, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9f83f257-2586-4e40-9fad-009f8cffd367","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"warn","timestamp":"2024-11-11T14:44:42.148Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:797","message":"stopping task run \"sleep-run-wsw2j\" because of \"TaskRunCancelled\"","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f8e9d580-72f0-4b19-b6b1-f49cb66d6f75","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.153Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"sleep-run-wsw2j\", UID:\"a4fae11d-edf1-4c3b-8f7f-9471bb2e9137\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4865\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-run-wsw2j\" was cancelled. ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.170Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f8e9d580-72f0-4b19-b6b1-f49cb66d6f75","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j","duration":0.02214509}
{"severity":"info","timestamp":"2024-11-11T14:44:42.170Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-wsw2j \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9956b3a8-7d23-44a6-8bfe-345299534ac9","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.170Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9956b3a8-7d23-44a6-8bfe-345299534ac9","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j","duration":0.000226497}
{"severity":"info","timestamp":"2024-11-11T14:44:42.203Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"788f4655-4995-4621-86be-1dd8e5accd3e","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.216Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"83c72bb7-2ef3-481e-bc90-d0e9160c6aef","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.216Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"483d0c4b-62c5-474d-b538-05e3f28a62e5","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.855Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-wsw2j \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b547c46a-1130-4bcd-8e72-be641e354a7f","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.855Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b547c46a-1130-4bcd-8e72-be641e354a7f","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j","duration":0.000285194}
{"severity":"info","timestamp":"2024-11-11T14:44:42.937Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-wsw2j \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"72b54311-4171-4a32-a2ac-ed652a97e4f2","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.937Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"72b54311-4171-4a32-a2ac-ed652a97e4f2","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j","duration":0.000253357}
{"severity":"info","timestamp":"2024-11-11T14:44:43.214Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8caeec6b-a1b1-4189-8593-18976d9413cb","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.232Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded Unknown {2024-11-11 14:44:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"2caf66a8-c471-476b-8e43-768b7bf5d473","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.234Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 10, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3fc4d9dc-421e-4fa7-93fd-1ef903f59012","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.863Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-wsw2j \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c900023b-3a87-4c75-be59-8300835f6e16","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.863Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c900023b-3a87-4c75-be59-8300835f6e16","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j","duration":0.000290904}
{"severity":"info","timestamp":"2024-11-11T14:44:43.874Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-wsw2j \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b0683baa-27f8-4df7-ba30-f86b8fcdadd6","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.875Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b0683baa-27f8-4df7-ba30-f86b8fcdadd6","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j","duration":0.000500908}
{"severity":"info","timestamp":"2024-11-11T14:44:43.879Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-wsw2j \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e47969db-753a-45e3-8dfc-ce645e854200","knative.dev/key":"testcli-lgjdg/sleep-run-wsw2j"}
... skipping 27 lines ...
{"severity":"info","timestamp":"2024-11-11T14:44:43.966Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9c1c1b87-b036-4ad2-a2fa-a4097d584872","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn","duration":0.000033737}
{"severity":"info","timestamp":"2024-11-11T14:44:43.969Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"19f70d90-f661-42de-a2aa-394e647dc817","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-np2l5","duration":0.000176152}
{"severity":"info","timestamp":"2024-11-11T14:44:43.970Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4beed569-6f4b-42de-a8f0-d57103b1b470","knative.dev/key":"testcli-tzbqp/read-clustertask-t266k-run-q2gdn","duration":0.000042338}
{"severity":"info","timestamp":"2024-11-11T14:44:44.231Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-csk82-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 44, 231512736, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4e84ca82-44bb-4c19-88a5-e41fd5d64d09","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.232Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82-first-create-file\", UID:\"bba6669a-c7a2-4bde-baf3-2766659e06d0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4885\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.249Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-csk82 so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"134967ad-bec0-4ad7-aeda-7184e76084c0","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.250Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-csk82 status is being set to &{Succeeded True {2024-11-11 14:44:44.250124406 +0000 UTC m=+385.222274909} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"134967ad-bec0-4ad7-aeda-7184e76084c0","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.251Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-csk82\", UID:\"6c5e070a-0661-445b-bb90-463935ed2df1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4237\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.252Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-csk82-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d2ebfe5e-16dd-49ab-bec2-409de34182f8","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.260Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d2ebfe5e-16dd-49ab-bec2-409de34182f8","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file","duration":0.008105575}
{"severity":"info","timestamp":"2024-11-11T14:44:44.271Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"38d2516e-9146-44bc-b13a-8743d64468f8","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82","duration":0.000210516}
{"severity":"info","timestamp":"2024-11-11T14:44:44.381Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-s75nw\", UID:\"85e0d754-309e-4b90-af2d-c6a520727e90\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5180\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.403Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 44, 403319719, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"958c080b-958a-4c5a-bdeb-e0653032e1b9","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.403Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-s75nw\", UID:\"85e0d754-309e-4b90-af2d-c6a520727e90\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5180\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
... skipping 23 lines ...
{"severity":"info","timestamp":"2024-11-11T14:44:46.234Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-csk82-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"11f52358-c169-48e6-b50a-1476538acb4a","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.238Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"11f52358-c169-48e6-b50a-1476538acb4a","knative.dev/key":"testcli-vclkq/output-pipeline-run-csk82-first-create-file","duration":0.003910889}
{"severity":"info","timestamp":"2024-11-11T14:44:46.725Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq\", UID:\"16e4dd6e-af0c-44c7-b779-789046da5604\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5260\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.745Z","logger":"tekton-pipelines-controller","caller":"volumeclaim/pvchandler.go:80","message":"Created PersistentVolumeClaim pvc-89000c8324 in namespace testcli-vclkq","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.753Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/affinity_assistant.go:154","message":"Created StatefulSet affinity-assistant-144ec146a9 in namespace testcli-vclkq","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bf6b9a27-9edc-4eb2-bf9d-3432b53096de","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.753Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object pipeline-with-workspace-run-4qprq-reader for pipeline task reader","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bf6b9a27-9edc-4eb2-bf9d-3432b53096de","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.762Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46.762425431 +0000 UTC m=+387.734575961} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"bf6b9a27-9edc-4eb2-bf9d-3432b53096de","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.762Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5265\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.762Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq\", UID:\"16e4dd6e-af0c-44c7-b779-789046da5604\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5260\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.777Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 46, 777015234, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fa71d6cb-bc2f-442e-bdbb-96bdacf76cbd","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.777Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5265\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.820Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"24586610-7098-4114-942f-ae4343058e5c","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.860Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 46, 860055357, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"PodScheduled\\\":\\\"False\\\"; message: \\\"running PreBind plugin \\\\\\\"VolumeBinding\\\\\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\\\\\"pvc-89000c8324\\\\\\\": the object has been modified; please apply your changes to the latest version and try again\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c38eb6f3-22fc-4abd-8c63-3c616ac16ba2","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.860Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5276\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.861Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5276\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"PodScheduled\":\"False\"; message: \"running PreBind plugin \\\"VolumeBinding\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\"pvc-89000c8324\\\": the object has been modified; please apply your changes to the latest version and try again\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.865Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"4ab138ff-970c-44fd-8f4f-82119b1407fd","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.902Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 46, 902715355, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"204d0039-70e5-4d5c-a20e-7d054ceb1b9d","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.903Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-s75nw\", UID:\"85e0d754-309e-4b90-af2d-c6a520727e90\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5255\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-write-allowed step-read-allowed]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.927Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 46, 927440484, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-write-allowed step-read-allowed]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8dcd4cc9-2c83-4282-afff-25995c9fd8f8","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.939Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 46, 939541718, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"PodScheduled\\\":\\\"False\\\"; message: \\\"running PreBind plugin \\\\\\\"VolumeBinding\\\\\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\\\\\"pvc-89000c8324\\\\\\\": the object has been modified; please apply your changes to the latest version and try again\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"52b553b5-a210-4f8d-944c-55b023dbf3d5","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.940Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5287\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"PodScheduled\":\"False\"; message: \"running PreBind plugin \\\"VolumeBinding\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\"pvc-89000c8324\\\": the object has been modified; please apply your changes to the latest version and try again\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.941Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6446c886-c258-4e84-80f5-5d539f5070e9","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.963Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 46, 963333602, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"PodScheduled\\\":\\\"False\\\"; message: \\\"running PreBind plugin \\\\\\\"VolumeBinding\\\\\\\": Operation cannot be fulfilled on persistentvolumeclaims \\\\\\\"pvc-89000c8324\\\\\\\": the object has been modified; please apply your changes to the latest version and try again\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ac6efffa-f7be-4625-9441-7c71ea11c544","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.894Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 47, 894329611, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ba43d144-0068-4996-b12a-f7547db56b32","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.894Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-s75nw\", UID:\"85e0d754-309e-4b90-af2d-c6a520727e90\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5293\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.906Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 47, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"44050410-e86a-47dc-9394-84bac3a971e6","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.907Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 47, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"261b75b7-0c59-476d-8bc5-4975907fe182","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.890Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 47, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"435212f6-b557-4ae7-aa8a-69e100cc7a7f","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.906Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 47, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"de8356db-e00c-48d2-a525-04ccead8329c","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.894Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-s75nw/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 49, 894637484, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7f85e7d6-75b8-4f76-924e-177ac708b8da","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.894Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"read-task-run-s75nw\", UID:\"85e0d754-309e-4b90-af2d-c6a520727e90\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5316\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.907Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-s75nw \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8fe1a071-d8e7-41ce-9ecb-cd63f6650c49","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.911Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8fe1a071-d8e7-41ce-9ecb-cd63f6650c49","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw","duration":0.003346457}
{"severity":"info","timestamp":"2024-11-11T14:44:50.692Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 50, 692835313, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4189150c-af6d-4355-9218-04b43572ee3b","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.694Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5294\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.712Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0c2a403a-0b69-40e5-b60b-6dec3b77d841","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.712Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 50, 712661083, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fed748c5-4796-47bb-9510-28de6502b288","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.719Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 50, 719197575, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2dcb6a17-a320-4282-8a9d-e7f87ec30253","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.719Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5339\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.732Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 50, 732673447, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0b8225cf-194b-477e-a83e-7f04140a89fd","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.733Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a4756536-9a75-453f-91cd-a226299f1fb6","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.989Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-s75nw \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be861a08-f351-4ff2-a3b0-e2389dd5d10e","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.993Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"be861a08-f351-4ff2-a3b0-e2389dd5d10e","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw","duration":0.003873253}
{"severity":"info","timestamp":"2024-11-11T14:44:51.907Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-s75nw \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"88a66cdb-c577-472b-9920-9728524cc02c","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw"}
{"severity":"info","timestamp":"2024-11-11T14:44:51.910Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"88a66cdb-c577-472b-9920-9728524cc02c","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw","duration":0.003148614}
{"severity":"info","timestamp":"2024-11-11T14:44:52.258Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 52, 258588764, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dad20212-9d7d-4fa8-9dcb-de9fdc4c39ca","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.259Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5342\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.277Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e8f4a4b2-8939-45d4-89bf-5ab2eac8c42e","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.277Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 52, 277359789, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"950d33ae-3b5f-4c45-8c4d-4fc8ee5d8205","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.740Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5367\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.752Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 52, 752779481, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"affa763d-1f4b-4215-8c67-dd70f0c8f04b","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.753Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5367\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.799Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 52, 799685768, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3a4e2627-edb8-49ef-b54a-c0d253b2f551","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.800Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5376\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.818Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 52, 818399339, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d3f814b3-4f9a-42ff-98f9-8cf1f191c439","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.819Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5376\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.846Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 52, 846446454, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"55ea26a0-6cd3-4f3f-8c81-c898938f7b24","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.272Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 53, 272540260, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"52871c1b-2ff9-4e34-80b4-b651882149e5","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.273Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5361\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.288Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 53, 288039088, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9f94fae9-bbee-46b7-89d7-72c9c8b1a02f","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.288Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"d7d58b4b-9265-431c-9d55-2cee9a76e922","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.911Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 53, 911787735, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"534ba904-9de2-4793-bb51-38035ddc1d80","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.912Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5379\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.928Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 53, 928059585, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bcb02782-4ecc-42a0-8466-75cecff9deff","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.278Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 54, 278872953, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bf6273a9-a9a5-4ccc-bc5b-dfaa2f03fda2","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.279Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5394\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.293Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded Unknown {2024-11-11 14:44:46 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"884b04c3-333d-45f1-9b91-a79f4277e74d","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.293Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 54, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0cb2215a-1e44-4a97-983a-a89ef8259020","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.916Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 54, 916778722, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c2300d18-7031-4e29-9d44-77a89e8a2c84","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.917Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5403\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.929Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 54, 929730835, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-list-files]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"416ac6fa-67ca-4dc4-950f-b487a4e75bd3","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.322Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-4qprq-reader/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 55, 322423928, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"166ee37c-2811-4c85-95a2-9c766fab4d07","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.325Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq-reader\", UID:\"b2cfe457-5faf-458f-853b-13b5b9f570a2\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5412\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.362Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-with-workspace-run-4qprq-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5b13eda8-6ad6-47e5-8224-9c760fbde42d","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.363Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun pipeline-with-workspace-run-4qprq so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6a056416-71ff-4ec1-ad5e-0da601c68a79","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.363Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-4qprq status is being set to &{Succeeded True {2024-11-11 14:44:55.363744463 +0000 UTC m=+396.335894978} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6a056416-71ff-4ec1-ad5e-0da601c68a79","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.364Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"pipeline-with-workspace-run-4qprq\", UID:\"16e4dd6e-af0c-44c7-b779-789046da5604\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5285\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.369Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5b13eda8-6ad6-47e5-8224-9c760fbde42d","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader","duration":0.006618637}
{"severity":"info","timestamp":"2024-11-11T14:44:55.398Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"73bfc861-74f6-4124-87b9-3f23ea7ed956","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq","duration":0.014354451}
{"severity":"info","timestamp":"2024-11-11T14:44:55.929Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 55, 929869869, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"49a1c6e8-0a06-4494-815a-0b837b7fb9ba","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.930Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5419\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.943Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 55, 943282362, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fcea0ec8-e21f-4fc0-b181-3091a2edfbc5","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.943Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5419\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.966Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 55, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"68b1d521-e6c4-49e2-a8b4-945ba9fde55a","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.368Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-with-workspace-run-4qprq-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2282e5ae-217c-49be-94b0-377feb2ef40b","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.372Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2282e5ae-217c-49be-94b0-377feb2ef40b","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader","duration":0.003909052}
{"severity":"info","timestamp":"2024-11-11T14:44:56.592Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn\", UID:\"65c19d68-09f4-405f-ab8a-6cf72aa02d7c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5442\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.598Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-88rwn-first-create-file for pipeline task first-create-file","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a9ea5f18-e867-4a88-a3a1-c331f8f0e50b","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.608Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56.608383214 +0000 UTC m=+397.580533733} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a9ea5f18-e867-4a88-a3a1-c331f8f0e50b","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.608Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5444\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.608Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn\", UID:\"65c19d68-09f4-405f-ab8a-6cf72aa02d7c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5442\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.631Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 56, 631730481, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a26fe4ef-1662-42da-9916-d606c4d10844","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.632Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5444\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.672Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"c0042604-27e3-4953-86b4-8c0e71475556","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.675Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"0d6c2f45-1b77-46cd-8ec0-7b39e8214c65","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.681Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5451\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.682Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"5bc8d83b-c475-47b4-84a0-a96915cf7067","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.684Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 56, 684492095, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c0df59e5-2f6c-4953-bcd3-87f46267c5bf","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.685Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5451\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.725Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1a128d73-4472-4309-a9d1-6e173dc602b7","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.726Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 56, 726776614, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"00622928-96a9-467c-8c1a-a4d42a948720","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.925Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-fdr26/testcli-lgjdg with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 56, 925377309, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bcf29f36-73d9-4086-9b79-e2772fff3890","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.925Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-lgjdg\", Name:\"task-optional-ws-run-fdr26\", UID:\"2ab433c3-d208-4cd8-a577-9e8a818757c0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5437\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.937Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-fdr26 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fcda6b0d-3581-48f4-be53-17e9f82ddcfa","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.941Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fcda6b0d-3581-48f4-be53-17e9f82ddcfa","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26","duration":0.00328645}
{"severity":"info","timestamp":"2024-11-11T14:44:57.312Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-with-workspace-run-4qprq-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dc14a46f-9ddb-4134-85c1-ca4a547682b8","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader"}
{"severity":"info","timestamp":"2024-11-11T14:44:57.317Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"dc14a46f-9ddb-4134-85c1-ca4a547682b8","knative.dev/key":"testcli-vclkq/pipeline-with-workspace-run-4qprq-reader","duration":0.005103843}
{"severity":"info","timestamp":"2024-11-11T14:44:57.344Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 57, 344754189, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"39890ee7-de20-497b-b8fd-b4df44f9fa71","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.008Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-fdr26 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"05534cf9-08d7-44ee-95e3-b7946796ea75","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.011Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"05534cf9-08d7-44ee-95e3-b7946796ea75","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26","duration":0.003175682}
{"severity":"info","timestamp":"2024-11-11T14:44:58.328Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 58, 328003183, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"081427d1-c033-4893-b6ed-eedfe5dd029b","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.328Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5458\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.346Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"69fdaa20-ef6c-4e2f-a6d5-ebd9722bfbf1","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.347Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 58, 347735757, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-scripts]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f68df3a7-cf72-46b4-8d1f-b28e95b8c8e7","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.931Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-fdr26 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c4478b43-2d20-4c49-9585-568f2bfc79a2","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.935Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c4478b43-2d20-4c49-9585-568f2bfc79a2","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26","duration":0.00362151}
{"severity":"info","timestamp":"2024-11-11T14:44:59.312Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 59, 312710220, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"12ce012c-4c25-48ed-ae1f-c299932cd3d4","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.313Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5479\", 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":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.333Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"98c4ea1a-72c6-4a52-b9d8-81eb537c79ce","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.334Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 44, 59, 334169352, 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":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"07482ebf-8b4d-46dc-9d1a-a4148db997e3","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.336Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 1, 336467207, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2912a336-8b59-45e8-b952-0a03b6299707","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.336Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5488\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.356Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"abe8cae2-a3c3-4b54-9326-b54e87295265","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.356Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 1, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"15fbf4b9-6283-47ab-92fe-7298cab8daba","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.357Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 1, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4d5ddadd-996e-49dd-8b4e-232868e3f019","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.419Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f96ef10e-4a88-4c05-a055-2d08165d7e1a","knative.dev/key":"testcli-lgjdg/read-task-run-gd5mn","duration":0.000053751}
{"severity":"info","timestamp":"2024-11-11T14:45:03.423Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9d3938a6-9cc2-4d4f-8dc2-28a60f08cd29","knative.dev/key":"testcli-lgjdg/read-task-run-jqp62","duration":0.000048626}
{"severity":"info","timestamp":"2024-11-11T14:45:03.429Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"26d7ea2e-400b-4d8b-9da3-61a039e6e85b","knative.dev/key":"testcli-lgjdg/read-task-run-kn592","duration":0.000049346}
{"severity":"info","timestamp":"2024-11-11T14:45:03.431Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f50b644c-7ac5-4101-b755-9ab6039f446d","knative.dev/key":"testcli-lgjdg/read-task-run-gd5mn","duration":0.000047625}
... skipping 16 lines ...
{"severity":"info","timestamp":"2024-11-11T14:45:03.486Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1feebf63-d0e9-4f97-996a-7a556ec56c26","knative.dev/key":"testcli-lgjdg/read-task-run-s75nw","duration":0.000043745}
{"severity":"info","timestamp":"2024-11-11T14:45:03.487Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"35ed16c8-1693-4507-90eb-8c036bd7e0ef","knative.dev/key":"testcli-lgjdg/task-with-workspace-run-2t67k","duration":0.000036517}
{"severity":"info","timestamp":"2024-11-11T14:45:03.490Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7d72306c-5f7b-419f-a6a1-1a2a5cc62b25","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26","duration":0.000032408}
{"severity":"info","timestamp":"2024-11-11T14:45:03.493Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"8461fd19-1b51-4136-bc2d-e5e606cd51ed","knative.dev/key":"testcli-lgjdg/task-with-workspace-run-2t67k","duration":0.000040501}
{"severity":"info","timestamp":"2024-11-11T14:45:03.494Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"c5faff26-b865-4122-987f-add0cd0c3f3d","knative.dev/key":"testcli-lgjdg/task-optional-ws-run-fdr26","duration":0.000032532}
{"severity":"info","timestamp":"2024-11-11T14:45:32.407Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 1, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"eed33bb4-d3fc-4e64-a3bc-3a97fb78e02a","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.424Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded Unknown {2024-11-11 14:44:56 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"048245d2-9f33-4877-ae19-2cc7ec194652","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.425Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 1, 0, time.Local)}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"9633a17a-466e-4b82-abaa-a1baa3dd01e3","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.411Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-88rwn-first-create-file/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 33, 411750580, time.Local)}, Reason:\"Succeeded\", Message:\"All Steps have completed executing\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d9b1e1b3-1844-405a-849f-17b3e19de08f","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.412Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn-first-create-file\", UID:\"ef384aaf-9669-4b58-8261-a712deab5fca\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5858\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.427Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-88rwn so it has finished","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"522d751b-1532-42af-9c99-6906440cdf28","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.427Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-88rwn status is being set to &{Succeeded True {2024-11-11 14:45:33.427167948 +0000 UTC m=+434.399318459} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"522d751b-1532-42af-9c99-6906440cdf28","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.427Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"output-pipeline-run-88rwn\", UID:\"65c19d68-09f4-405f-ab8a-6cf72aa02d7c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5454\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.427Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-88rwn-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6c8dbe6e-8d0e-4859-98d4-3ae4082a8a0a","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.431Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"6c8dbe6e-8d0e-4859-98d4-3ae4082a8a0a","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file","duration":0.003689426}
{"severity":"info","timestamp":"2024-11-11T14:45:33.441Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e27348d1-ced7-4907-9780-4eb680ff333a","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn","duration":0.000271564}
{"severity":"info","timestamp":"2024-11-11T14:45:34.501Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-88rwn-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ed50bb25-e29d-4b56-ae3d-8636b1d6b4ab","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:34.504Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ed50bb25-e29d-4b56-ae3d-8636b1d6b4ab","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file","duration":0.003566244}
{"severity":"info","timestamp":"2024-11-11T14:45:35.426Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-88rwn-first-create-file \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"48970bac-2997-49ed-aa89-95be246106de","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file"}
{"severity":"info","timestamp":"2024-11-11T14:45:35.430Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"48970bac-2997-49ed-aa89-95be246106de","knative.dev/key":"testcli-vclkq/output-pipeline-run-88rwn-first-create-file","duration":0.003668776}
{"severity":"info","timestamp":"2024-11-11T14:45:37.176Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m\", UID:\"853716d2-fc68-467a-8e23-30917fd93f42\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5889\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.182Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object sleep-pipeline-run-x9p9m-pipelinetask1 for pipeline task pipelinetask1","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fc8f152c-d353-47d7-b4ff-25b217e1dcb6","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.190Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m-pipelinetask1\", UID:\"2a219bc2-fd64-44c7-abf1-02aba7c48b1f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5891\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.190Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-x9p9m status is being set to &{Succeeded Unknown {2024-11-11 14:45:37.190955385 +0000 UTC m=+438.163105900} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"fc8f152c-d353-47d7-b4ff-25b217e1dcb6","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.191Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m\", UID:\"853716d2-fc68-467a-8e23-30917fd93f42\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5889\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.208Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-x9p9m-pipelinetask1/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 37, 208130182, time.Local)}, Reason:\"Pending\", Message:\"Pending\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3fa34bf1-ddfd-4179-97d8-d6b89d80f50e","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.208Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m-pipelinetask1\", UID:\"2a219bc2-fd64-44c7-abf1-02aba7c48b1f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5891\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.242Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-x9p9m status is being set to &{Succeeded Unknown {2024-11-11 14:45:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"6ebc2faf-6c12-496c-955d-6aee74e61f2a","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.245Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-x9p9m status is being set to &{Succeeded Unknown {2024-11-11 14:45:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1a167973-9362-4cd3-9a30-e82e3c803ad5","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.262Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m-pipelinetask1\", UID:\"2a219bc2-fd64-44c7-abf1-02aba7c48b1f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5899\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.262Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-x9p9m status is being set to &{Succeeded Unknown {2024-11-11 14:45:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"1d2a0966-94a7-42df-8335-e856c7af500d","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.265Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-x9p9m-pipelinetask1/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 37, 265450974, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2482f828-0437-4ebe-be17-1d5ff9cb7241","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.265Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m-pipelinetask1\", UID:\"2a219bc2-fd64-44c7-abf1-02aba7c48b1f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5899\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.313Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-x9p9m status is being set to &{Succeeded Unknown {2024-11-11 14:45:37 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"987c4b54-9a52-458e-a443-35d5ae90a2bf","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.313Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-x9p9m-pipelinetask1/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 37, 313575857, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f6c4c8fd-2fb8-488a-94ec-903081df342b","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.314Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-x9p9m-pipelinetask1/testcli-vclkq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 11, 14, 45, 37, 314482507, time.Local)}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [prepare]\\\"\"}","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4330eece-efe4-44ac-b883-6ce9c56e66e9","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.311Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/cancel.go:144","message":"cancelling TaskRun sleep-pipeline-run-x9p9m-pipelinetask1","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b56d50f7-56ba-4bcf-ab16-f792ca4aad77","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m"}
{"severity":"warn","timestamp":"2024-11-11T14:45:38.324Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:797","message":"stopping task run \"sleep-pipeline-run-x9p9m-pipelinetask1\" because of \"TaskRunCancelled\"","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"568662d7-759f-4478-b854-b4a25a18f43c","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.324Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m\", UID:\"853716d2-fc68-467a-8e23-30917fd93f42\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5909\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' PipelineRun \"sleep-pipeline-run-x9p9m\" was cancelled","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.329Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-vclkq\", Name:\"sleep-pipeline-run-x9p9m-pipelinetask1\", UID:\"2a219bc2-fd64-44c7-abf1-02aba7c48b1f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5910\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-pipeline-run-x9p9m-pipelinetask1\" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.338Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"b56d50f7-56ba-4bcf-ab16-f792ca4aad77","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m","duration":0.027441581}
{"severity":"info","timestamp":"2024-11-11T14:45:38.339Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"03f2056d-89f4-42e1-be8c-d3bc7052f840","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m","duration":0.00021849}
{"severity":"info","timestamp":"2024-11-11T14:45:38.343Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"e7fa74b2-f560-4807-9338-5e92a0135c0a","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m","duration":0.000153144}
{"severity":"info","timestamp":"2024-11-11T14:45:38.343Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"568662d7-759f-4478-b854-b4a25a18f43c","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1","duration":0.019201631}
{"severity":"info","timestamp":"2024-11-11T14:45:38.343Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-pipeline-run-x9p9m-pipelinetask1 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"55c9c309-84a9-4fca-a872-15e2c7927303","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.343Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"55c9c309-84a9-4fca-a872-15e2c7927303","knative.dev/key":"testcli-vclkq/sleep-pipeline-run-x9p9m-pipelinetask1","duration":0.000180045}
... skipping 45 lines ...
I1111 14:38:21.317301 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.webhookcertificates.00-of-01
{"severity":"info","timestamp":"2024-11-11T14:38:21.317Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7qmff_2d8f1d62-c334-4865-bc0e-591a61c69141\" has started leading \"tekton-pipelines-webhook.webhookcertificates.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.318Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"certificates/certificates.go:78","message":"Certificate secret \"webhook-certs\" is missing key \"server-key.pem\"","commit":"96db451","knative.dev/traceid":"5cabe3cf-4d58-4aa2-93cd-0c2e6ad5ad9e","knative.dev/key":"tekton-pipelines/webhook-certs"}
I1111 14:38:21.321546 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.configmapwebhook.00-of-01
I1111 14:38:21.322273 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.conversionwebhook.00-of-01
{"severity":"info","timestamp":"2024-11-11T14:38:21.322Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7qmff_78c9f218-6203-4799-8146-3fcf87808999\" has started leading \"tekton-pipelines-webhook.configmapwebhook.00-of-01\"","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.323Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"5c01e3bc-22d7-4fd0-a6b9-0864a6401a82","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.000062114,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.323Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7qmff_8fbcec8f-177b-4e25-9fb1-3ee230091ddc\" has started leading \"tekton-pipelines-webhook.conversionwebhook.00-of-01\"","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.324Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"ad05c938-0a04-41c4-ad76-4bc2206329c2","knative.dev/key":"pipelines.tekton.dev","duration":0.000030098,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.324Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"308cf991-ff54-4dec-9ff3-62cc141449e3","knative.dev/key":"taskruns.tekton.dev","duration":0.000073161,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.324Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"8b0929da-3df7-428d-8183-1228dd0bc24f","knative.dev/key":"pipelineruns.tekton.dev","duration":0.00003869,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.324Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"2064d02b-798c-493a-a895-14a35f6eba23","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.000017353,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.325Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"da04a7ec-f898-43cf-b7a0-57e10b5b5572","knative.dev/key":"stepactions.tekton.dev","duration":0.00001929,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.325Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"f6ee57f3-2f76-473a-b718-ad444dd300b4","knative.dev/key":"tasks.tekton.dev","duration":0.000035332,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
I1111 14:38:21.326661 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.defaultingwebhook.00-of-01
{"severity":"info","timestamp":"2024-11-11T14:38:21.327Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7qmff_27c15a6d-7e04-4fca-8cf3-3e5b28bc0627\" has started leading \"tekton-pipelines-webhook.defaultingwebhook.00-of-01\"","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.327Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"4cc21234-0ef7-4165-a570-2d63ed0612ab","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.000020725,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.329Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"b5ba400a-e668-43fe-995d-6f1d537c7216","knative.dev/key":"pipelines.tekton.dev","duration":0.00004757,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.329Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"b321871c-e43d-40c4-a142-2a67e96411f9","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.000076378,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.330Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"6664c2d1-0f0f-4d49-a655-3fe676d36fda","knative.dev/key":"taskruns.tekton.dev","duration":0.000320369,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.330Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"8239e1d0-b8d5-442c-9f65-2b42a88b6f8d","knative.dev/key":"pipelineruns.tekton.dev","duration":0.000026791,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.330Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"a41e14c0-d9d3-4b23-af1c-9774b1802737","knative.dev/key":"stepactions.tekton.dev","duration":0.000045852,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.331Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"857a1d60-19ed-4056-ad73-09cf79a8997b","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.000171992,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.331Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"528fc914-7c2b-4f5c-8aad-fbd1461d0664","knative.dev/key":"tasks.tekton.dev","duration":0.000021424,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.332Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"ff2407a8-65ba-4797-8c02-a9a76b84da1d","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.000022525,"error":"secret \"webhook-certs\" is missing \"ca-cert.pem\" key","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
I1111 14:38:21.336167 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.validationwebhook.00-of-01
{"severity":"error","timestamp":"2024-11-11T14:38:21.338Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"c3a7bafb-4379-451a-8ff4-67dc3af45b91","knative.dev/key":"stepactions.tekton.dev","duration":0.00007563,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.359Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7qmff_59efbe0f-ecfa-45af-9cef-b6a55432bc72\" has started leading \"tekton-pipelines-webhook.validationwebhook.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.360Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"fc9df77a-4f76-41d7-bbad-20c4f56885a8","knative.dev/key":"pipelines.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.362Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"e0e3707a-6b6a-4c61-be0d-6f1fa22c25af","knative.dev/key":"tasks.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.362Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"5cabe3cf-4d58-4aa2-93cd-0c2e6ad5ad9e","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.044519535}
{"severity":"info","timestamp":"2024-11-11T14:38:21.363Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"ebf33cfe-ff7c-4ed7-8e51-a73bc0d8ea34","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.000203392}
{"severity":"info","timestamp":"2024-11-11T14:38:21.366Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:255","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"85d15d13-bd8b-4cd2-a80e-ce595027d087","knative.dev/key":"tekton-pipelines/webhook-certs"}
... skipping 5 lines ...
{"severity":"info","timestamp":"2024-11-11T14:38:21.417Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"d97f5b85-8f25-4cf7-9316-80ed0c31f119","knative.dev/key":"taskruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.418Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"e0e3707a-6b6a-4c61-be0d-6f1fa22c25af","knative.dev/key":"tasks.tekton.dev","duration":0.069854695}
{"severity":"info","timestamp":"2024-11-11T14:38:21.421Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"9c30a9f3-b703-4567-b634-cc856f31863f","knative.dev/key":"pipelineruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.422Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"85d15d13-bd8b-4cd2-a80e-ce595027d087","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.074768694}
{"severity":"info","timestamp":"2024-11-11T14:38:21.424Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"489eba83-b22f-46ef-a0d1-919746ac94a6","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.076499784}
{"severity":"info","timestamp":"2024-11-11T14:38:21.425Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"a7b66102-853b-4ed9-a0a7-f1b07be7c271","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.065776455}
{"severity":"error","timestamp":"2024-11-11T14:38:21.425Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"a89eed03-1b69-4d73-bb28-c7ee43962041","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.063809216,"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-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.425Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"c1070eab-79b5-4d84-9ebf-b38940960698","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.079392909,"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-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.428Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"d97f5b85-8f25-4cf7-9316-80ed0c31f119","knative.dev/key":"taskruns.tekton.dev","duration":0.014995328}
{"severity":"info","timestamp":"2024-11-11T14:38:21.432Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"1bcfb1e4-8908-49d5-8324-35b4fb2fde20","knative.dev/key":"resolutionrequests.resolution.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.441Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:168","message":"Webhook is valid","commit":"96db451","knative.dev/traceid":"d366173e-8016-4ce7-9929-9cb88075ff79","knative.dev/key":"config.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.441Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"d366173e-8016-4ce7-9929-9cb88075ff79","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.014389067}
{"severity":"info","timestamp":"2024-11-11T14:38:21.442Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"9c30a9f3-b703-4567-b634-cc856f31863f","knative.dev/key":"pipelineruns.tekton.dev","duration":0.023394019}
{"severity":"error","timestamp":"2024-11-11T14:38:21.442Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"4120f895-3feb-4d75-82ca-ce6d5138fbed","knative.dev/key":"stepactions.tekton.dev","duration":0.000056136,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.445Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"6c69c095-af10-4286-b892-b6d0c427eb59","knative.dev/key":"pipelines.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.445Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"6c69c095-af10-4286-b892-b6d0c427eb59","knative.dev/key":"pipelines.tekton.dev","duration":0.003592943}
{"severity":"info","timestamp":"2024-11-11T14:38:21.515Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:255","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"c0fb1a26-6563-4b38-9f97-64384e4746c6","knative.dev/key":"webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.518Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"1bcfb1e4-8908-49d5-8324-35b4fb2fde20","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.089628445}
{"severity":"info","timestamp":"2024-11-11T14:38:21.529Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:228","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"956f80f1-375e-42e6-bd9b-bc59bd920c64","knative.dev/key":"validation.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.537Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"b4412949-91b6-4ce6-b30d-1557c7403a8b","knative.dev/key":"taskruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.537Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"b4412949-91b6-4ce6-b30d-1557c7403a8b","knative.dev/key":"taskruns.tekton.dev","duration":0.005603558}
{"severity":"info","timestamp":"2024-11-11T14:38:21.540Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"bd638aa6-56ae-4693-a270-d8935dece048","knative.dev/key":"tasks.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.540Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"bd638aa6-56ae-4693-a270-d8935dece048","knative.dev/key":"tasks.tekton.dev","duration":0.022007766}
{"severity":"info","timestamp":"2024-11-11T14:38:21.545Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"15cc3da8-837a-40d7-94ed-db2a15e9a557","knative.dev/key":"pipelineruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.545Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"15cc3da8-837a-40d7-94ed-db2a15e9a557","knative.dev/key":"pipelineruns.tekton.dev","duration":0.004187971}
{"severity":"info","timestamp":"2024-11-11T14:38:21.548Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"e6b68b31-c475-42c9-9265-f45482bef2d1","knative.dev/key":"resolutionrequests.resolution.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.549Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"e6b68b31-c475-42c9-9265-f45482bef2d1","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.003717535}
{"severity":"error","timestamp":"2024-11-11T14:38:21.549Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"861cb27b-dbbb-4254-83cc-967cedaf3ff4","knative.dev/key":"stepactions.tekton.dev","duration":0.000051339,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.603Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"c0fb1a26-6563-4b38-9f97-64384e4746c6","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.177570027}
{"severity":"info","timestamp":"2024-11-11T14:38:21.604Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"956f80f1-375e-42e6-bd9b-bc59bd920c64","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.177959087}
{"severity":"info","timestamp":"2024-11-11T14:38:21.605Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:168","message":"Webhook is valid","commit":"96db451","knative.dev/traceid":"a3300489-1920-420b-80be-dd45e72bbf97","knative.dev/key":"config.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.605Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"a3300489-1920-420b-80be-dd45e72bbf97","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.086854514}
{"severity":"info","timestamp":"2024-11-11T14:38:21.618Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:255","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"09bc8c96-1eec-48a2-b9ed-698ec1b599b1","knative.dev/key":"webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-11T14:38:21.623Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"09bc8c96-1eec-48a2-b9ed-698ec1b599b1","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.019692821}
{"severity":"error","timestamp":"2024-11-11T14:38:21.629Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"b9afdc1c-df09-40d1-b32f-23a92ce8f00a","knative.dev/key":"stepactions.tekton.dev","duration":0.000059954,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:21.790Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"47a563fb-8c07-47ac-9b05-d74361799a31","knative.dev/key":"stepactions.tekton.dev","duration":0.000078661,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:22.111Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"c02516f3-3690-4e38-866d-167793162f9d","knative.dev/key":"stepactions.tekton.dev","duration":0.000074368,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:22.752Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"6a11d258-93a9-48bc-a94c-3cf70cd76a99","knative.dev/key":"stepactions.tekton.dev","duration":0.000058713,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:24.033Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"4c874f6c-97f6-406e-8fb0-e8062986e2da","knative.dev/key":"stepactions.tekton.dev","duration":0.00007852,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:26.594Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"76e50a6e-a2b6-407a-97cc-cf53d8791f66","knative.dev/key":"stepactions.tekton.dev","duration":0.000069567,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:38:28.673Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372900), 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)(0xc000abf500), 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:21653\", RequestURI:\"/config-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/config-validation\", ctx:(*context.cancelCtx)(0xc0008b93b0), pat:(*http.pattern)(0xc000651e60), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:38:28.673Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"5fd4b281-d179-4164-944b-5ebc2a23682f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"error","timestamp":"2024-11-11T14:38:31.715Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"127d92d6-a2ca-444c-aa82-ae68936a8d50","knative.dev/key":"stepactions.tekton.dev","duration":0.000070668,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:38:41.956Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"942d4ed8-d815-40c8-a323-878cfca75784","knative.dev/key":"stepactions.tekton.dev","duration":0.000074466,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"error","timestamp":"2024-11-11T14:39:02.437Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"7ece7db8-66a9-4443-a7d5-b639f3580900","knative.dev/key":"stepactions.tekton.dev","duration":0.00008526,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.264Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aa9ef0), 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)(0xc000aaca40), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000a8f950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.266Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","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":"2024-11-11T14:39:11.266Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"186f3925-d487-4d3c-b324-e9cf4a775ab0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.270Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e000), 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)(0xc000aad740), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000a8fcc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.273Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"327acca1-3b9a-4e8a-b3c6-b02bdb3eb046","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e1b0), 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)(0xc000baa100), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52230), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.285Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f4d0), 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)(0xc000bab300), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52370), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.286Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","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":"2024-11-11T14:39:11.286Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"a2378232-ac02-4e5d-bf5c-d74cecd3b9c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.288Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4750), 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)(0xc000bab980), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52500), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.289Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"ee5de110-e04c-4ff7-ac5a-680a90109c93","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.291Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4cf0), 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)(0xc0004b9040), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52b40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918480), 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)(0xc0004b9a80), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53540), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.300Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}}]","commit":"96db451","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":"2024-11-11T14:39:11.300Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"d097f09e-8ecc-4983-9fd7-0d3666ebe4f7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963950), 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)(0xc0001fc600), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53770), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"d6509aef-2284-4fbb-ae54-cb6ff9f91eff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963dd0), 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)(0xc0001fcf80), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b539a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.326Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ddd0), 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)(0xc0001fdb00), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53bd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.328Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","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":"2024-11-11T14:39:11.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"4202d032-4d78-4793-8359-f017ce073012","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cf30), 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)(0xc00036c3c0), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53e00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.331Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"8c7fe386-346a-4803-866a-819e5861360f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d3b0), 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)(0xc00036c9c0), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002980f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070dd40), 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)(0xc0007f8b80), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002983c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.343Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"a47ad95f-5772-4582-b49a-ba6226781425","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.346Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211440), 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)(0xc0007f9280), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002987d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"de0e1a49-0930-466c-89d5-2a0793d09eed","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1830), 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)(0xc0007f9880), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298be0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.354Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6669\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6669, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299130), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.355Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.355Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"ec628986-5786-4efb-8670-ed18bb711296","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028240), 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)(0xc00086e600), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299720), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.371Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.371Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"5e1babbb-8e56-44b7-8e4a-8bd07f96843c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.373Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028d80), 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)(0xc00086eb80), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003360f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.375Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"00cb232b-6a62-4abe-a9fc-0b7f585ad718","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a990), 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)(0xc00086f140), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336460), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.390Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6924\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086fa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6924, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.393Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.393Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"e679fa3a-0750-4b73-b473-4ebd476955de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6924\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6924, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003373b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.409Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"bd9341c5-84ee-45b5-82a5-d9c0a84f11f9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.408Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7918\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7918, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000337400), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.411Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.411Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"a509d811-271b-4653-b5ff-06e4760c7d51","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.415Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4403\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4403, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033c320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.430Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008baa20), 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)(0xc0008d8180), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c820), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.431Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","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":"2024-11-11T14:39:11.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"56ea7a01-9f32-4572-8a86-3edaa6d010ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb0e0), 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)(0xc0008d8800), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033caa0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.438Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"71ec35d3-a698-4562-bbb9-57af7d498301","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009974a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.441Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.441Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"aeef1a8c-ad17-4a80-a4b0-a363b3045693","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.444Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aa8750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9410\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9410, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997a90), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.446Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.446Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"4643601e-7afb-4976-ba4d-324fc8c0e3bb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.447Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aa97a0), 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)(0xc000973f40), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997e00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.448Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aa9b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246f00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.450Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"dcf6ee50-db96-4005-8553-a73d9352cc24","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.454Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7560), 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)(0xc000a2d380), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004aa320), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.454Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"}]","commit":"96db451","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":"2024-11-11T14:39:11.454Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"5d20e677-e3e4-42e2-b0bc-e05d865da133","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7a70), 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)(0xc000a2d840), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004aa460), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.457Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec2d0), 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)(0xc000a5e100), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aa730), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"319504f7-32e7-4e76-8e45-4dcbf448b24e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.460Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecf30), 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)(0xc000a5e880), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004643c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10872\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10872, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465310), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.479Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"3c9441ec-9444-4864-b90c-b953089b51f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e990), 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)(0xc000a5fc80), 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:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465720), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.499Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"96d566b8-97e7-43a1-8b54-d2b7eaf7c881","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f170), 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)(0xc000baa480), 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:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465a40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"c3b56097-ddc7-4b55-9857-fe183018c850","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.514Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f830), 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)(0xc000baaa00), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465bd0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10872\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10872, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:2380\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465db0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.519Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"e4eb3b2b-604d-4662-89d9-015d089b6fab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.520Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5737\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baba40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5737, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b522d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.521Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"bacc1293-4855-4b72-b893-60d92e6c65de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10872\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b8600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10872, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52550), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.524Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"2528deca-d79e-42db-80c7-0a9a6b0b5282","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.532Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009187e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5336\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5336, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52820), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52aa0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.563Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.563Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"c80793b7-af5a-4740-b1d9-273320d8c8c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.566Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fcf80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52f00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.566Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"bca10f3b-74aa-4efb-a69f-e3b671995b23","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3917\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3917, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8694\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f8780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8694, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53d10), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.636Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:11.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"241b5017-25af-494f-9a04-8b61ab351dd2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8694\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f8f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8694, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298410), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"a76084bb-fb4e-450f-961c-f09da3dd9c7a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:11.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4188\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4188, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002987d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.012Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098dc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8969\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8969, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996050), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.014Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:15.014Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"7ef50e34-b1a3-465e-8cd3-886d434388e3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.017Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8969\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c37c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8969, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996690), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.017Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"3ee36d00-3f59-47e6-8943-164426cbdc97","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4192\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4192, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996960), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.435Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11270\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11270, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997590), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.437Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:15.437Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"76e7b1d0-36cf-47e9-bef6-a28c35ecf47f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11270\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11270, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009979a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"5e11d647-0e19-4160-ba46-25a830837383","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:15.443Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5328\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009209c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5328, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997d10), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11291\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11291, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f28c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.461Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:17.462Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"db22f35f-1db1-47f4-b60a-931866f418cc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11291\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11291, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2f00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"554ce0b9-9aa1-43e0-b4d5-f60064aca0f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:17.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008890e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5357\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a3a580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5357, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f3270), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.051Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008897a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9157\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae22c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9157, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9810), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.053Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:19.053Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"295529c5-50b6-4836-910c-e5195e90a4ee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.057Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9157\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9157, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9db0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.058Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"c20b0e10-7b16-4e1d-b25d-3eb4eb75a141","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008baea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4376\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4376, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9341\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9341, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011d4a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:19.076Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:19.076Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"12d920ba-6b69-4c79-88f4-915550dbce26","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d28bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11590\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009f6080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11590, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d128c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.480Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:21.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"dbc1c647-53c2-4fc4-8a51-3f16f69ff643","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d29950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11590\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009f6800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11590, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d12cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"23b3293b-e2bc-4a7c-8d17-aeabc821059d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.487Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e8a630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5627\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009f6e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5627, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d12fa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e8aea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11860\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009f7440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11860, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d13220), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:21.499Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:21.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"94a47586-14c8-434b-a632-c2b75517a99b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e8a000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9817\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009f6780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9817, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d12960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.033Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:22.033Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"8c44bac1-f994-4ffa-93c8-8890f6eb4251","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e8afc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9817\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009f6d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9817, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d12f00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"750584c4-7dbd-4ba2-9cd6-b40db85e5793","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.041Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab66c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009f7300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d131d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12059\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12059, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000247450), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.468Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:22.468Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"f6fdcbe7-6331-4796-afb6-28e4f1ef42ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.470Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12059\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12059, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aa3c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"9e0787db-22ff-4c97-bf51-598066aed524","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004aa690), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aedb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000464280), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.482Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:22.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"096e4d6a-9f9d-480b-8679-92764d7e24b5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baaa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004653b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:22.485Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"a333b1f1-b143-4fcd-a8d8-2ad45949ce0c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12734\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12734, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52a50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.475Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:23.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"8f312867-5bb3-4d1b-9316-15fa75a1e0ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12734\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0000cb980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12734, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52e60), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"8eaeec91-6ed1-4899-ad87-20cad4791b08","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6302\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6302, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53130), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.488Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9456\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9456, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:58853\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000994f00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b533b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.489Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","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":"2024-11-11T14:39:23.489Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"6546ba10-8a13-44bb-a30f-9807d7247403","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.491Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9456\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9456, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:9989\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53770), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","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":"6bdd4e91-cc7e-4480-8d53-6b257ed64105","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:39:23.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4449\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036ca80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4449, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53b30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:42.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c883f0), 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)(0xc000c96e40), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c98f50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:39:43.397Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"9e55c2ab-1f00-4112-8bee-ba0b6ede1c9a","knative.dev/key":"stepactions.tekton.dev","duration":0.000169263,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:39:43.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c88990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4449\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb4a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4449, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000cb88c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:43.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c89320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6302\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb50c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6302, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000cb8b90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:45.401Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c89dd0), 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)(0xc000cf0e40), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000cf6af0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:39:46.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d35950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d1fc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d27810), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:40:00.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f710), 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)(0xc00086e3c0), 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:18823\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004486e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:41:05.318Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"ec394335-9156-442e-824a-88e8e69ddc2a","knative.dev/key":"stepactions.tekton.dev","duration":0.000130321,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:43:02.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1645\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3c640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1645, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000aabe00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:02.662Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1beta1, Kind=ClusterTask\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/resources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/steps/1/resources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"}
{"severity":"info","timestamp":"2024-11-11T14:43:02.662Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"e42eafac-1052-4a5c-a48d-c35d423108cd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:02.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afef30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1874\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3cdc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1874, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52230), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:02.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"read-clustertask-t266k","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b2442586-fcd1-4c92-8fe4-49bbe84ab691","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.320Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1351\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c03600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1351, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c0ef50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.321Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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/timeout\",\"value\":\"1h0m0s\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:43:04.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"5199aa84-d692-41c1-b204-33534b536fa3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c03ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c0f0e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.325Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7d918dce-d2cd-4c66-865c-f4ae6af60ee9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1164\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1164, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c0f4f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.379Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e5a0), 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)(0xc000c2e6c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c0f6d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.386Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","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":"2024-11-11T14:43:04.386Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","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":"b565eddb-3f07-4779-b461-61df8c51a53e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3efc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3247\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2ec80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3247, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c0f9a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.397Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","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":"e17aa209-ea41-4940-b1ee-a0eb39eb2487","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.414Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f7a0), 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)(0xc000c2f200), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c0fbd0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.423Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5824\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5824, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c0fe00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.433Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5b1fa43f-9e0a-4f80-8d36-f27787c80678","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c98900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fe80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000cc20a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.459Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.460Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"149c5bce-ebd1-4903-92f8-274de2691328","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.462Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c994d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cde600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000cc2370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.464Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4bead1c9-7ae7-4222-bb21-4488751fbfd8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.468Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d1a000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4054\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cdec00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4054, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000cc25a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.505Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d1a7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9031\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cdf2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9031, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000cc27d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.508Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.508Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"97382963-ea9c-4b06-b399-775897639775","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d1b5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9031\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cdfb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9031, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000cc2aa0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.513Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2492aa70-1873-4d44-912e-11f393c47880","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4371\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000d9a240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4371, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000cc2000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a870), 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)(0xc000d9b080), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000cc2be0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.859Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-p9gnf","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":"2024-11-11T14:43:04.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-p9gnf","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":"b8ad7c74-5784-427f-baa2-791e27f7495a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b200), 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)(0xc000d9b580), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000cc2e60), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:04.862Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-p9gnf","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":"c4701f27-0b8a-402a-897a-f7e3cbf7f5e3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:08.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336c80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:08.074Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:08.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b1bd9a37-5a94-4894-9c06-bb3c3781f135","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:08.078Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d47e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996190), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:08.080Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"11c67916-c868-4d0a-af43-4348b71aafc8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:08.089Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996460), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:09.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086f1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:09.075Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:09.075Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d166cdb6-61c2-4fd4-b8b3-47d3f2ebaea0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:09.082Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086fa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997c20), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:09.083Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d27b6358-529b-4f10-bbd2-186b0fc3c9cc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:09.087Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4377\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c23c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4377, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997e50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:10.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c1b0), 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)(0xc0008d85c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004499f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:10.940Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-wdfzw","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":"2024-11-11T14:43:10.940Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-wdfzw","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":"f022ac74-7162-49c3-bdbf-212d53ae2ddc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:10.941Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c750), 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)(0xc0008d8b40), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449b30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:10.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-wdfzw","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":"f43b2018-9937-4e27-8a72-847ef49d27f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:10.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ca20), 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)(0xc0008d9680), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002780), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.059Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cd80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9528\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9528, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000029b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.060Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.060Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0f67e69f-0dfe-4058-8644-a0a12e6fb726","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ddd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9528\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009724c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9528, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002d70), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e9564201-fc62-4289-9df2-c647756110cc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:11.068Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cf30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4545\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009732c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4545, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2aa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bad80), 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)(0xc000ae3b00), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c5a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.406Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"2024-11-11T14:43:12.406Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"4b7ce3d7-ffba-4c19-b004-b11a465a48c4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb8c0), 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)(0xc000b0fc80), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c780), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.469Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","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":"2024-11-11T14:43:12.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","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":"44ca004b-eca3-4386-b7f5-beeab106026c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec000), 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)(0xc000948400), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011ca50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.470Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"6b16ea4d-a4c8-4cb6-bf87-12d6591ae253","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec2d0), 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)(0xc000948900), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011cc30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c7caf436-b647-4124-b592-f4589f151053","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecc60), 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)(0xc000949800), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011de00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed0e0), 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)(0xc000949dc0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c370), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.600Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"2024-11-11T14:43:12.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"4258a59f-a23a-4e12-a590-fe3e8cf45f5b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.613Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed680), 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)(0xc000aac400), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c6e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"a519cb8e-24fd-47ef-a0c8-80df3fa2506e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed9e0), 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)(0xc000aac900), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c8c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.615Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"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\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-9c7pk","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":"2024-11-11T14:43:12.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-9c7pk","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":"debc1337-6566-41b0-bf96-ea6c25384088","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"error","timestamp":"2024-11-11T14:43:12.619Z","logger":"tekton-pipelines-webhook","caller":"webhook/webhook.go:248","message":"http: TLS handshake error from 172.18.0.5:49210: EOF\n","commit":"96db451","stacktrace":"knative.dev/pkg/webhook.(*zapWrapper).Write\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/webhook/webhook.go:248\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:3487\nnet/http.(*conn).serve\n\tnet/http/server.go:1983"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.619Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1710), 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)(0xc000aad540), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033ca50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.622Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-9c7pk","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":"f32ea504-8296-4ce9-9c0f-aaa9927604f5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"error","timestamp":"2024-11-11T14:43:12.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/webhook.go:248","message":"http: TLS handshake error from 172.18.0.5:59039: EOF\n","commit":"96db451","stacktrace":"knative.dev/pkg/webhook.(*zapWrapper).Write\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/webhook/webhook.go:248\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:3487\nnet/http.(*conn).serve\n\tnet/http/server.go:1983"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1b90), 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)(0xc000baad00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000aaa500), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003722d0), 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)(0xc000bab580), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000aaa690), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.645Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"2024-11-11T14:43:12.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"bc9e204f-2a36-4ed7-b1ec-76ea0311b1ba","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372750), 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)(0xc000baba80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000aaa780), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003737a0), 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)(0xc000c5e140), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000aaa910), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373b00), 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)(0xc000c5e740), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000aaaa50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-976lp","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":"39af45f2-5442-455e-8c91-aff78a1fc502","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.675Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373dd0), 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)(0xc000c5ec80), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000aaabe0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.676Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-qmr8f","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":"2024-11-11T14:43:12.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-qmr8f","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":"879ffb6a-7b59-4458-809b-184d97f55ef9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe3f0), 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)(0xc000c5f380), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000aaad20), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.698Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-9c7pk","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":"2024-11-11T14:43:12.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-9c7pk","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":"d485c8ed-4deb-453e-b864-5f02f4319488","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.712Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afecf0), 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)(0xc000c5f940), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000aab090), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-qmr8f","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":"11408bab-4719-4ac7-b805-a9bc77f9dbdf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.722Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff290), 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)(0xc000cb10c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b529b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.722Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff5f0), 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)(0xc000cb1700), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52af0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-9c7pk","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":"82f6d674-0dfd-4e2e-91f3-b2a099a8d90f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe000), 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)(0xc000cf80c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.776Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe480), 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)(0xc000cf8740), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52190), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.777Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:12.777Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"13a1df2e-2c33-49cf-bb0a-15275bb2c8a7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afef30), 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)(0xc000cf8d00), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b523c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"3e2969f9-d77f-45a4-91b3-a6d3a8781f93","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff3b0), 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)(0xc000cf9940), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52eb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.808Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-qmr8f","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":"2024-11-11T14:43:12.808Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-qmr8f","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":"c1ecc971-4d9b-4138-932b-ae3c6f7b635e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.810Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affdd0), 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)(0xc000cf9e80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53220), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.823Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a3f0), 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)(0xc000a5e540), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b534a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.824Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-qmr8f","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":"9593f174-026b-4d3c-97c6-b47cf57c41c8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.825Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a870), 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)(0xc000a5ee40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53ae0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.830Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8ac60), 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)(0xc000a5f700), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53c70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b290), 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)(0xc0004b8c00), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53e50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.852Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"2024-11-11T14:43:12.852Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"9b4ec880-5303-4d06-9342-f28551e7a8f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8ba70), 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)(0xc0004b9580), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246fa0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.859Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"4646c391-1e33-4205-bc4c-5f97278683a0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.878Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6120), 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)(0xc000245d40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000247c20), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5365\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fcec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5365, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004aa320), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.903Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"2024-11-11T14:43:12.903Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"b0b0e5a4-b262-4c04-970d-f0586746854d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.917Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6f30), 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)(0xc0001fdac0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004aa5a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.922Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:12.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"400c342d-20c5-49c9-836a-55e402ec0951","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7710), 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)(0xc00036c440), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000464190), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"cbd1b67a-a079-466a-b024-e657be8e9db3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:12.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7cb0), 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)(0xc0007f8f40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465950), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.008Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5625\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5625, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465ae0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.010Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"2024-11-11T14:43:13.010Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"219eb6fb-006b-4550-a99f-9e2b0afed4a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.018Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3eab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6632\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6632, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298050), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.025Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:13.026Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"a918a641-a871-4550-a941-6c5fe97022fd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5625\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5625, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.057Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"3e204c10-2c85-4d91-a713-25494411b9e5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.068Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fdd0), 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)(0xc00086f440), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002996d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.069Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.069Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-lr7zk","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":"0233556f-3d4f-4253-b2e7-a64c9720e236","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086f940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.075Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4d80), 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)(0xc0006c2240), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299c20), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.076Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-lr7zk","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":"d3d3ab18-ff75-4be2-8214-fb75069141d8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.107Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5050), 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)(0xc0006c3000), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336960), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d55f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6748\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6748, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336aa0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.127Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:13.127Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"101a7550-0fe5-48e4-86bf-a13f26e94986","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.134Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009183f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6748\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6748, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000336dc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.135Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"8f88da96-cc3c-47de-9b92-ee586c434331","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.140Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962090), 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)(0xc0008d8d00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996140), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009623f0), 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)(0xc0008d92c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996280), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.172Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009627e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4135\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4135, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996460), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10172\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000921000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10172, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009965f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.179Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.179Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"28da42c6-40b0-43cb-ae21-5ff265cfeea9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.189Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9097\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009727c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9097, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009968c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.190Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:13.191Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"30c337fd-ab6f-4899-9f08-17c44d3fc22c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cf30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10172\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10172, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996b40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.197Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-q2gdn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f3c0b4db-ad1f-450d-b4f0-2ad623dc4f10","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5021\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009735c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5021, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996d70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c2d0), 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)(0xc000973600), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996dc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.214Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1beta1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.214Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"29ff0a58-60ca-429d-a537-1f4a46a5f8d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d680), 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)(0xc000abe440), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997130), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"396944be-693f-49ef-a6fc-6da0e8f1aa5c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070dc20), 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)(0xc000abed80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009972c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.255Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210750), 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)(0xc000abf4c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009974f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.256Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211680), 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)(0xc000abfb00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997720), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.275Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000007e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.276Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"2024-11-11T14:43:13.276Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"12fe9249-0377-4bc8-aabc-30b99d0ca40a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000019e0), 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)(0xc000ae2780), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997b80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"4675c4f0-7744-4432-bc91-3417e5c379aa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9097\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9097, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997d60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.288Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:13.288Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"c2dc8e3c-7114-401a-aabc-b8c6e16ea349","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.290Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000029c20), 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)(0xc000ae3400), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000120be0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.294Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9097\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae39c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9097, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000120f50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"cd800ea8-8dd4-4c69-9865-561613eb499a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3789\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009484c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3789, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448050), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.302Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"2024-11-11T14:43:13.303Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"72585b48-0ce4-483c-916b-5dd5e54aa1e3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3789\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3789, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448460), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"f69750b3-b850-4153-9829-6409f782f5af","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008586c0), 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)(0xc000949040), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004488c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.307Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858cf0), 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)(0xc000949600), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448c30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.309Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888510), 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)(0xc000949c00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448f50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.309Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4351\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4351, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000449180), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888fc0), 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)(0xc000aac9c0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004493b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.311Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.311Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"0cbfebd3-830a-4df7-9f1b-c9a2bad300fd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.315Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1811\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1811, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000449a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.316Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba1b0), 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)(0xc000aadbc0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449db0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"4c9d21d7-5ebc-4ae4-b81a-611976bef245","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bab40), 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)(0xc000baa280), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000021e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb200), 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)(0xc000baa840), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002410), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.331Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb8c0), 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)(0xc000baae40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002730), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.332Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec090), 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)(0xc000bab700), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002a50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6273\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000babd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6273, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002d70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.334Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"2024-11-11T14:43:13.335Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"39767a7a-e163-413c-b594-6a1d6306ef35","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3102\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3102, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003270), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.338Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"5e0fe4b2-bdf3-4aa4-8984-b353fdb3cc33","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.345Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3102\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3102, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002000), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.346Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"e7f1f61a-9656-4bf5-af49-b958fcddf7cc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6273\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6273, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"1c88eed9-d672-4af5-8d3a-635c55e3e24a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.351Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373d40), 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)(0xc000c5f080), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000026e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.352Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3744\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3744, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002a00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.353Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff200), 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)(0xc000c5fc40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002c80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff8c0), 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)(0xc000cf82c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002f00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8114\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8114, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003220), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.360Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"2024-11-11T14:43:13.360Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"2a1ac12e-77a8-4297-a580-7029310fb181","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.360Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8ae10), 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)(0xc000cf8fc0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b520f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.361Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.361Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"720207bc-8d19-4471-b517-71f8844a5865","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.364Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8bc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8114\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf95c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8114, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52460), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.365Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"6c245daa-6f00-4b28-941f-86d8326b8105","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.367Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab67e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8206\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8206, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b526e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.369Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"2024-11-11T14:43:13.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"c5bfcd30-e9b8-4830-a88b-95a2a816f176","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab74d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3676\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3676, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52b40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8206\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8206, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52d20), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.376Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"fcec5047-b9ea-4d87-a222-b909650baf92","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.381Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8070\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8070, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52fa0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.383Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest\" PatchBytes: null","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"2024-11-11T14:43:13.383Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"588eac28-4430-43c1-a540-1b67794ef991","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f7a0), 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)(0xc000a5f6c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b533b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.386Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8070\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ff00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8070, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b535e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.387Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cluster-efd5961db60842a0e964ed9a57fd0aed","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":"b840359b-0f33-49eb-88d1-e8785fa2e05c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.387Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4e10), 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)(0xc0004b9340), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53860), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.390Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5680), 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)(0xc0000cbb80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.392Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009182d0), 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)(0xc0001fcc80), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53cc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.393Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.393Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"0d6b0db5-0179-4cee-906e-ad8d425789ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.395Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009625a0), 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)(0xc0001fdac0), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246eb0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"8fd40887-793e-41e6-b877-eec85aaa912d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.401Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963290), 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)(0xc00036c380), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000247b30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.408Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963b90), 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)(0xc00036ca40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004aa320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.411Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963dd0), 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)(0xc0007f8c40), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004aa460), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.412Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cfa39a64-8685-4e67-b0ab-0507cad6aeda","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":"2024-11-11T14:43:13.412Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cfa39a64-8685-4e67-b0ab-0507cad6aeda","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":"a6af17c6-418a-4ec6-848c-79b11133450e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.414Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c510), 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)(0xc0007f9300), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aa5a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.416Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"cfa39a64-8685-4e67-b0ab-0507cad6aeda","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":"07ad390a-6176-4fd4-9f4e-682a2857543b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c900), 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)(0xc00086e080), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004654f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.425Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.425Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"0febbd2c-8b74-4733-bf9d-c768cdef6e46","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.429Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cf30), 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)(0xc00086e580), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004656d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"c25871ac-412f-453a-93b5-2d396bd60ab9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.437Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d320), 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)(0xc00086f1c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002982d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.445Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d7a0), 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)(0xc00086f7c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298460), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.448Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c000), 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)(0xc0006c2080), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298780), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.452Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c990), 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)(0xc0006c2700), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298aa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.455Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d200), 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)(0xc0006c2f00), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298ff0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.456Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"334ef80c-4f46-44fd-b0c7-d4e5e65cba0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.463Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002102d0), 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)(0xc0006c3640), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299590), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.464Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"92a9f7cc-55ba-4ebd-8f79-4dacc8af4464","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000a20), 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)(0xc0006c3c40), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299ae0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.467Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.467Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"ffd5fa99-c9bf-43d7-af62-351a712ecb64","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000001b00), 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)(0xc0008d8240), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003360a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.470Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"4ecbea02-b2e5-4963-a79d-ade1423b8671","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028510), 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)(0xc0008d9000), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336d20), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.487Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028900), 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)(0xc0008d95c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003371d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.488Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a2d0), 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)(0xc000920c00), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000337400), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.489Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.489Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"379091ae-a817-491f-9177-0e7162b46fa4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.490Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065ad80), 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)(0xc0009720c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003379a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2381\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2381, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000337db0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6172\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6172, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009960a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.498Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2ba8593c-935f-4079-889d-66b0821e8ee0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.501Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6172\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009733c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6172, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996460), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"5ba22ff1-8bc0-4be9-8de2-36ed0d2ac879","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996730), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008894d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6193\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6193, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.521Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"b994d082-3741-41cc-826d-9730d04e5298","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.524Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6193\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6193, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996be0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"30552b4d-81c7-49f2-aa4e-ae6c4064e7d2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3806\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3806, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997680), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.535Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008baab0), 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)(0xc000abff00), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997810), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.536Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate\",\"value\":{}},{\"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\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"53462f23-b843-4fe1-8fb1-354a3cfdd79e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb050), 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)(0xc000ae24c0), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997950), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"f0184606-d905-430f-97e0-61323492971c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8411\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8411, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448690), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.543Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:13.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"b874deb0-fc05-4191-91da-3ee6f2cbaee8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec120), 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)(0xc000b0fb00), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448af0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.548Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8411\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8411, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448c30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.554Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"5cdbb3dc-d83a-4b99-94ca-ac83b2614e8f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.556Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecea0), 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)(0xc000949080), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449d60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.559Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"be107bd9-bd22-4c14-a7d0-291c95c97826","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.561Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed680), 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)(0xc000949580), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2550), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec000), 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)(0xc000948240), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2780), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.566Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"6e8a77e4-1570-408c-9ba5-85adca5e2fb3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec360), 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)(0xc000c5ec80), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002d70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec870), 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)(0xc000c5f300), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002f00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.574Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"612a802b-90ff-4e9b-b5cd-ab8288c12cc3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1710), 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)(0xc000c5f8c0), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000030e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"f00de081-d50c-477a-ad64-7808909907b5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003721b0), 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)(0xc000cf90c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b532c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372630), 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)(0xc000cf9680), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53400), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003726c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5803\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5803, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53450), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.593Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.593Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"e634b22f-cfb0-44f5-8c9a-f0bfcbeb49fe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.594Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.594Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"4c673748-db5c-4b2b-b050-6ba45fe11b2d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe480), 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)(0xc000a5e280), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b537c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.598Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"1b89936a-8292-4c2b-8b67-c89daba376e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.605Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afef30), 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)(0xc000a5f600), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004aa640), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6050\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5fd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6050, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004640f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.623Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"24c8dfb4-8b84-4444-bcb9-fd679033ba56","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affe60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004643c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.629Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.629Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"86c7579b-259c-49d7-86aa-0d79cfa243df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.636Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0000cba80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000464500), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"5d738df5-011e-44d3-83c7-0e75f4e4def1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3972\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3972, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298ff0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.656Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6166\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f89c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6166, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299130), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.658Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"fc4a783d-61dd-4091-8af3-5b89aa1f3714","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab61b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6166\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6166, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299630), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.662Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"a40bb245-77b3-4337-9c2e-98f038b167ec","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3801\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3801, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336e10), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8388\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086eac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8388, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003372c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.676Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"686e7d0b-aac8-4603-8e6a-d3484b02bf04","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8388\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086f080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8388, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000337860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.681Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"41e70528-82fe-42e6-aad2-15434e45b748","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.685Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3991\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3991, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996be0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.696Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8578\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8578, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996d70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.699Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:13.699Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"8faabc5b-c11a-428e-9698-83c5c0954427","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:13.996Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e000), 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)(0xc0006c2000), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.131Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e360), 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)(0xc0006c3640), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996b40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.133Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","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":"2024-11-11T14:43:14.133Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","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":"f8142fc5-b2e9-4b76-9fd8-9899fc5e9955","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.137Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f7a0), 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)(0xc0006c3b80), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996d20), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.138Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2eec59b2-082e-4e5f-895f-7c1919eb06ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.148Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fc20), 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)(0xc000948300), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997220), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.260Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1351\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009488c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1351, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997450), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.260Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:43:14.260Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"ad3e1d25-9e40-4b7a-998b-442db14c0904","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009975e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"89cadfec-95da-4ddb-978d-4a5ef40b0684","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecc60), 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)(0xc000949280), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009977c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed0e0), 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)(0xc000949840), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009978b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.397Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-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":"2024-11-11T14:43:14.397Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-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":"b94c207a-e477-4701-9014-9a1b7354b8c8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.397Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aeda70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1164\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1164, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d18c0), 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)(0xc000c5e3c0), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997d10), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-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":"fa9acd68-550b-4c61-9c33-8a66d090ca60","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003721b0), 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)(0xc000c5e900), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2550), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003726c0), 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)(0xc000c5ef80), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2820), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.530Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"2024-11-11T14:43:14.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"f6553790-39e8-4b9a-a057-56f3771660ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373dd0), 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)(0xc000c5f540), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2c30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.547Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"a28e4157-d56c-489c-9876-901352f6de81","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afea20), 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)(0xc000cf82c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000020f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff4d0), 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)(0xc000cf88c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000023c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.679Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"2024-11-11T14:43:14.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"c516f8f9-b91c-4b00-a65b-02d24cbcccf8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.741Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a510), 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)(0xc000cf8f00), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002820), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.742Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","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":"2024-11-11T14:43:14.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","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":"8dc60171-af6f-4fbf-a67f-8e28557a5152","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8ae10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3247\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3247, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002c80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","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":"6468822d-7411-43e0-9dcd-6ea689fca88e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.912Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b710), 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)(0xc000cf9a40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002f00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5824\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5824, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003220), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.952Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.952Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0ef9925d-4408-454f-a689-5061aafe226a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.955Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5801\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5801, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000034a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.957Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"2024-11-11T14:43:14.957Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"89d29445-d245-4fc8-ba51-f52a4bfddc4c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.982Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5801\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5801, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52140), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.983Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"40f762d6-9d4b-4fa3-ade8-684e7e1ce39c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4bd0), 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)(0xc000a5f600), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52500), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:14.993Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-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":"2024-11-11T14:43:14.993Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-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":"c4cb44ff-6ea6-4bae-80d3-b82e8561d1d1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.007Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d57a0), 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)(0xc000a5fcc0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52820), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.022Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3839\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b91c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3839, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52960), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918a20), 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)(0xc0000cbb40), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52c80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-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":"31463abd-186e-44a2-8287-416d2224a60b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.070Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009627e0), 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)(0xc0001fca00), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52f50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53ae0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.123Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.124Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"612591be-859f-4523-a09e-b19c2fcb9da9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.141Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f8700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53db0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7aba5585-fb12-44a0-aa62-3e7b0e34f233","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.168Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6862\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f8ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6862, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000246eb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.175Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.176Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0b1b9d47-11eb-4e34-864b-5a8324e5e5dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.176Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4054\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4054, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000247b80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098def0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9031\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9031, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004aa370), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.308Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.309Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d70b438d-35ba-4ada-99a9-bd1e4d826bcc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.313Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9031\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9031, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aa640), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.314Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9a4c337f-afad-431f-afb3-8c3864903916","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.391Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070def0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4371\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4371, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004641e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211560), 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)(0xc00086f4c0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000464410), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.464Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f8bcd9c6-44df-4bdb-8575-0d19b2bde8e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.503Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000fc0), 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)(0xc00086fc00), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465450), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.504Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cf88e4e4-70ac-4272-ac03-caee761f452e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000285a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4425\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4425, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465720), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.567Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.568Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"51cb39fa-0ec2-43f4-9f2f-c11f33cbea2e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065acf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298870), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"45d98cdd-29c5-4312-8157-fd2ff3892dbd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.592Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4831\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4831, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298c30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8607\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8607, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299180), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.888Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:15.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"b4f26cbc-1e94-45ef-ab7a-d0e0cb5735c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858b40), 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)(0xc000972cc0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299680), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.891Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","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":"2024-11-11T14:43:15.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","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":"e9282bd4-9f35-4fd0-8e41-4cc26b206c61","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8607\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8607, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299b30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.894Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"38ae7f05-8deb-47ca-8c85-7123809529f9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.894Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888d80), 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)(0xc000973f00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000336a50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.895Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"da0ed701-161b-4e1a-9d9d-9ad8d15d4260","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4002\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4002, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336d20), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.906Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008897a0), 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)(0xc000abee40), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000337180), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889dd0), 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)(0xc000abf600), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000337400), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.921Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"2024-11-11T14:43:15.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"18f50814-97f5-419f-8494-4f90411f89d6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba870), 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)(0xc000abfbc0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000337a40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"0f9c391a-b8f1-4fb9-a5c0-c7a47bda0b1a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb3b0), 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)(0xc000ae21c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000120b40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5610\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae27c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5610, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120f00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.943Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"2024-11-11T14:43:15.943Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"89173bf3-73ff-4a63-a6b7-f70e79b215bb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.990Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5865\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5865, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000121860), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.991Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"2024-11-11T14:43:15.991Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"6c82d7b3-5c13-4cb4-b734-9e09f280d9c1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.994Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5865\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5865, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000afae0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:15.995Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-9c7pk","knative.dev/name":"output-pipeline-run-bp2sj","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":"e34d78fd-47ce-43d7-907f-2c2f89360cc7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.005Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d58510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3904\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3904, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afef0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.137Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8571\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baaa00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8571, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8460), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.139Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:16.139Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"59b3332e-818e-4efa-b76f-379dafdfc8f0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d993b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8571\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8571, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b86e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.151Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"6d64273a-e0d3-469d-80d7-110a3c81d74e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.160Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3984\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3984, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b80a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98900), 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)(0xc000cb12c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9e50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.666Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:43:16.666Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-vclkq","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":"4c9a1b16-2ed1-4e79-bb78-562e65ebcb17","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.668Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98f30), 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)(0xc000cb19c0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996050), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.670Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-vclkq","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":"8b3cca6a-5031-4b69-828a-39ee7d0cca5a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99290), 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)(0xc0006c3440), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009978b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.687Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99ef0), 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)(0xc0006c3a80), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009979f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.688Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:43:16.688Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"556bad25-9a97-4443-b3a6-8e87163ccaaf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.690Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e6c0), 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)(0xc000948300), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997b80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.691Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"e5fc853f-2c6b-4720-a2cd-88c98c13ae4d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:16.694Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3ec60), 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)(0xc000948bc0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2870), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.170Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3a40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.173Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dcf87378-a2a1-4d2a-8ce6-3afce17eb3bf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.179Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002000), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"01d5ac05-5f28-47f3-94b5-667814f2c9d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecc60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4823\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4823, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002370), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8586\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8586, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000032c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.759Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:17.759Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"4dac5e95-7294-416c-a72e-6f91ad7e61f7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.772Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8586\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5fc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8586, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000035e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.774Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"54068de7-bfa0-48e2-98ee-a7295c7fd3bf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:17.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372750), 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)(0xc000cf8940), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52a00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003739e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53540), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.210Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"05801fc1-d45a-4de5-9894-f8f4b02bdd37","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afef30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"554877be-7d4a-4e74-8cfa-4d99da095986","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.241Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53b30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.726Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a510), 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)(0xc000a5f540), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004aa500), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.727Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:43:18.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"150167b5-7371-48a4-9347-68b7843ea516","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.729Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8ac60), 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)(0xc000a5fb80), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aa730), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"1d33a1e6-2c2a-40d2-a790-15b5375534f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b200), 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)(0xc0004b8f80), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004642d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.778Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b710), 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)(0xc0004b98c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000464500), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.779Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-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":"2024-11-11T14:43:18.779Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-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":"5efbd8b7-820e-4d34-9bf1-b92bae482d28","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6000), 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)(0xc0001fc400), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465450), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.787Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-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":"55446179-ad79-477f-86bf-61f5a6db3a08","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.792Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6510), 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)(0xc0001fcf40), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465680), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6a20), 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)(0xc0001fdac0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004658b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.799Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:18.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"b3f2a103-de14-4589-bc5a-ddf808a35d54","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7560), 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)(0xc00036c380), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465b30), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.801Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"2024-11-11T14:43:18.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"6e9e7ca1-a0c8-4fe2-9774-e1c9cad3d6f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4240), 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)(0xc00036ca00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465e50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"3bf490de-149b-41cd-9e66-a86dd1f4f503","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4f30), 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)(0xc0007f8b80), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298320), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"d7444513-f7cb-451c-895e-22b93341cc39","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.817Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5cb0), 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)(0xc0007f99c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299540), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.820Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918750), 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)(0xc00086e180), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299770), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.821Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"2024-11-11T14:43:18.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"b4552213-c6ec-493e-bdd0-25227fdc0813","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8729\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8729, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003360a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.822Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:18.822Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"afc94601-3e01-4386-9678-06702c36a600","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.825Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009635f0), 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)(0xc00086ed40), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963d40), 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)(0xc00086f340), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336550), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.849Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-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":"2024-11-11T14:43:18.849Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-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":"8620bb55-bd78-4e36-9874-4dfe6d7fdc84","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5801\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086f940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5801, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336910), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.852Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"2024-11-11T14:43:18.852Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"c10a43be-842e-402a-856c-eafab5cdb03b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.852Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098db00), 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)(0xc0008d83c0), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000336cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-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":"0a88ebe5-971e-4e2d-b572-5f470e58d7c4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5801\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5801, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000337310), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.859Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"96b15b3d-8cad-42da-8280-a26289de214c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.864Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9305\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9305, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003379a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.870Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:18.870Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"c7e7391b-e6de-4e61-a567-b8af5f1ca6e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070dd40), 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)(0xc0008d96c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000337e00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.877Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002107e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9305\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9305, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000120c80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.879Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"8b1a3c80-19b8-4c8d-8bda-e9568e3b3887","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6862\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb09c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6862, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b85a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.887Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e578e980-ed3a-421f-b144-de167f20e979","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3839\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3839, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8870), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4343\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4343, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8b90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d998c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8d20), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.915Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2f4c9dba-79f9-4274-b9e5-34eaaa2bf3ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8ff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ecbe2085-e1ba-4b6e-b42f-cf0d811f05e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f9e0), 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)(0xc0006c3000), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9270), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.928Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3d13c2ce-398e-49a4-8b2e-21bb109d4aaa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9590), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.948Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecd80), 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)(0xc0006c3e00), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b97c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.950Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"40cfd68e-1a94-4c9d-931f-60d5fd10469a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.962Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aeda70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4425\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009486c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4425, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9cc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.989Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.989Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7b08c6db-3c72-4b96-a797-056ae875e4a5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.994Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003737a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009494c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009960a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:18.995Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bdb17cd2-9cdf-4d62-9f02-f0490ae16554","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4831\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4831, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996410), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.160Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8640\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8640, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996fa0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.163Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:19.163Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"4e08ae10-bab6-4063-adcd-c69046d4c330","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.168Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8640\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ef80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8640, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997220), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"391e3d72-d2cc-48d9-9907-40791071b659","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.179Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8aa20), 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)(0xc000cf8100), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2960), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.772Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9006\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9006, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3a90), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.775Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:19.775Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"67859139-9d72-4105-83a9-01fe86e34fc1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.779Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9006\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9006, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f3e50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.781Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lr7zk","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":"13869423-2ed3-4c0b-826d-39f61c265fd0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4344\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4344, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002dc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.792Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab74d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3851\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3851, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002ff0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3851\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ed40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3851, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000003270), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.797Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2405\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2405, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000003540), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d55f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8304\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5fd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8304, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b520a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.803Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"2024-11-11T14:43:19.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"5d5f61b2-83f4-44a9-9d4f-f8fd3fe6b830","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009621b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8304\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8304, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52410), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-lr7zk","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":"4d0641c2-36c4-41a5-9d6e-478c6f2906ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:19.812Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3872\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00014e140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3872, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b526e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.813Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53c20), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.815Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.815Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"143b56ad-2e63-48f6-acfb-4f80675d36d1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.819Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f8a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246c30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.822Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"38a5fa48-d9e6-4b4b-9296-c82c3ecb67c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:20.832Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4823\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4823, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002474f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.153Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8993\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8993, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298050), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.154Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.156Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"c52a51b9-d21c-4383-a712-8b854ef8f106","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.159Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8993\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8993, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.163Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"14200abb-5c0d-4f2c-8d25-99e72ce362b0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4337\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4337, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001215e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211c20), 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)(0xc000cb03c0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8050), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.191Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.191Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"4c99ffdb-acaa-483a-9487-59771c6730c7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98360), 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)(0xc000cb0940), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8230), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"8a6aa888-d9a3-4668-b69e-7b944a516c04","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d986c0), 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)(0xc000cb1a40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9270), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8729\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8729, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9400), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.207Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"abe75062-ac2d-47d8-be5a-938480c3688d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8729\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8729, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9540), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"62e964fe-1099-40b6-bbe4-6b91b1288004","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4155\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4155, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996dc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.246Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3ec60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996f00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.248Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.248Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"4d1a96d0-9660-4807-ae14-86022d75ffcf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.248Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fb90), 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)(0xc000949040), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997040), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.249Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.250Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"7ef7f5d8-674d-4ef7-8f3d-ff778a58d91c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.257Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec240), 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)(0xc0009495c0), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009972c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.260Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"d9779242-e622-4e96-a3bf-8db41a95cff8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.277Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec750), 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)(0xc000c5e740), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2aa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6039\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ed00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6039, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2c30), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.288Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.288Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"7f14aeb3-3dfe-454e-90b1-92a9d2033fa5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.294Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2ff0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.296Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"46d1b2ea-0366-4415-81c1-ad3f4fd264ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.300Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003721b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f31d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"9daa9c6e-2d3a-4464-b452-9abdc2c32b5c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.315Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6155\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6155, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003450), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.317Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"7cfc8190-ef01-4adb-b336-eb43e7820215","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.320Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6155\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6155, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298050), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"5dfb8fdb-8bd9-4847-a9db-3bb3a8c6d485","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.325Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3790\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3790, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299b30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008583f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8369\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8369, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299cc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.334Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"718118be-6d18-490e-9044-9f2758ca604f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.361Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8369\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009734c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8369, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120f00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.362Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:21.362Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"0fd5795d-cf9b-4fe5-9647-80125fdc1ea7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.366Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8369\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8369, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001215e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"d7d88402-3c91-4407-90f7-6adfb7377b9d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008893b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3980\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3980, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8f00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.820Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009960a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.829Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.829Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"609a0eea-3bf5-4548-975c-2c35b24ef49c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996460), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c05450cb-1630-4875-aa00-367b059c46bd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:21.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996730), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.555Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3904\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3904, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997b30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.568Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1830), 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)(0xc000949e00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2b40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.607Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe1b0), 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)(0xc000c5e800), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f3310), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.808Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8552\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ef00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8552, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3810), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.810Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:22.810Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"ff2b99d2-03bb-46f4-993f-4d2e661243d2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.813Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8552\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8552, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52050), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.815Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"fea1d3a7-5023-49ee-97fb-b537ac3be4bf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3973\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3973, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53130), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.909Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8aa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9290\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9290, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b532c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.910Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:22.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"093ce115-7ff3-4532-a47c-cbe703fc572c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.914Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9290\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9290, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53540), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.916Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"0651e3e2-832f-485b-8253-5dcc299ffe9f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4336\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4336, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000246eb0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000247450), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.938Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a4dccd7b-a526-4fa0-b666-83f44ffe6fa9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab77a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fda80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004640f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6552b23a-7da1-40ae-a4ee-f3d8a670c0ea","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:22.962Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4377\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4377, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004640a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d55f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465bd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.198Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"713dcdee-066e-46c7-a5ee-645455054acd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003727e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465ef0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.202Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d10e725-d603-476c-998d-3286db97d724","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.206Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008582d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5122\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf95c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5122, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.218Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10861\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10861, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000025f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.220Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:23.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"010fa7f4-3367-4dcb-b906-67dae0ff5abc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8621\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8621, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120b40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.848Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:24.849Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"8781b745-6be4-4611-b730-3131ceddc0c4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008898c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8621\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8621, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000120f50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.854Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"c33da4f6-44de-42eb-b959-254a8c6e5789","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:24.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8cd0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008baab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4349\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4349, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9810), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-lr7zk","knative.dev/name":"","knative.dev/operation":"DELETE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:kube-system:namespace-controller","admissionreview/uid":"71fc7c78-04d4-4ae6-b497-f564fec9ef0b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.556Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3676\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3676, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b99f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bbb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3872\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3872, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996690), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210fc0), 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)(0xc0006c3500), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009968c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.612Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002119e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4344\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4344, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996a00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.971Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996b90), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.973Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.973Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4166c942-bbe3-4687-bada-8b8971c9cc27","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.977Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996eb0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.978Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dfb1fb0b-d66e-460a-bd1c-f51d20dec594","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:25.983Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5122\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5122, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997180), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8974\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8974, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b525a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.844Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:26.845Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"ae8c1fab-bb77-42fc-85c9-fb968f053aa6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8974\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8974, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52820), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4l28g","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":"80851f7f-8b70-42e7-8b84-312099f7f257","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.855Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4326\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0000cb980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4326, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b538b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8958\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8958, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53a40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.867Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"2024-11-11T14:43:26.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"36d4763d-fff3-4c5b-851f-0a80cbb0be02","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.869Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009637a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8958\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8958, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53b80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.874Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-4l28g","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":"8abb6283-3c4c-442b-b5c5-169f724909e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.880Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4201\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4201, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000337400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.940Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cd80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9355\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086f780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9355, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000337860), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.942Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:26.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"d2a83703-2714-4b76-a03b-e62e5ce845b6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9355\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9355, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000337cc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.947Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"1d3d8577-0e23-4a44-b84a-0309c27ab412","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:26.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4408\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4408, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465630), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.042Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9704\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9704, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002eb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.047Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"2024-11-11T14:43:28.047Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"1725ac98-6144-4e53-9344-514dd315e8b7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.053Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9704\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009724c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9704, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000003220), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.055Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q-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":"19df6f42-1928-4af4-93f5-7704072f81b5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.077Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003739e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4685\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4685, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299ae0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008582d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8160\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8160, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299c70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.115Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"2024-11-11T14:43:28.115Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"f509ae4d-8cbe-43c5-a555-aadb75be9875","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8160\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8160, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000120d70), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-wdfzw","knative.dev/name":"pipeline-optional-ws-run-jw26q","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":"0ecc1d8b-47ac-48ea-bb63-dd1407629dac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.127Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3793\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3793, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000121590), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.277Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008893b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9528\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9528, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8000), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.314Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"66d7ba26-1a2e-4b01-97b3-c2519e76d198","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9528\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb15c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9528, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b82d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"87804da3-0559-4209-ae7c-ec9b3897675a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:28.341Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4545\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4545, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8500), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.144Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002107e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9895\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9895, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996e60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.145Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"84a09394-4d0b-441a-8614-7df45fe9166b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.154Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9895\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9895, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997130), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.156Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"34d84e70-f34f-40e6-9a1c-2e80fbcb2cd7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.177Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4744\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4744, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997360), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.262Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997590), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.264Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.265Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8b78d2d9-245e-4fb0-a66b-43f204ba9812","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:30.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1a354e53-ea6a-4a4b-8544-962302e58241","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.183Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009186c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10371\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b95c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10371, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52af0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.185Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.185Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e4c6054a-ee31-4b06-ac32-5bc05203eb17","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.222Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10371\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10371, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52dc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-k52j8","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"23454ef5-395d-48a8-ac89-24df45abf9a9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.262Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5021\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5021, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52ff0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065afc0), 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)(0xc0008d9100), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53ef0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.798Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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/timeout\",\"value\":\"1h0m0s\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:43:31.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"35710ac8-4c7f-43d2-b81b-1d41a1933b91","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.854Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1563\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1563, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000af720), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.855Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a5f0c2de-afa2-4620-a10e-7ca8e9a03477","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:31.868Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1126\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abebc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1126, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afb80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3ee10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afd60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.066Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","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":"2024-11-11T14:43:32.066Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","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":"e88984f6-07ce-4e9e-ae96-6a56b4dd3c64","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.080Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3171\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3171, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449040), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.080Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","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":"4937f4a3-5e02-40a1-865c-fae55740270b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5376\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5376, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449360), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.106Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3565326f-b8c0-44a7-83bf-924a03c8a6e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.109Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5376\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5376, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004499a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"07fc13c5-83ef-4270-8172-5b61f22f161c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.116Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d440), 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)(0xc000ae33c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000449d60), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.151Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5742\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5742, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c230), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.153Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.153Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d7d9f3a5-e2cd-46b4-93c7-7eda949fca0d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.332Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cf30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c5f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.337Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d122179-cda4-499a-b64a-312bd831fac2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011caa0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a23ead5e-37f2-4ab0-a66e-f647e063ad6e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d45a0), 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)(0xc00086e3c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d0e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.616Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086fc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336690), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.624Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a7a72a6b-8574-4645-9c2b-a37c44e63d45","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336d20), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.662Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.662Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"719ce4d1-c5ad-45a6-be10-458b723105b5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.666Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003373b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f3913c62-0008-4ddb-9353-d7bcf0b149c9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.680Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4327\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4327, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000337950), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.918Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bacf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4201\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4201, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000337d60), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4326\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4326, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000337ea0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:32.974Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002106c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4337\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4337, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004641e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:33.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002118c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4685\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4685, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004659f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:33.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d983f0), 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)(0xc000920b00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002730), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:34.525Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3793\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3793, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000003540), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:35.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9252\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9252, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120be0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:35.161Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:35.161Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"02ead94a-c474-45f7-81e0-e259f13fd8cd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:35.167Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9252\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9252, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000121540), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:35.169Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"63936415-17ce-4437-9602-72db3cb3d771","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:35.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4319\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4319, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b80a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:38.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f38b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:38.483Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:38.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2b112e2e-ead6-48bb-8610-bcc3620e671b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:38.707Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009182d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52870), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:38.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f5fe7d95-c22b-495e-9f82-fcfd820ecade","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:38.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4333\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4333, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52b40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:41.426Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b6c240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9440\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9440, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d360), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:41.428Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:41.428Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b3e54ca5-0cf1-4ffa-9d6a-7329f90b1c37","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:41.438Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b6d050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9440\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9440, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d770), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:41.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6b165d39-9a46-438d-8313-bb87bc183b0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:41.447Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b6dd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4501\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4501, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d9f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.387Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c07b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10084\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3d6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10084, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c46000), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.389Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9c20e1b7-0b16-42c1-8b39-6bc031ce2059","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.393Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c7ecf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10084\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3df00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10084, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c46370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-np2l5","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"343ee979-998b-43c3-8ad3-f020eba3b9ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.407Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c7fcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4977\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4977, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c465f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30750), 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)(0xc000c2f500), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c46e10), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.661Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:43:44.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"b432c2b8-1dc3-41a9-8afd-71b54200fadb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30e10), 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)(0xc000c2fb40), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c46f50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"4b232f3e-0d17-41ec-8cb1-05e68790ab63","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31200), 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)(0xc000ae2d40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c230), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.983Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d315f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1351\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1351, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c370), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.984Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"app.kubernetes.io/managed-by\":\"tekton-pipelines\"}}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:43:44.984Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"0a2672f5-3c0c-444c-bd06-992f74acff33","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.989Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c640), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.989Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"93ead299-dff4-44a0-835f-4332f6f99b27","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:44.997Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1164\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1164, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c820), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.058Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c6c0), 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)(0xc00086e500), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011cb40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.059Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","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":"2024-11-11T14:43:45.059Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","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":"66c676b3-fa74-4213-9fdf-42f93f6aa3b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.061Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3247\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086eac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3247, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011cff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","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":"2be6d013-84e1-48c3-90a8-8cb2e0a9edd3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.083Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070db00), 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)(0xc00086f880), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336050), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.089Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5824\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5824, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336280), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.093Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.093Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ac329770-16ba-4f0c-8ee2-be531f891cb8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.184Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336500), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.185Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.185Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6a1e2bf0-72a8-4266-bb7e-a614514b034b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6190\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6190, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000336870), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1654fccc-a808-4a24-b69c-74caedec9ed9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.255Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4054\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4054, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000336aa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9031\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf91c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9031, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000336d70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.479Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c1e0dd36-72a8-488a-a48a-52b160514973","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9031\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9031, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000337360), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eea66353-f998-4e0f-ac73-04f87349a188","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4371\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009721c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4371, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003378b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008885a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9348\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9348, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004654f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.619Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:45.619Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c695cb52-1162-4de6-8c63-51160140f060","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.120Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fa70), 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)(0xc000cb1dc0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003400), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.121Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:43:46.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"418bb318-1637-4c73-b9c9-5e6552b3a7fa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.131Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec1b0), 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)(0xc0006c2340), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000003590), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.132Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"dc33c198-49ba-4228-8557-d3aec6cf09e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec630), 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)(0xc0006c2840), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002980f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.202Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecbd0), 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)(0xc0006c3000), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298370), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.203Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","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":"2024-11-11T14:43:46.203Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","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":"4228b5de-b0c4-4751-b3db-87e94662357f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aeda70), 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)(0xc0006c3640), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298730), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.206Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","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":"451e6d33-5467-4721-914a-56eb67b29cd1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe000), 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)(0xc0006c3c00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298a50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.251Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5655\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009484c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5655, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298c80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.267Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.267Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6b6db967-b5cc-406c-95e0-451542d6138e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.364Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5994\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5994, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299180), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.366Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.367Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ef6dc6c4-d5a1-4505-83a6-eb6af717171f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5994\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5994, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002996d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.376Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0ee91176-ebe8-4590-be38-ceddfbf8e4c0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3956\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3956, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299b80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8822\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8822, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120be0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.480Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5a30c768-a33d-47c3-8bba-98a71c9d4e5e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8822\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8822, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000121040), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.498Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"feb713a9-2d7d-4e8e-8c97-deb93c40daa2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:46.604Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009185a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4273\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4273, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8a50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996a50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.350Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6d977bf7-89d8-4763-bbf7-b4432f08c923","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b90c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996d20), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.361Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dd41d456-5736-4d9a-94f8-6e8ed7aadd7c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4363, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996f50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000001e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9131\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9131, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997180), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.520Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.520Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b031e644-d60e-4a8f-b28c-2e05dfc0b988","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000029ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9131\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fdbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9131, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997450), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.528Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ab9c7abd-b920-4a80-9754-d55d2f1b7ad6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:48.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4265\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d85c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4265, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-11T14:43:49.159Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"2b97de07-0674-4caf-a92a-d152dbd0132c","knative.dev/key":"stepactions.tekton.dev","duration":0.000119553,"error":"custom resource \"stepactions.tekton.dev\" isn't configured for webhook conversion","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:566\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:543\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/controller/controller.go:491"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9137\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2ea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9137, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997db0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.519Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.519Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"55c49dea-c480-4a82-aa78-8c359a6df08c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9137\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9137, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c320), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4ee7e108-128a-465a-acd4-fff89cdbd7e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4279\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4279, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c690), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.563Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011ca00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.569Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"78b3c639-45e6-4850-91da-b29bbb71c2d2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9346\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9346, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011db30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"81cfe817-e4bb-4497-890e-065f44403480","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:49.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4377\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4377, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011de00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:51.602Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bbb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9319\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9319, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298730), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:51.604Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:51.604Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d39ca928-ed81-4503-9be4-10332015a4f8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:51.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9319\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9319, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298aa0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:51.610Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bdb9d1ed-c43c-4d90-a171-614e0510bea3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:51.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299040), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9528\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9528, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8fa0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.580Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"15d4d28c-87a0-49bc-bcb4-3645d1403689","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9528\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9528, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b92c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a88c4972-a033-408d-88c3-129a0e5fef65","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.607Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4545\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4545, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b94f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9696\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9696, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9720), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.612Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:52.613Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"751afe8e-1f56-48b8-8194-3d92c534249c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9963\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ea40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9963, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52c30), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.592Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.592Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"de9e6f8e-2ae6-4ce8-b7b5-3fae877dfbf3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.628Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9963\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5fa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9963, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-kn592","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2ef71d7e-16bb-4e0f-80ad-3c9b54beecac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000c60), 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)(0xc000a5e180), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.741Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000286c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9895\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9895, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53cc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.743Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.748Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"80b12aa1-9a18-482b-86c9-67ed85715c1e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9895\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9895, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"440e30b5-ae32-43ad-8e14-31c964af2a33","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4744\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4744, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002474a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.909Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b90c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000184af0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.926Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"386f1bce-7448-4f59-b393-ff57d069b37c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.950Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000be86c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10094\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00014f3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10094, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000afa40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:54.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a37a0b17-1ee0-4a0c-bf98-02336b6f55d7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.656Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000be9710), 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)(0xc000abf500), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449a40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.657Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:43:55.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"77319e7c-6916-4a07-8d22-5d83f0ca2ca9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000be9c20), 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)(0xc000abfa00), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449d60), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"92487f0a-5db0-47ef-bee9-2149df912b2f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c9e090), 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)(0xc000abfec0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033c320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.689Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c9e510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10371\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b0fdc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10371, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c500), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.691Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.691Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"236b90d2-30ce-4cc9-ad61-28280d1f9331","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.701Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c9f7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10371\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10371, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c870), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.703Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-hgtzv","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0b306128-5a20-48fb-b2bc-ca8fc221e622","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.751Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d42990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5021\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5021, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033c320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.779Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d43440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11259\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11259, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c550), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.781Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.781Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5385fa80-5993-4868-b0df-f273c697a09c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11259\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11259, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033ccd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"83e764f8-5b5d-4703-8bbb-83b10fb7cf76","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5520\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5520, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033cfa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.837Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30510), 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)(0xc0008d89c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d1d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.839Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","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":"2024-11-11T14:43:55.839Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","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":"8ecd77bb-0781-43d1-af70-468c94867da4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30e10), 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)(0xc0008d8f80), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d5e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","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":"b0d9305a-b108-4a7b-8ab7-c2b23782960f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d314d0), 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)(0xc0008d9540), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d860), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d319e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11657\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11657, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033da90), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.901Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fd713fca-90bf-46e8-a186-c88ce18d182f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cfc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11657\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2eac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11657, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033ddb0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.905Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0fa1aa23-60ff-4de0-886e-efcdfac364bb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5573\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5573, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996140), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.931Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"08a60ae6-99f0-4b12-aa73-e0e3aee0b552","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.988Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996460), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.989Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.990Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fb16c8c8-b61e-46a0-b2b8-25f96a837598","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003722d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fe80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009967d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:55.996Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"094e53f0-1aab-4f51-8424-9de167b96063","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.016Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996a50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8734\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8734, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996c80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.026Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.026Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"84b6aad6-1e3a-4894-8266-5dda9f8aff1d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000859050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8734\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8734, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996ff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d7a3a22b-d200-4fb6-b9dd-5cb17c0dec2b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.051Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4229\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4229, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997270), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.629Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000464280), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.643Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"da294cb6-2ce3-4b2a-95af-8ffaba8ea630","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aedd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009738c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004652c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"057591fd-5eb4-4d9b-b0d2-f32fe5b3ad7a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465590), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.692Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8339\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8339, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004657c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.694Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"2024-11-11T14:43:56.694Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"a7b9c359-2d96-4bfc-be7b-259d8e80990e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.703Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8339\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8339, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465b80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.704Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-knsgj","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":"ff9e1a1c-e75d-4f6b-8909-24ecfabff6df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab74d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1279\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1279, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002370), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.908Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","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":"2024-11-11T14:43:56.908Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","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":"30aedb55-b905-4674-9fb7-d90de94c838b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1503\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1503, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000026e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"339baa00-3414-4d41-a2ca-556cbab86a69","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:56.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1057\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1057, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002a00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009187e0), 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)(0xc0006c2980), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298230), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.106Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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/timeout\",\"value\":\"1h0m0s\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:43:57.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"906c455c-07fc-47af-a136-f07090d545d3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.108Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009622d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1563\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1563, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298410), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.109Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"4d4c74c8-9bcb-4c52-b081-1eed8d5edadb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962750), 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)(0xc0006c35c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002986e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.122Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-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":"2024-11-11T14:43:57.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-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":"3cd8d6a5-95d5-41dc-a5f8-f569423dea50","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1126\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1126, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002988c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.127Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963320), 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)(0xc000948380), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298be0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-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":"2ac7566e-ad92-48d3-b7ac-e726933dc1cf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.139Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009637a0), 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)(0xc000948900), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299130), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963dd0), 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)(0xc000948ec0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002995e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.144Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","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":"2024-11-11T14:43:57.144Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","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":"75dea322-9eea-485a-81b8-9ef347a9eedb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.148Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1541\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009493c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1541, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299a90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.149Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f14609e5-537a-4b52-8c65-d8b38f0afa9d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000001d40), 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)(0xc000949880), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299cc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000285a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120d70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.235Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"2024-11-11T14:43:57.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"b2f283b4-75bc-495d-b812-a63545c8fe07","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.238Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000029c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2931\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2931, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000121860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.243Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"8d53f5b4-ab2f-42bd-b742-15a8e5f97899","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.257Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1312\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1312, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3eab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8550), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.281Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-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":"2024-11-11T14:43:57.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-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":"c9990ece-9acd-4e76-83d7-55891eb63885","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2595\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2595, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8780), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-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":"5e91ed4a-fee5-4109-8f8c-ed34ef53625c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1823\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5fa40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1823, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b89b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5476\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5476, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8be0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.315Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"2024-11-11T14:43:57.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"a59351f3-ff81-425c-8621-ae7c9bce73d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3019\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3019, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8ff0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.331Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"2024-11-11T14:43:57.331Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"e5c601a7-9576-4b20-9d12-7c04607d0b28","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3007\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ec40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3007, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9360), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"03d951d1-bbc1-4d75-bb9f-ef3a1d2f5485","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.376Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c9e120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1350\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1350, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9680), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.382Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c9e6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5555\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5fb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5555, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b98b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.384Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"2024-11-11T14:43:57.385Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"c8a6df0f-e4e6-4c73-bf00-bcb86780be46","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c9e000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3195\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3195, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8000), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.462Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","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":"2024-11-11T14:43:57.462Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","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":"eb422dca-4e77-4bc1-aa55-9dc757b815b0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.464Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c9f950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3171\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3171, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","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":"a03f75de-0ca6-4bae-b3da-aa062558317e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a090), 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)(0xc000aac4c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b85f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065aab0), 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)(0xc000aaca80), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8870), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.542Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-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":"2024-11-11T14:43:57.542Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-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":"4e06ca89-decb-46ad-be88-9378efdff14f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5810\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5810, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8b40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.544Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"2024-11-11T14:43:57.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"cbbe4aff-f21e-402c-9fbb-afc1712f58f2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.558Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5731\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5731, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8f50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.562Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"2024-11-11T14:43:57.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"c6e804ab-43d4-4dc8-86bc-4d075c48350a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5810\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5810, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b93b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"c52d8c70-4aa8-471c-b357-9ee841993732","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31cb0), 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)(0xc0008d8b00), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9c20), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-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":"f9752003-5290-4ad3-b01f-d7e1c2b906fd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"error","timestamp":"2024-11-11T14:43:57.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/webhook.go:248","message":"http: TLS handshake error from 172.18.0.5:40385: EOF\n","commit":"96db451","stacktrace":"knative.dev/pkg/webhook.(*zapWrapper).Write\n\tknative.dev/pkg@v0.0.0-20240416145024-0f34a8815650/webhook/webhook.go:248\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:3487\nnet/http.(*conn).serve\n\tnet/http/server.go:1983"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d302d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5742\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadcc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5742, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8eb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.576Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"502b69f1-0d64-48db-a72d-200ce8ff203e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5731\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5731, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d590), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"7c9ad2d9-449a-48f1-a4c8-b7f45d62fe03","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.593Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070def0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3845\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2eec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3845, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033db80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.633Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3804\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3804, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033de50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5b90), 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)(0xc000c2fbc0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996190), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.668Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003722d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6868\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6868, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009964b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.681Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"918012d7-2329-4b05-bc26-b86047978350","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.693Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003739e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009967d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.694Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.694Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2ed4c4e2-a6b7-4807-bdcd-29560bb421d0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.702Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6108\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6108, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996b40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.712Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eed98657-b8df-477e-97af-82e712ba2aec","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.736Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000859710), 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)(0xc000ae3640), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996dc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7046\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7046, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996ff0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.847Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.847Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"da553ae3-5fa1-40a0-a460-bdddb77d3adf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7046\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7046, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997310), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.864Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"939735e3-37d4-496f-8a7b-56df6cdcd80e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:57.877Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4431\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4431, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009975e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.131Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4412\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf8f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4412, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c410), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.132Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-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":"2024-11-11T14:43:58.132Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-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":"0345374d-ae5b-4902-b60b-80036740766c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.138Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4388\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf94c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4388, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c9b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.139Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-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":"566ba1c7-7c18-4853-a589-2a8a6c2ba664","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.155Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bbb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cf9a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011ce60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.156Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.156Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"907db734-01f4-40d9-a9db-0653e7214d9b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.161Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8943\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8943, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011d310), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"998660d3-9192-4213-9ee5-7a8f1f24d84f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.188Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"2001\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:2001, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d6d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4327\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4327, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d900), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d997a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6877\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6877, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011dbd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.236Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"48d02d59-1362-49c7-884f-84b0564bf427","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.258Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004640f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.262Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.263Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fa4208f7-3af2-4843-9423-bf41feaa1877","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.271Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000464460), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.272Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"47c1af5c-cdbc-4c4c-b95f-ada64d6f51bb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fe60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4837\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4837, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465450), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.294Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465680), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.296Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d51b6423-bfd8-41b8-bb95-2e46aa4b0e27","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7055\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb11c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7055, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004659a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"56d067bc-e094-4321-8d74-e4a54d8ee1c7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4437\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb17c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4437, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465c70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.326Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9897\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9897, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465ea0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.328Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"778f0c37-d54a-4df4-a01b-2ab84253dcb5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affa70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9897\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9897, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002320), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4014edd9-eeab-443c-a3b0-517ce349115c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4843\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4843, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000026e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.485Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c35c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002a00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.487Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.487Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a2ada9dd-5a24-4ac9-971b-780e0fe35875","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab62d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002e10), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e8254c2d-6f98-405b-8c98-aa6555845fde","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7320), 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)(0xc0009486c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000031d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.514Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11259\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11259, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000034a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.526Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bbbd3690-ac76-4f8c-be89-893c23a268c9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009627e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11259\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009494c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11259, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298140), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.531Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3c28ae09-b26d-4cca-b16c-511f7b918ff6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.606Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9043\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9043, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299590), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.608Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d3dd4c6e-efa3-43e3-a8d8-b73d0f8c4867","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.613Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000001320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9043\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5eac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9043, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299b80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"49f93e67-d144-46ac-9a63-34f756877561","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:58.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000120c80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11735\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11735, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3db0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.664Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0f4b0080-a61b-4a64-bf73-bdf0b0af7d33","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52190), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.683Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.684Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4009d47f-8cbf-4e3f-981d-62af9458767a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.693Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11735\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11735, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b525f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.694Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3359f3b1-95ce-4040-a76a-c62a912f42be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.697Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098db90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b528c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f4883c88-939a-4da1-a2ff-93700e3d7e09","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065ac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b8c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52b90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8339\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8339, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52dc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.926Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"2024-11-11T14:43:59.926Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"cf14b82c-a411-46c4-a1ea-d70cd8242185","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8339\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8339, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53180), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-bcht7","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":"cc5b1c29-23ab-4094-9694-d9258dbd91b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.953Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aaca80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53540), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:43:59.954Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4235\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4235, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b537c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10295\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10295, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8dc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.649Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6eb2fbfc-00d2-46a9-9352-ddd8b980c54a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070ddd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10295\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d96c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10295, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b90e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e3de398e-c045-49e6-a2d5-fb98c6809972","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.670Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4835\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4835, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.770Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9252\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2eb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9252, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9630), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.784Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a6f30f08-53b6-44e7-80a0-2c42a028408a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.790Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9252\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9252, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b99a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d80bea1c-0d1d-4220-9cf8-4b16cdb09816","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008583f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4319\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fa00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4319, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9c20), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.872Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9e50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.874Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.874Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7b690038-7f14-4677-83c4-cc6849d72202","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.885Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c550), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e9d45adb-098f-42c7-8e67-0faddd8ccbbf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:00.894Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008895f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4829\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4829, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033c8c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10316\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009722c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10316, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996e60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.718Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"04a49eab-e1b9-4dbc-9881-88b3a39befad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.739Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10316\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10316, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997180), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3660e83a-3142-4bf3-adec-82aba7e8dad9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.763Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4864\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4864, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997450), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.939Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bcd3a181-f221-4990-855f-712c7bf500d3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997cc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.949Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.949Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"098d0e0c-d132-4e3e-9113-f40a24c2abaa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.953Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c2d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.967Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"795dab90-fc54-4517-a7a3-78042684e472","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.969Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9258\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9258, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c690), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.973Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bd3f6d3f-2007-4c66-905f-66d9334d7b42","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:01.979Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009626c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4403\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4403, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011cc30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.013Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4333\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4333, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d040), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.016Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009637a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9399\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9399, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011d3b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.056Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.061Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1c10d12d-642f-4e15-b322-527526d4f4af","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10304\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10304, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000026e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.888Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7771427c-ec73-4ca5-8f54-ed6ba47ae2cd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10304\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10304, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002aa0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c746d146-a032-4fca-a385-578612bad6e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:02.898Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0bef0), 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)(0xc000c5e600), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002eb0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.060Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da2630), 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)(0xc000c5ec40), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000031d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.061Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:44:03.061Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"475ecddb-8354-4c95-927e-a8dcd3a94a2c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da2b40), 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)(0xc000c5f1c0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000034a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.064Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c18930ee-528f-4fe6-9fed-62d09bfe58fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.077Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da2fc0), 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)(0xc000c5fe00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298c30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da34d0), 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)(0xc000a5e440), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299180), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.122Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-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":"2024-11-11T14:44:03.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-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":"c1c1ca38-5dff-4210-9e48-b42fe8ad1d94","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da3b00), 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)(0xc000a5f680), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299630), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-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":"847e8e3c-c908-4dd6-a332-0e102fe62066","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.139Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df4000), 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)(0xc000a5fcc0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299ae0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df4510), 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)(0xc000abe600), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120b40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.159Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"2024-11-11T14:44:03.159Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"6e538a24-1e90-4f07-95e8-ae35c3229f8d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.161Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df4e10), 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)(0xc000abee40), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000120ff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"3dabb361-27b3-4296-b55d-5e2d2a0ed324","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.176Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df5680), 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)(0xc000abf580), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f25a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.185Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000df5c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5686\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5686, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2870), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.187Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"2024-11-11T14:44:03.187Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"ca8f506c-4ec8-4076-918a-c5cbe5008f39","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e32900), 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)(0xc000b0fac0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2cd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.286Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-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":"2024-11-11T14:44:03.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-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":"15e7cc4a-4e85-4c2d-a36e-6439b90fa18b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e33170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5941\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5941, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3180), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.289Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"2024-11-11T14:44:03.290Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"098dac8b-22d8-4aef-864a-a51f85cc4dc4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e33e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5941\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5941, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f38b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"e8cf9e5d-bd20-47a7-8bcc-daa984ab40a9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.312Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ec6b40), 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)(0xc000baad80), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f3d10), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.316Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-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":"e9c067fa-0b85-4def-b232-6f83343fff04","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.351Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ec7290), 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)(0xc000bab5c0), 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:38108\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0009fa600), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002474f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.352Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ec77a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3909\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000babb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3909, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000184af0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ec7830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6862\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000babc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6862, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000af6d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.368Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.368Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"aa156b0b-6e5f-4b0a-b167-1b4496a68103","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f88b40), 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)(0xc000a2cb00), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afea0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.434Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.434Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b8d862ca-2ea1-4503-a5b1-3843c8d7bb74","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.442Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f89560), 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)(0xc000a2d180), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b522d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.443Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2c6e3347-0f6a-4277-8569-6805a572d157","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.453Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f89e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4425\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4425, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b525a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.470Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2df00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b527d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.471Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ccff83a0-a451-482a-ab3e-3c08e19d4b1d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9873\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fcc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9873, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52b40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0d1975ba-1b73-4f35-9291-6de9e56ecf42","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4831\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fda00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4831, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52e10), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.513Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065afc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10279\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10279, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53040), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.515Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.515Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2d74969c-66d4-4dfb-8b1c-b58bf86d92f6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.714Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9598\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9598, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53cc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.717Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5c717ec8-15fe-4719-b79f-f9b1221d97a1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9598\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9598, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b80f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.722Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"780970cf-04bd-4e22-8f91-cd8e606f65c2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.731Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4602\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4602, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.748Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b85a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.750Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"40a057ba-6dad-457d-9142-2d0cf41dab3a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.753Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070dc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8910), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.754Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"236b8183-400a-4ffa-b919-10f451b5f262","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.868Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9440\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9440, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8b90), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.871Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.871Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7e113615-af64-45f2-b0d6-c1866405e4a8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.874Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003726c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9440\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9440, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8f00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.876Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3f635a4c-d788-492d-a050-03fa5ec82b5e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:03.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4501\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2eac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4501, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b91d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000859710), 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)(0xc000ae23c0), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033cf00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.597Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:04.597Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"89ed811e-b9bc-4657-8bb9-2a0fe4957265","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888900), 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)(0xc000ae28c0), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d0e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"587b9fb1-24e3-4a03-b811-ec440014707a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.603Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888cf0), 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)(0xc000ae2d80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d2c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889170), 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)(0xc000ae3340), 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:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d540), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.649Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","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":"2024-11-11T14:44:04.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","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":"60c60675-5dd4-437f-afd7-fea10c6239c2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889950), 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)(0xc000ae3900), 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:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d8b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","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":"795577fc-3201-48f6-a91c-77cbe89cf719","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba1b0), 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)(0xc00036c0c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033db30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5573\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5573, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033dd60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.673Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ed295171-62ba-46c1-a416-12de5a4e2a0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.715Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009960a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.716Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cb17154b-1d89-4d81-aa37-264ce8663160","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.722Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002107e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009964b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.723Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e376b4c8-9c8c-4672-b4ef-0b6337cd3f67","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3912\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3912, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996730), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10074\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009737c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10074, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.787Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.787Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e1dedd26-4d7c-4a76-946d-2c88e8163047","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d999e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10074\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009208c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10074, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-mxfq7","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ca97f3c1-f022-43f3-a004-df2f3b911e1c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.849Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3ed80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8734\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8734, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:55758\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996f50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.850Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.854Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4b43f5e4-14ae-447b-ab60-0aafae3739b6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.854Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4879\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb06c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4879, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009972c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.855Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10615\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10615, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009974a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.859Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.859Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"184ac0e9-622e-4872-98d8-269f10911dad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.857Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aeca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8734\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8734, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:4609\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b4e40), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997540), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6f038e46-2de4-4822-825a-7ffa9219658e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.864Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10615\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10615, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997a90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8ca0ab80-f144-4779-97c8-20bb6f13e81f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.874Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4229\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c22c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4229, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997d60), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5134\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5134, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c230), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8afc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c5a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.931Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:04.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f64e817c-25dc-40e9-beef-e684b193dc21","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab62d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000464410), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.758Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9ba028bb-0f1f-4f6f-84b8-94c9372eb88a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009494c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465450), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c14f7f28-7c27-42ea-b4db-7d9bed8a4f0f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:05.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4823\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949ac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4823, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465720), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009186c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10084\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10084, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.008Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.008Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3fa7661e-6dd6-4899-9249-04a0fec1832e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.015Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10084\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10084, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465cc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.016Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-5ldsh","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"192fd889-9f84-41f0-8503-1638fcbb0b04","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.041Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000006c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4977\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4977, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.167Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10603\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10603, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000af810), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.173Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ba4db97c-c33c-4318-a3f6-d2a4333ca1ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10603\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2dc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10603, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000afd10), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.181Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cac92ba4-515f-4f18-8232-38229a82b869","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5128\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5128, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b520f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.728Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9043\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b8e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9043, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52f00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.731Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.731Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"999b2596-fee1-4d42-b54c-406ad5545719","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9043\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9043, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53270), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.741Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f16eac18-8bd9-4683-b0f6-fa4226d36ad9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008586c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4221\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4221, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b534f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.797Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000859050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53720), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.800Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b21e79a3-586a-4504-8aa0-a51e19ac1eca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.812Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10292\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aada40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10292, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53a40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"34c3a81c-96ff-47a6-bfae-e05cef36a4f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:06.828Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53d10), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.310Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1451\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1451, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.311Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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/timeout\",\"value\":\"1h0m0s\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:44:07.311Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"0dd15df5-c939-44ce-91c6-7d7c01509bc9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1701\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1701, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8af0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c4404013-2d9f-4b97-abf9-d0fb6a0dffb7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.325Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bad80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1264\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1264, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8cd0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.386Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3471\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3471, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8eb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.394Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","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":"2024-11-11T14:44:07.394Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","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":"81e5cb18-2451-4c5c-b547-bb3bf5fb3237","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.397Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002106c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b91d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.397Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","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":"ce476241-caef-447f-b1b9-c9fcf05bfbbb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002119e0), 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)(0xc000c2f340), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d982d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6024\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6024, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9630), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.433Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ccc620ed-c9f7-4cd2-9666-11b8024ad3a5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.515Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6390\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6390, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9810), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.516Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5e6200ef-bb52-4b1a-9ecf-7ab299129461","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6390\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6390, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9ae0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"87a00e6a-e84f-498c-806f-c7432f7a26ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4154\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4154, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9cc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.601Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033cf00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.602Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.602Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"886b815a-2872-495c-bb88-e1505981ea20","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.606Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d1d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.607Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"68c2b1fa-05ba-4720-b364-5b20f4bcb682","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4471\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4471, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d4a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d17a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d6d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.710Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.712Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"170fe7c6-228c-436f-b5f0-467637ed80f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.716Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033da40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7944ff9d-c303-48ab-9f98-cece6ec433fc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:07.725Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4235\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4235, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033dcc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011caf0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.760Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.760Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"71fccc86-8188-48b7-8edd-f70599d93c15","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.763Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011d040), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.764Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2f8c9456-cafb-4381-af65-3a8da90b1122","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.771Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4403\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c26c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4403, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9540\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9540, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011d770), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.906Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.906Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c1db3f7f-fced-490b-8418-291e14feb8ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.912Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9540\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9540, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011dae0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8182e2f7-f65a-4bec-a1f5-89e381837365","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:09.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4463\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4463, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011dd10), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.041Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009488c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000464190), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.045Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.045Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"131c8657-4a5d-4443-bdef-cc59da156c8a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10591\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10591, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000464460), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"49100c45-a431-4cac-815d-b323ce4209f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.070Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5122\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5122, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465e00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.115Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3ecf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10861\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10861, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298140), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.117Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.117Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"45082230-b9a7-4fa3-98dd-95b59de7bb00","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.736Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9598\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9598, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002995e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.739Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.739Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b9b6a20c-64b0-4356-88e0-6e26dc946074","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e10d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9598\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9598, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299bd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.746Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fd6b8a0a-2631-4eec-b23b-4a0ed94de82c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.752Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e10000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4602\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abec80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4602, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000120cd0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000286c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000121040), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.772Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.772Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d707f442-d6a3-46f9-bc1f-2861a3b9a97a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.776Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cc60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfd40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000020f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.777Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"641bd0af-f886-44bf-bfa0-cee33ffd6aeb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ddd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9546\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9546, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002410), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.948Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.948Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0c86cf16-d04a-4e03-b6fb-b587c2d2267e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.954Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9546\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ec40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9546, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000027d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.956Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ba20b399-6ad2-4f0c-82af-ffe4003fe0e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:10.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4477\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4477, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002af0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:11.735Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10074\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b8f40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10074, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52dc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:11.737Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:11.737Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9ef5214d-113d-479d-a321-fae18b3fcb3b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:11.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10074\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10074, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b530e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:11.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-jqp62","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e7ae9721-1570-46c7-8ea5-1f86278a9231","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:11.750Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4879\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4879, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b533b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aece10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9728\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2eb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9728, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b97c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.008Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.008Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4e0687a6-a7e5-4038-9e81-6ec626eb7bb0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.013Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9728\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9728, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9a90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.014Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"84b22427-1c62-4e52-bc11-ef6b761a1182","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.027Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff5f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4645\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4645, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9cc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a2d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9896\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9896, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9ef0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.038Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.038Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b472f4d9-44c8-4561-9371-ddca3eb79779","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b560), 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)(0xc000ae3280), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d180), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.335Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:13.335Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"f9536204-9eae-402f-8da1-8c8fa4b2eabd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8bc20), 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)(0xc000ae3740), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d310), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6418411f-5f42-4cba-9bfd-c2481c82422f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.343Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6240), 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)(0xc000ae3c00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d590), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.390Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab67e0), 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)(0xc00036c400), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d770), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.391Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","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":"2024-11-11T14:44:13.391Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","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":"b3917604-b801-4858-ac8e-f3a775307066","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.399Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7200), 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)(0xc00036ca40), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033da40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.400Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","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":"9d8c7576-b4c3-4037-b6a2-02b5fd196cba","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.416Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7b90), 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)(0xc0009724c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033dc70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5655\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5655, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033dea0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.437Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.437Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"14d34b66-eac0-4402-93d8-062c7318d704","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.467Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5994\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5994, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996140), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.469Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.469Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"36aa1289-dcee-4813-a993-c4b657899e86","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5994\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5994, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009964b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"984bfebc-cf1b-41fd-86d1-0c01ff4eb1e5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3956\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3956, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009966e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.500Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000001440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8822\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8822, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996910), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.502Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"492fc358-a50f-463d-98e7-5e4e4615e2b8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3ebd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8822\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8822, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996be0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.543Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"93772d65-ccce-4d6d-b340-13d7d5c6d0ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8822\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8822, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996eb0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a1463ab0-0357-431a-a6c3-6982be6c5df3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.557Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bca990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4273\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb14c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4273, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009970e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.982Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bcb170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997c70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.987Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"150f2aa5-b72d-471a-ae6c-85ffe9d376dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.991Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c002d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10095\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10095, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c000), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:13.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a7de6821-b5f7-49d8-9fd8-c218f9957fc8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:14.001Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c01290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4844\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c35c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4844, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c410), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:14.013Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c01c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10294\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10294, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c780), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:14.023Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:14.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c6d089fb-ed4f-468c-b78d-415491e05e1a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:14.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c94e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10294\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10294, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011cb90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:14.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"be477edf-3878-4862-af84-55d5563e00b3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:15.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10571\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10571, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465720), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:15.034Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:15.034Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6dddaed2-0b22-4628-83e6-af7537ba768e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:15.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10571\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10571, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004659f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:15.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8j9kl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"87cbccbd-29de-4e73-b8d0-976bff67133c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:15.080Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000db8870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5121\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b0fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5121, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298820), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:16.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000db9320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9131\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9131, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2b40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:16.041Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:16.041Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2a56d161-ccc4-40da-911b-ddfb28f62df5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:16.048Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e781b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9131\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9131, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2f50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:16.049Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"da5a3ea3-b0bd-4329-b4ad-ef052ff5d8e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:16.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e78ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4265\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4265, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2550), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.021Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c2d0), 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)(0xc000c5f5c0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000246cd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.022Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:44:17.022Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"e59d4cb9-64aa-4a11-a842-c60d962860e4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cb40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1716\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1716, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246ff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"88182e3a-ce62-4c8e-ade8-31927cdb1e2b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.028Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9137\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9137, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000247b80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.030Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.030Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"acaea03a-346f-4ca0-980b-136d0b1b472c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.033Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9137\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9137, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000af810), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"21380bbf-b962-473d-af1a-3d60f339fdfd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1279\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1279, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afc20), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4279\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4279, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afe50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.082Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003726c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3501\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3501, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52b40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.083Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","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":"2024-11-11T14:44:17.083Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","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":"ad2b3c1f-7586-4bfe-a61e-8be53755cf45","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.085Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3477\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3477, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52e10), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.086Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","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":"b348b211-f2cd-464c-b1df-7646c6877438","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.095Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1645\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b8c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1645, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53040), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6054\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6054, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53270), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.104Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.104Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8adc0bc4-a5c5-4e42-a98e-a0e330f3516f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.124Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6420\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6420, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53450), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.125Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"11f40a5b-9df9-48fd-a1db-0c5e57bf1102","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.127Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6420\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aaca40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6420, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53720), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f11b8051-8cdc-439d-9531-8182667ed623","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.135Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba360), 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)(0xc000aad600), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53950), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.149Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9261\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadcc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9261, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53b80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.151Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.151Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a692a211-7fd3-4212-84f6-671403081af5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.156Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9261\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d86c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9261, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53e50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"15444d0f-0a81-4006-9eeb-f193fa86e53d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:17.166Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4486\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4486, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8140), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:18.089Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9570\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2eb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9570, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9680), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:18.091Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:18.091Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ee7f8f9a-2192-4d8d-aa9a-5d5ea57d52a3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:18.094Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9570\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f3c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9570, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9950), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:18.095Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c9c41392-2d35-422b-9830-f1cec659ddee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:18.101Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4478\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4478, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9b80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9319\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9319, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033cd70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.034Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.034Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"30945a1d-3300-4fdd-917d-ba42ad3873e9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9319\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9319, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d040), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e5eb7a55-33a2-4733-a356-c0ceccb70446","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d270), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.080Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9576\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036ca00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9576, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033dea0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.081Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.081Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3080c4d3-2374-4b11-b037-f0c4198ad280","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.083Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9576\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9576, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996230), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.084Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"420393fa-a7be-4d80-8a2a-0b8cad2f23bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:19.093Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4492\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4492, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996500), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.030Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8aea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9686\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9686, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997090), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.032Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"654fadb2-ab11-400b-88f8-0287f51df3c8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab63f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9686\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920e40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9686, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997360), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"14016dce-adb4-40ed-8398-a0412d5a71cf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.040Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab74d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4646\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb03c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4646, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997590), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009977c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.048Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.048Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f1ca4b07-5042-4738-b465-b4421446ca8a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.051Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb12c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997a90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.051Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7c15edd5-3603-4768-a7be-d5f08abf7e20","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.098Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963dd0), 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)(0xc0006c21c0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011cb40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.100Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f9ee0c56-c5d7-411a-977f-7dacb4f4d461","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e3f0), 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)(0xc0006c2c40), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011cff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"478ec9eb-4e0f-40e7-a7ab-55fa2a9983ca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.108Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4660\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4660, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d360), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9926\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9926, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011d6d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.115Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.115Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0144c381-1364-48ca-b247-184c22945d84","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0ae10), 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)(0xc000948d00), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465360), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.936Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:20.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"9975a4a7-b7f5-4a46-ae6f-aafcbe7cdf31","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.937Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b170), 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)(0xc000949240), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004654a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"a6c74067-5101-40e9-ba03-b31f63010e62","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:20.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b440), 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)(0xc000949e00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465d60), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10162\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10162, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465ea0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.042Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.042Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ea6efe6f-02c5-4a8b-a4ac-59b29840b009","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.046Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000db8ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10162\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ed40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10162, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298320), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.047Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-gd5mn","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7a37ea6d-2e9d-4702-932b-3b82705df0be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.051Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e9e900), 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)(0xc000a5f800), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299540), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.095Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e9f3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10125\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10125, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2dc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.097Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.097Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2a5c9eb6-e84b-4504-94b4-454cd439b4da","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000286c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10125\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10125, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f31d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.101Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4a943c4c-dab6-4e89-b068-bc60e30ff629","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.105Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098cbd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4859\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000babb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4859, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f3400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.111Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10324\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10324, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f39f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.114Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f3c181fc-49a0-44f2-9e26-20798dc9aaef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.117Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10324\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10324, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002820), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:21.118Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7c49fb64-2380-493d-8304-29125b73e2a7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.104Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2dcc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52410), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.106Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3e0d1a8d-3e3a-44f9-8daa-39ef3903fe1d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.109Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bbb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b526e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.111Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-m6rtz","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2a3b3d73-4e57-4030-91ee-4f36e5f43338","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.116Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5136\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5136, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52910), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.241Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98cf0), 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)(0xc0004b8f00), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52b90), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.242Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:22.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"220ac832-fa8b-4670-8df0-3ba7405bb3ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.244Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99290), 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)(0xc0004b9880), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.244Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f0262564-8e06-43ef-a937-f392290bb6e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.247Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d995f0), 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)(0xc000aac280), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52e60), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d999e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3363\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac900), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52fa0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.284Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","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":"2024-11-11T14:44:22.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","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":"6b444d3a-39a1-431d-bb08-9352da894618","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.286Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e120), 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)(0xc000aad5c0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b531d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.287Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","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":"c83dba5c-c190-4465-a05d-72720151100b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.289Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e7e0), 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)(0xc000aadc80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53360), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3ee10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5467\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5467, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b534f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.296Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9efec070-c744-44ca-9ec0-e6813cb86903","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5816\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5816, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53630), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.323Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.323Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"75a36842-18a5-4f59-92a4-8bacd0285994","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.326Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5816\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5816, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.327Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2d992ddc-5c67-4843-8b49-c70fd3b42024","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecc60), 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)(0xc000c2e340), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b539f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.340Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7891\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2ea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7891, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53b80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.342Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77978583-9493-462a-aee0-34365162eb4a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.364Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7891\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7891, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53db0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.366Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.366Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"720379c9-e99d-4658-9e20-e426b0eef514","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.368Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7891\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7891, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b80a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:22.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"52f8640e-c55c-49b8-8934-8551d4ec19e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.811Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7b90), 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)(0xc000973300), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996190), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.812Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:44:24.812Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"d14c4555-3a1c-4417-8722-3b78f623baac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1716\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1716, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"50188d54-8c92-4cd3-8101-bbd71cb53200","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.817Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1279\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1279, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009965a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.839Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3501\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3501, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996780), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.840Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","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":"2024-11-11T14:44:24.840Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","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":"2bc74c65-3d00-4172-9537-83b4b50cfd40","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3477\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3477, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996a50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","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":"21d5140f-92d4-4e48-a606-d13194c5c31c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.847Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1645\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1645, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996c80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.855Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6054\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6054, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996eb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.856Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.856Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cf33de25-a4cf-4b20-976c-c13c2d68bf65","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000001e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6420\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6420, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997090), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.876Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.876Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bd422809-3ae9-4ec1-90d8-b01ccefda1c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.878Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3ebd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6420\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6420, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997360), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.879Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8b6cc382-6698-40d2-9785-78d2d4e27cab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.882Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f7a0), 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)(0xc0006c2100), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997590), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9261\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9261, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009977c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.893Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.893Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2cb11e26-514e-4fe1-b399-a1112fb03c87","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9261\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9261, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997a90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.897Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1143fbc3-f3c5-464c-822d-67e9ff7d71ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:24.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000db97a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4486\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4486, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997cc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.117Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000cea6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9570\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3dac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9570, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448410), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.118Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.118Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b3bdb0ba-bd00-43f6-b0e7-b6b4b65ebde9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ceb4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9570\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f8a40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9570, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004488c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"62e670fc-e8bc-4166-b305-48fb5b92f8cc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.126Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dba240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4478\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4478, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448c30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dbaa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8107\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0007f9a00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8107, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448f50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.324Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b83fa000-4682-4112-8192-36bd53f636b8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.329Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dbb4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8107\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8107, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449180), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ef50f99a-1b67-4a06-a3f7-a4e87ea94f2d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:26.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dba000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3860\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086eb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3860, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dba990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9576\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9576, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000298640), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.159Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.159Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"eb56f908-f916-4817-95f8-182dd92551dd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9576\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ee40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9576, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298a00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.163Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1982e083-e60f-41e4-ba32-19bd91e1f776","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.168Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4492\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4492, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298c30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8315\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8315, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f28c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.793Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.793Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6402cb17-9ae0-435e-94e1-c5ab2659f537","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.795Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8315\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8315, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2be0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"137e46e0-0257-4168-a648-29d6b6f20d14","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:27.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000babb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3852, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2e10), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:28.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8300\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8300, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002550), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:28.792Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:28.792Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0292f71c-c754-4112-85f5-5a599f05c7b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:28.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d303f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8300\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8300, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000027d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:28.795Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e1663479-9748-480d-bf62-46416a46b76b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:28.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3845\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3845, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002a50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d314d0), 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)(0xc000c5f640), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000246f00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.148Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.148Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f23bdb92-44ff-447d-99c1-f5562612d3ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.151Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c5a0), 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)(0xc000c5ff00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000247b80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.152Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bbec5b09-c436-4854-9b6d-779089d131c1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.156Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4660\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4660, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af770), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.163Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9926\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2ce40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9926, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afb80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.165Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.165Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"87a3d6a5-350d-4b7f-9a60-2a3384cc423b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8365\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0000cba00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8365, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52910), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.803Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e8548503-6ba1-4783-9d69-b31146845e62","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8365\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fcf80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8365, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52b90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c145a886-e2f0-4758-8969-06894010d64a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.808Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008581b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3917\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fde40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3917, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52d20), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.813Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8437\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8437, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52eb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.814Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:29.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"be9d03d6-318a-4f05-8031-6bcb67334a76","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.137Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10125\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10125, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53a40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.138Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.138Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"85e9e07f-a147-4e59-a8ac-4d476fb240d6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.141Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10125\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10125, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53d10), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"afff9ed1-fc9f-4fc8-a5f2-bb2424f6b896","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008babd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4859\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4859, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.153Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10324\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10324, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8230), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.155Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.155Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dbf45d13-714c-4b87-bf88-1566cbea1f30","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10324\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10324, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8500), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.159Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1b2b1e44-2e0f-4552-9198-40adfe4e0f74","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8714\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8714, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9090), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.800Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b24d02c8-f04f-455b-960a-afbc01e4107c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8714\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2ef80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8714, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9310), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-with-workspace-run-2t67k","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"22f8648c-c387-4634-9fce-bd2e8901a4cf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:30.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3ee10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4194\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4194, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b94a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:31.147Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009723c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d310), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:31.149Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:31.149Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"202bc73c-805c-4262-a5c2-13ed07a08c9a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:31.151Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10601\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10601, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d680), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:31.152Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"read-clustertask-t266k-run-8xkjl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7a48a8c2-9725-44c5-b5a0-7a48bccae2ee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:31.155Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5136\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5136, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d8b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.400Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fc20), 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)(0xc000cb0d40), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009974a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.401Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:32.401Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"8b18c431-b11b-4e9e-b74b-7c8fe8845aa4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a360), 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)(0xc000cb1240), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997630), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"aaee029e-53d6-4306-a659-38eb61e2dcf3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.406Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a7e0), 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)(0xc000cb1740), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997810), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.428Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0acf0), 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)(0xc000cb1d00), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009979f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.429Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","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":"2024-11-11T14:44:32.429Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","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":"f2fe1fe1-9f70-45c8-821e-518af134ba05","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b5f0), 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)(0xc0006c2380), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997cc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","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":"58700a6f-98f7-4f81-b201-49c315f63cc9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.441Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0bdd0), 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)(0xc0006c2940), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997ef0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.452Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ea23f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5855\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5855, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c3c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.454Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.455Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6ea97ef4-399f-473b-8bb3-2d4672927230","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ea2000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6194\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6194, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c000), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.480Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"283dc8f3-834f-4f61-af8c-ad536b05d688","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ea3200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6194\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6194, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c780), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"72e3d004-0343-4e28-85af-1410d3cf0e6a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.488Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ea3cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4056\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4056, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011caf0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000286c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9022\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9022, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011cf00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.497Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1cc272af-495c-415e-9dd9-f5c3461e8dba","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.501Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9022\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9022, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011d310), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0f9de37d-c99a-4b0a-ab27-afeff083a611","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4373\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086ec80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4373, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d540), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1326\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1326, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448af0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.727Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1beta1, Kind=ClusterTask\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/resources\",\"value\":{}}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7d8b1f3e-4a82-47a4-be4f-1ce11358ee53","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.729Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065ba70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1522\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1522, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448c30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:32.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"clustertask-optional-ws-qnfnm","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"1010b540-9f59-47b8-90cd-f8e8ffb1bdbf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1266\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1266, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2820), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.861Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"2024-11-11T14:44:33.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","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":"28046ce3-90ad-41bf-a1d4-e768461f1078","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.863Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c990), 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)(0xc000babd40), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2a50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.863Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"bacc9378-92b6-41b9-b010-469ae03670e5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cf30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1086\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1086, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2be0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.885Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d320), 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)(0xc000abec80), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2dc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.886Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","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":"2024-11-11T14:44:33.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","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":"10b3cf8a-36b4-46e5-a3f6-8599df977b9a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3105\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3105, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f3090), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","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":"d613c828-809b-41e7-b514-dc7375e11767","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.894Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4240), 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)(0xc000abf980), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f32c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5309\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abff40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5309, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3810), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.900Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"828a7a7f-0b65-43f7-8e94-c991b608247a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.918Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d55f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5682\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5682, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.919Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.919Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"294a4632-4e6d-4749-918c-a0135005d517","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5682\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ec80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5682, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f3cc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"58b46bab-018e-471b-b37e-d465ede6eac8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3610\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3610, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f3e50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000120cd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.932Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f2682db0-b590-4e90-a1b5-356f7afde369","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000121040), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1807a533-7957-4f75-aac6-95755c217464","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:33.940Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3826\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3826, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000121630), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.168Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9331\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9331, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002d70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.169Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.169Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"64406693-e603-45a0-b516-19ddec446455","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9331\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0000cbb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9331, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000030e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"acf89051-13c1-4f21-916c-bac9f98ba9a5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4365\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fcc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4365, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000003400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.818Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8257\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8257, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afc20), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.819Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.819Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dec8aef9-33ae-4ff1-bad6-dfc1f3f4dbf3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.822Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8257\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8257, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000afea0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.823Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"245afc99-6f91-46a6-8155-5de3c712c1ba","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:34.826Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98240), 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)(0xc000aac800), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b520f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9337\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9337, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52c80), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.173Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7627d0d6-6266-4b76-9043-d0a2dc961ac6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d997a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9337\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9337, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52f50), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.176Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ef4f3048-8157-4f26-960c-aa1bf4a291bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.179Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4379\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4379, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53180), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.820Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8242\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8242, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53d10), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.822Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.822Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2aab49b3-38e1-479e-8c9f-eddd81ba8988","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.825Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8242\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2ea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8242, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8000), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.826Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"59509867-66a7-4185-8197-da4128485a34","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:35.829Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3811\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3811, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8190), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.198Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009625a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9519\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9519, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b99f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.199Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"010764fe-08d0-4666-9a1e-69cd10ed9546","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.203Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009635f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9519\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009724c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9519, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9cc0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.204Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cb5183f7-c868-469e-9884-2fcad1dbff28","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.209Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000010e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4547\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4547, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9ef0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.835Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8307\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8307, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d2c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.837Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.837Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"74d3188f-c2fd-4805-94a7-845ae5f3eed2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.839Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8307\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000920bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8307, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d590), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.841Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f9b4397c-0093-4fbe-883a-92c0fd817f69","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d720), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.847Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.847Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"53f32eba-da2a-4c2d-be22-b6ef54e0181b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3883\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3883, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033da40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.852Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11283\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11283, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d375a1d1-546c-4053-a439-21f686f53a51","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ea2750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8379\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8379, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c5f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.855Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.855Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1856f063-b3e6-49ef-be43-fc5328b3f6fe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.863Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ea3320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5532\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5532, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033c910), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.872Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ea3cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11681\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11681, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033ccd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.873Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7165a7da-d371-46af-849f-dc1d2525c05b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.876Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11681\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11681, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033cff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:36.877Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8c982f8e-b760-49b8-89a6-ada5327035b3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.185Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10163\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3b80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10163, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c6e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.187Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.187Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"10b27a76-7867-43e6-bd4c-7fd43910709c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.189Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10163\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10163, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011caf0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.189Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-l6fpr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"41d9a4b5-c4ed-4e9b-8615-34334ce0d1e1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d302d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5023\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086ea80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5023, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011cf00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.833Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8656\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086f940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8656, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011de50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.835Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.835Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ec8bd515-7de8-483e-a828-c1ce132026dd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.837Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8656\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8656, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448190), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.838Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-tzbqp","knative.dev/name":"clustertask-optional-ws-qnfnm-run-rcjkl","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7d83c7f2-de1f-4400-bfdd-d5033aefaa9e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.841Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4160\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4160, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004483c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.852Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11958\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11958, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448690), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.854Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.854Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0d06eda3-0570-446b-8989-83a71c88a8f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.856Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11958\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5fb40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11958, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448b90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.857Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dce83847-6aca-4a74-b7af-20d9f05abda9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003725a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5809\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5809, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448f50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8351\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8351, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449180), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.867Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"2024-11-11T14:44:37.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"d44bc2dd-1d4b-489a-9278-a49073028072","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.869Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000859710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8351\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8351, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449680), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.870Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-5hqjr","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":"efb10b89-0bd9-4bac-b117-7769fd7c9d1f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:37.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3891\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3891, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000449e50), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.015Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889ef0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1840\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1840, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002982d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.016Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"read-clustertask-t266k","knative.dev/operation":"DELETE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a3be18e0-c22a-41ed-9bf6-31824475ff1f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.096Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11072\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11072, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002994f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.098Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.098Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1f5c6f4f-d903-4eb0-8cbd-2ccefe7ccbdb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11072\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11072, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000299a90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.101Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"714783bb-4ee7-4686-a864-6322c66bbe1e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.104Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002119e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5327\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5327, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f25a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2870), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.115Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.115Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1bc2516c-4f6f-402b-8f58-7f06567e2a2a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.118Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d997a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11271\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5ef80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11271, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2c80), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.119Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ffbd271c-626c-4d24-b1fc-cd5f068f9953","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.290Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1488\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5f580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:1488, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f3090), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:38.290Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"clustertask-optional-ws-qnfnm","knative.dev/operation":"DELETE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"1776140e-a0cd-4d38-a621-5cd78c3eb1ed","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.101Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3ec60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2cc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002730), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.102Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ec5294d9-e451-4810-8306-c0a3b9544de4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.104Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11747\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11747, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002b40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.105Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c04a47c5-a2c7-4e7c-b826-2cf849db3f7e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.111Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aeda70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5803\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5803, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002f00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.118Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8269\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000245d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8269, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003220), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.119Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"2024-11-11T14:44:39.119Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"d18b1152-c488-49ac-bc76-5986957ccba1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8269\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8269, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.121Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-qmr8f","knative.dev/name":"output-pipeline-run-pvkwr","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":"9e0a9a73-e61e-4e66-9a3b-fda4b68d3799","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.124Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8aea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3850\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fdc00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3850, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000247c70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b8c0), 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)(0xc000aac200), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52550), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.900Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:39.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"a05bcb82-9cb7-4fac-b1b5-82e76cfd7ffc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8bdd0), 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)(0xc000aac7c0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52690), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"875becb9-1839-4bec-9f62-a4cada490f2c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:39.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab63f0), 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)(0xc000aadb80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53310), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.012Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab67e0), 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)(0xc0008d9300), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b87d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.012Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:41.012Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"4d8cb71e-994e-4abd-adde-163f2f08a6fd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.014Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6d80), 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)(0xc0008d9800), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b89b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.014Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2bfc10d0-3e0d-47f0-b9b7-48a2ff36d2f6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.016Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7200), 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)(0xc000c2e4c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8b90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab77a0), 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)(0xc000c2ea80), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8d70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.037Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","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":"2024-11-11T14:44:41.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","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":"2c4ed346-b84f-46f1-932b-0360cb912832","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918360), 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)(0xc000c2f040), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b90e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.039Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","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":"4bbf5872-280f-4089-a483-5c68b29eb364","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.048Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000918a20), 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)(0xc000c2f5c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b93b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.060Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009625a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4951\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4951, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b95e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.063Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1a8e7e7d-4fae-41e7-a06f-23a3da83f15c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5286\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5286, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.103Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e300be94-1b63-489e-a03e-88fd47b5f6d1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5286\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae31c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5286, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.107Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"268c4d0c-5e40-47e6-9250-e12576964302","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.115Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3380\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3380, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033c370), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.127Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d313b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7541\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7541, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c5a0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.129Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.129Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f1d2ea64-6ad0-48d0-ade9-ae5a775b95e4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7541\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2f80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7541, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c9b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.158Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c56b46aa-bc87-4c07-b3ed-e0772fd6c7fa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.161Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7541\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7541, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033ceb0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9765b0da-dac3-41df-8478-4adc9de2a6b4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.165Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070de60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3572\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3572, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d130), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4c60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7733\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7733, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d360), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.172Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:41.172Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c01b38e2-a1d2-4bc8-a120-5c16abb95be6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.140Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008597a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7398\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7398, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011d950), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.141Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.141Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c83f7ba4-a7ae-48c9-a376-0f38656c4330","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7398\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7398, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011de00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"74ca3620-ed62-4f74-8ef3-4516ed60c3eb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.146Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000889e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3614\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3614, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448190), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8018\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8018, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448460), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.160Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.160Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f8998030-fc55-4da5-90cb-b0846ca827f8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.162Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bba70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8018\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8018, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448af0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.163Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"sleep-run-wsw2j","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2c04aa31-b43f-45d7-87dd-d45ee929a948","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.167Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002119e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3815\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baaf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3815, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448d70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.206Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d985a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449090), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.208Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"15c0f839-c31b-4be0-8718-7161fff3983e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11060\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11060, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449450), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"af4a31d6-505e-4b79-abc8-072819236163","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.214Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e6c0), 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)(0xc000abe980), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000449a90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f200), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11259\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11259, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449e00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.221Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.222Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"77335c6f-efc5-41cb-8dad-6fe3bfaa788d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11259\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfa80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11259, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002982d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:42.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"513cffba-c369-4fc6-9bee-0b1a5b83995e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8bb00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11458\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11458, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3a40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.221Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.221Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"346065bf-2372-4d39-bb9a-64c9e6a8d369","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11458\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2cc40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11458, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000120b40), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.225Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0902e209-3b61-4c80-8745-b02939ff5c79","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.229Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009183f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5520\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5520, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000120fa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.238Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11657\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11657, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000121630), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.240Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.240Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"915f5756-c86e-484b-96cf-d645b38d75fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.244Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3eab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11657\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11657, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000022d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.245Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3ab0f050-c38b-4bdc-9133-56fae779d88c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.877Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4160\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fde80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4160, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000032c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bf2480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4977\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4977, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000034f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.889Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bf2ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5121\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5121, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000246cd0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bf3950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5136\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5136, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002474a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c06480), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5021\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5021, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000184af0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c06f30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5021\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadd40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5021, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af860), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c079e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5136\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5136, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afc70), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.940Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c4a510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4977\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4977, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afef0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:43.947Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c4af30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5021\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5021, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52230), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c4b9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2eb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52e10), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.238Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.238Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"155a908d-6373-4cbf-a577-90815caaed44","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c98cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53130), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.243Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c52da0bc-a749-4777-a55f-90a1be9bc469","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.247Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c99e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.256Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d38990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8479\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8479, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53630), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.258Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"2024-11-11T14:44:44.258Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"63ce4afe-ed02-465b-b69b-52c275acd80c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.262Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d39a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8479\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8479, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b539f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.263Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-csk82","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":"2213fea3-22f9-44c8-96f9-31b48c04949a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.267Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc6b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3955\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009726c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3955, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53db0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc74d0), 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)(0xc000972d00), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996140), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.372Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:44.372Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"6c921a4e-5530-44b5-ab1f-0ed866d75235","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.376Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc7b00), 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)(0xc000973280), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009962d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.377Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"063edfca-291d-47cc-89a1-107103a25580","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.380Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc6000), 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)(0xc000972000), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.406Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc6510), 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)(0xc000972640), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009965f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.407Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","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":"2024-11-11T14:44:44.407Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","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":"242649fb-e3b6-4b9a-ad5d-c96abc2dcaa4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.409Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc6e10), 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)(0xc000972c00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009968c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.410Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","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":"64c6fdd8-533f-4e33-a9bf-65297ddd30f6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009621b0), 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)(0xc000973c80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996af0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009627e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5909\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5909, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996d20), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.426Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.426Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"08a739f1-ccce-4849-8e7b-e75f71824b42","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.447Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6248\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae29c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6248, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996f00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.448Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.448Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9f8ce898-e6ca-4eeb-92d8-274d5f49d3d9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.451Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6248\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae30c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6248, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009971d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.451Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f24a7b5a-f16b-4447-9f16-084c2505e9fd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.455Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0ad80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4083\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae36c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4083, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997400), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9076\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9076, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997630), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.467Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.467Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"edd7548e-2de7-47fb-a9b3-ed77fc6692de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.470Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000285a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9076\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9076, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997900), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e6a0c706-b67c-4254-8c68-8e04122acb73","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4400\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0dc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4400, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997b30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5809\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1480), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5809, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997d60), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098dcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5797\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5797, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8050), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065ac60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5803\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5803, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8280), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b710), 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)(0xc0006c2940), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b84b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.575Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065be60), 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)(0xc0006c39c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8ff0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3891\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3891, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9180), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3885\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3885, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9450), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:44.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3850\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086ee00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3850, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9720), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.429Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c000), 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)(0xc00086fec0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c820), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.429Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:44:45.429Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"124ffc6f-e848-4c9f-8adb-ce9e6dcaf137","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.431Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c3f0), 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)(0xc000a5e4c0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c960), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"e55b5004-e81f-4545-a555-2e918855c742","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.438Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c750), 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)(0xc000a5f140), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d3b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.882Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cc60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9385\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9385, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033def0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.884Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5cba5bab-37d0-4c32-b3f5-65fe61a59f97","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070dc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9385\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baabc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9385, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c5a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6af66029-563d-46e6-9fff-f11302d767b8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:45.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4392\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4392, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c7d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.716Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98870), 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)(0xc000c5f900), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449db0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.717Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:44:46.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"07aed514-77cd-4148-aea4-99cdaaf4285a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98d80), 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)(0xc000a2c000), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002980a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"096229cd-66d6-481f-b27f-c48a76d6be98","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.722Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99200), 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)(0xc000a2c680), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000298320), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.755Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d995f0), 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)(0xc000a2ccc0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002984b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.756Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"4beef2fe-8d10-4bd9-87d0-43238adad9d9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99b00), 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)(0xc000a2d280), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000298780), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.759Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"5ef9b824-8990-4ce9-90a1-f5410fdf1577","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.761Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99e60), 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)(0xc0000cbb80), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000299ae0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.765Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e2d0), 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)(0xc0001fcc80), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000299c70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.766Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"2024-11-11T14:44:46.766Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"27611968-2d4c-4925-9728-6e38430399e9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3ebd0), 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)(0xc0001fdb00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f27d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"95a5ad1f-cc8c-453b-bd80-0854ca8211ba","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.771Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f320), 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)(0xc0004b9180), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2b40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.776Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5647\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5647, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2cd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.777Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"2024-11-11T14:44:46.777Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"e960d19f-b5c4-4c96-88be-a81ee1ea0c66","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.782Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec3f0), 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)(0xc000aac800), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3090), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.783Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"6dc1cf67-b384-4fc8-b21e-3acca17f0614","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecab0), 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)(0xc000aad440), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f3860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2a3212d7-ef4e-48d8-9842-6041d5c8dc9c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.789Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed0e0), 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)(0xc0008d8200), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000121860), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.795Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6758\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6758, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002230), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.796Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.796Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"23b8db64-49cb-412e-99ae-cae493fe2542","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000d1b90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5910\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5910, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002550), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.806Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"2024-11-11T14:44:46.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"6b7e8f30-bd29-4581-af6d-dcb9d5b6b7f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.809Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afef30), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5910\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5910, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002820), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.810Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"a7668092-733a-46b3-a279-666bc16ae6e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3834\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3834, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002b90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.826Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6833\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2ee80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6833, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002e10), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.828Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.828Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"82b40a5b-5dfd-4678-8c30-f3b3e3bde231","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.831Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8aa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6833\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f5c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6833, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000003270), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.833Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"7dcfdca0-ec9e-49d3-9013-ecb2a2689e76","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4140\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00036c580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4140, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af860), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b8c0), 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)(0xc000920980), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afc20), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.867Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"62843616-3e5e-4008-9b6f-4637d3f55d85","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab63f0), 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)(0xc0009482c0), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b520a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.876Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"e20a93b4-67d8-4f01-b920-0fc643d52620","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949040), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52be0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.888Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.889Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"bca07182-d1a8-4a76-9f91-a5843342e231","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.908Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7290), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9391\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9391, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b52f50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.911Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2834cb7f-59f8-4d60-8dc9-8846233dd521","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9391\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9391, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53220), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.916Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c624603d-2486-4c9b-b750-332cc500bfe2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963200), 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)(0xc000972800), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53450), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53680), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.925Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"7da02e47-a866-4917-a1e7-4ffced78efcf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000973780), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b539f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"ae13b79b-90c2-4bc2-af8f-cc38d9006b73","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.939Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0aea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4402\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4402, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009965f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9418\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae2cc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9418, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009967d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:46.945Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:46.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"748ff232-713f-414c-9a5c-f5c5d652423f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.898Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0bdd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9573\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9573, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997e00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.899Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"40cbb489-dc54-4d4e-a103-e2a65138f985","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.901Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000029e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9573\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0d00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9573, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8190), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"08f4224a-2654-4d90-8858-bf20706c43a2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:47.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4574\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4574, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b83c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.895Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ddd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9940\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9940, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9900), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.897Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.897Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0759b2aa-b1ae-4bdc-a344-547c8204e7cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9940\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9940, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9bd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"02adfaa4-d367-4f09-9ccf-20e48212cc40","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.903Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4773\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4773, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9e00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d310e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10139\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10139, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c460), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.912Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.912Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d1736d6e-9140-42d8-955e-4b06a80dc3a7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10139\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086eb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10139, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c780), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:48.915Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"04590d6f-d21f-4336-bd09-13417f5ab785","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.898Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10416\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10416, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033def0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.900Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4870ee8d-1fb7-46dd-83ab-193b6f641edc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d50e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10416\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ec40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10416, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011c5a0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.903Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"read-task-run-s75nw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6b925a7a-652a-4aff-aebe-d850286a4713","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:49.906Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5050\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f540), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5050, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c7d0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.697Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baae40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448690), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.699Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:50.699Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"8335eaee-2f09-431f-9444-26f597402d48","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.703Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9156\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9156, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448be0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.705Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"4c519064-c045-466d-b5b9-a2809306e4aa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.710Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4140\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abea00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4140, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000449b80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.723Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9110\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9110, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449ea0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.724Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:50.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"cd2f6259-73f7-4d0e-a5a2-f4e100659f11","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.726Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008897a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9110\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9110, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002983c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"774e56f1-ca75-4db7-bd1e-d97ea277dbfe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:50.730Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4356\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c5e9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4356, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002995e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:51.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe990), 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)(0xc000aac480), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003680), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:51.585Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:51.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"9ec70517-789e-4d2e-a9bc-b0816e076d5f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:51.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff200), 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)(0xc000aaca00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000246f00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:51.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-lgjdg","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":"f3a76d18-3d6d-4029-a49a-bafcb215853b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:51.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe000), 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)(0xc000aac000), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000464190), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.263Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9318\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9318, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465ef0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.265Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:52.265Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"94ad18cf-6db5-40f2-a9b3-d514446d4f7b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9318\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9318, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52370), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.270Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"fb5c8a91-e544-4d4d-96a2-957765d1ea46","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.274Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4348\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000972300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4348, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52e60), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.733Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a3f0), 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)(0xc000973840), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53c70), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.733Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"2024-11-11T14:44:52.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","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":"4cdd07ea-39df-4e43-8d46-880cf018974e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.735Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a870), 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)(0xc000973d40), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53db0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.735Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b295a583-0fa6-4061-84be-aed457e8eb27","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.738Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0abd0), 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)(0xc000ae2280), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996000), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.755Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0afc0), 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)(0xc000ae2880), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996140), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.756Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","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":"2024-11-11T14:44:52.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","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":"f0473c48-e472-4cff-a9d9-1bb40db072b6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b680), 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)(0xc000ae2e40), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996410), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","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":"f15fb6f4-a520-4830-b225-8f5697009e37","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0bc20), 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)(0xc000ae33c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009965a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.771Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028120), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5140\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ae3980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5140, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996730), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.773Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"00e1350d-d3b0-4264-88ff-af11b922e82c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.792Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000028b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5486\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5486, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996870), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.792Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.793Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ce4d4a25-7af2-4f3a-b529-684679b56670","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098c870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5486\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb07c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5486, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996aa0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.795Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"45071b29-234b-48f4-b08f-fc43dde95de6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.798Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3512\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3512, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000996c30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.804Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7840\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb13c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7840, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996dc0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.805Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"134c4fae-9161-4c9c-b3f5-30a51ae80139","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.808Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7840\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1b40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7840, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996ff0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.809Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"92655dc1-82d9-4fa4-b627-89a38697efa2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.818Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b8c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3728\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2240), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3728, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997180), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.826Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d313b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8056\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3180), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8056, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009976d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.828Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:52.828Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c355e1c0-c93e-457c-8aee-c5e663bf5a6e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.276Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070ccf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9303\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9303, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8500), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.278Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:53.278Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"f65e1a8d-b9c9-47c5-9025-cf3f39e0a560","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.281Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9303\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086ee00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9303, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8870), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"3f807808-d443-4252-8669-4cf81c267a83","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.286Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4341\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086fd80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4341, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9360), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.916Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8048\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ed40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8048, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9ea0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.918Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.918Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"234aaf72-ffdc-4232-81d9-f8f35268bbf8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.921Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8048\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f700), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8048, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c500), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"70e7b524-bc2f-4198-9bc7-89167cec76ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:53.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003727e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3720\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3720, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033c6e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9368\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baae00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9368, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033d3b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.284Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:54.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"9f3baaf7-8669-4553-9ab0-c41b8cd7040b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.286Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008586c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9368\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9368, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d7c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.288Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"6f1c1016-2422-4d73-8be8-dc66359d37f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.291Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000859710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4413\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe9c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4413, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011c640), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.920Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8033\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8033, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011d720), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.921Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"37fdbf38-00d3-4233-a76a-3bd9ea3a4be0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008894d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8033\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c2c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8033, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011d950), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f9c866ed-404e-4f31-bdd2-6295c2c034fc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:54.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210090), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3713\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2ca40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3713, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011db80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000210fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9717\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9717, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448be0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.335Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"2024-11-11T14:44:55.336Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"006a30c1-2b21-4a64-a496-c71e47955ceb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.345Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d985a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9717\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000245d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9717, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449040), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq-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":"c07f18da-75b1-425e-a9b2-677d358c08ca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4690\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4690, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f26e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d987e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8337\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8337, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f28c0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.371Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"2024-11-11T14:44:55.371Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"2486dc86-c8c3-4f52-a0a9-5578ef8246c9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d994d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8337\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad0c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8337, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f2c30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.375Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"pipeline-with-workspace-run-4qprq","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":"31893469-6d9b-4c80-950c-813061431a66","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.378Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3880\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad8c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3880, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2ff0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.935Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afea20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8098\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009489c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8098, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000464280), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.936Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2bde8e19-1d79-44a5-98a3-b2ae589f90c5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000affc20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8098\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949100), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8098, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004644b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8c3a02e8-f6fc-4aac-a92d-18e7d882bdc8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.941Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6900), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3785\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3785, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465360), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.947Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab7050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8170\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8170, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004654f0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.948Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:55.948Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f8ac23eb-693a-4e30-8546-bde36b5b02ee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065a7e0), 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)(0xc000ae3cc0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b53860), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.586Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:44:56.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"1aa4be20-67c0-48f0-8c2d-32babb2d8536","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065aea0), 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)(0xc000cb0300), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b53ae0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.588Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"222289db-0a44-4b60-8eca-fb1f3b493047","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065b290), 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)(0xc000cb07c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b53d10), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065ba70), 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)(0xc000cb0f00), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0009961e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.601Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-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":"2024-11-11T14:44:56.601Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-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":"e4dc2fae-6f4f-4edb-8c88-283e90aef279","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.603Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30360), 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)(0xc000cb1440), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009964b0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.604Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-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":"cfcacd23-e603-4689-a143-26148cc063fe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.607Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d307e0), 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)(0xc000cb1980), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009966e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.612Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30e10), 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)(0xc000cb1f40), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996910), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.613Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"2024-11-11T14:44:56.613Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"9a3cda48-c4a0-46ed-b5d4-87e7994d5bd0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d315f0), 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)(0xc0006c2600), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000996cd0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.616Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"51b97bed-daf4-493c-b358-dceb863a8d2e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31d40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5424\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5424, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997040), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.627Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"2024-11-11T14:44:56.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"169b793d-a7e6-4f0f-84ec-347c3e74e0d9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.627Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cb40), 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)(0xc0006c3400), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000997450), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.629Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5424\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c39c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5424, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000997680), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"006b6eed-d097-45d2-afdf-f9238ecda62d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070dc20), 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)(0xc00086e080), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997a40), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.635Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-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":"2024-11-11T14:44:56.636Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-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":"caa232ef-34b4-45d9-bd37-6e3e2b82deab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.636Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5679\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5679, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000997d60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.637Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"2024-11-11T14:44:56.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"1f6a7e5f-31cd-46e1-a9f6-42e83099e9a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.638Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5b00), 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)(0xc00086ec00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8230), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.638Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-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":"2efd4e67-ae0a-4198-88d2-ba514693a45d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372480), 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)(0xc00086f1c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8500), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7053\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086f7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7053, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8730), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.653Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d31f58d5-e063-4f2a-a2ff-b483c51a3260","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b8a50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.658Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"2024-11-11T14:44:56.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"10ea3d5c-3168-4884-ad0f-217cc4a520d9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858e10), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5934\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5e7c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5934, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8e60), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"3078d5c6-99fc-4b8e-9acc-aab808e53c15","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888d80), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3904\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5ed80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3904, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9270), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.673Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008895f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a5f640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9540), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.674Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.674Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"470b6232-49b5-4f1e-8480-73b556fee786","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0002106c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7231\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7231, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b9860), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fd0a53ab-29a7-4cef-b00f-7ad4f3e87758","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.680Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4519\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baa600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4519, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9b30), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.688Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10061\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000baac40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10061, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b9d60), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.689Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.689Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1fbd45f3-5512-4d7d-a4b1-216d4b3fda00","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10061\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bab6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10061, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033c4b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.715Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.715Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"98464c33-8a93-4181-b629-bf1f2ebd328a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec3f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10061\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000babe40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10061, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033c870), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"87d3ff27-6561-47d9-9ca6-4bd3f1f278e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.723Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aecfc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4925\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abe680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4925, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033ccd0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aedb90), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00033cf00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.930Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fab270c3-a7a3-4414-9ddd-c7bfdd96a1e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a5a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abf840), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00033d130), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.933Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-lgjdg","knative.dev/name":"task-optional-ws-run-fdr26","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"aa758ecd-38dc-475b-849e-918e2977b004","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:56.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b3b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4062\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfe40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4062, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00033d2c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8bcb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10459\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2df00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10459, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011db30), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.334Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f9e810cc-345a-4586-bde1-94875f982601","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10459\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10459, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448000), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.339Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1353fb2d-5169-49a3-9e9f-e417bfd626d6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:58.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4917\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4917, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448370), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3ea20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10480\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10480, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000026e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.319Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.320Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d9b52ce-f5a0-476c-b52b-5a152603471a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.325Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10480\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10480, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002000), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.326Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"15b82e6c-47b8-43c5-8945-1f0f6271dc68","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:44:59.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4946\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2edc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4946, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002370), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b526e0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.344Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1a3280e0-3590-4815-87eb-15699b350db9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0aa20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10779\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949bc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10779, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52a00), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fad635e5-5584-42d8-ada1-765db442bf91","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:01.354Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0b680), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5216\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009722c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5216, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b52d20), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.418Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d315f0), 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)(0xc000cb0840), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8500), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4879\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb0fc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4879, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8730), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.427Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070cf30), 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)(0xc000cb1700), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8960), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.437Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070d9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5023\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000cb1e00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5023, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8b90), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.452Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d4bd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4879\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2600), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4879, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8dc0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008d5950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5050\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c2f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5050, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8ff0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000372750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3815\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3680), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3815, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9270), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000373dd0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4062\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0006c3d40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4062, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b94a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858630), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4194\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00086e440), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4194, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9630), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000858e10), 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)(0xc00086eb40), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b97c0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.515Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888630), 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)(0xc00086f280), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9900), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888a20), 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)(0xc00086f940), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9a40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:03.520Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000888d80), 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)(0xc000a5e280), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b9b80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.411Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f9e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000e8de80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000dc5e00), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.412Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.412Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"16aea0d5-73d1-4be7-9986-072dfdc7ec7e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.415Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98ab0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11447\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2e740), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11447, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002280), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.416Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b00a3125-6f3b-480a-99e2-5009a903383b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5614\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2ed40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5614, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000025f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.430Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe870), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11845\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f380), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11845, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.432Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8a2f1bc9-04dc-448e-ac30-0f3d70c8870b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.434Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab62d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11845\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fbc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11845, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000002d70), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:32.435Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"12625c9a-28dd-4c4a-9392-0aa685fb1699","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.416Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0afc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12122\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadac0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12122, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465310), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.418Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.418Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bf6be590-4571-433d-b310-e74574a6d317","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.420Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0000283f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"12122\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:12122, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000465630), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c1a0f63e-adb5-4ba6-aab4-be7dbf16c781","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098ca20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5891\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948b00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5891, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465900), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.432Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00098d830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8469\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8469, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000465b30), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.433Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"2024-11-11T14:45:33.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"d9e44557-c108-469b-8e78-a89b90cb4f5b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.435Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065acf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8469\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949900), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8469, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b52050), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.436Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"output-pipeline-run-88rwn","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":"4c1a1bcd-bac2-4549-9ae5-1d5a7d823d4c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:33.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00065be60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3950\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000949f00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3950, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b524b0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:34.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d30c60), 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)(0xc000ae2080), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000996780), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:34.969Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Task\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/steps/0/computeResources\",\"value\":{}}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:45:34.969Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-vclkq","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":"9be29ecf-13ff-4a2a-adaf-4c8bac98cab5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:34.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31170), 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)(0xc000ae2680), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0009968c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:34.971Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Task","knative.dev/namespace":"testcli-vclkq","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":"643da61e-1b98-430d-95a8-4ddc0732cd6e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:34.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31560), 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)(0xc000ae3480), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009974f0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:36.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31950), 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)(0xc000cb0b40), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0008b89b0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:36.053Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:45:36.053Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"9bfe692e-4208-4871-b38d-8f2c65aafeb6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:36.054Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d31dd0), 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)(0xc000cb1100), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0008b8b90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:36.055Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-vclkq","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":"7dbcde8d-3e53-4eae-9ee9-9c21366be2ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:36.057Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00070c2d0), 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)(0xc000cb1840), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0008b8fa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.169Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000211440), 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)(0xc000a5e340), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011c7d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.170Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"2024-11-11T14:45:37.170Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","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":"363859ea-7ea1-49c5-81c6-a110b9f12429","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.172Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e000), 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)(0xc000a5e840), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011cb90), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.172Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6c20d97a-ba3f-4c66-bbec-e0dfd0277ffc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e3f0), 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)(0xc000a5ed00), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011cfa0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.184Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3e990), 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)(0xc000a5f540), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011d310), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.185Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","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":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:37.185Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"39140f00-a813-4ede-a96f-4262831f0cc7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.186Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f170), 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)(0xc000a5fc00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00011d6d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.187Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"cc5841fa-18ab-439a-8386-82d5f2f8aa5a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.189Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3f7a0), 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)(0xc000baa300), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00011d900), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b3fc20), 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)(0xc000baa8c0), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00011dbd0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.194Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"2024-11-11T14:45:37.194Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"623c9c75-ccc7-4f49-b4c4-feeb9f282f4f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aec5a0), 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)(0xc000baae80), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000448140), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"7bcecb6e-e71d-46fb-a956-d9e25d79bba5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.199Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aece10), 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)(0xc000bab6c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000448690), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.202Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aed440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5102\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000babc80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5102, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448960), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.203Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"2024-11-11T14:45:37.203Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"1a65627c-da98-490d-bf5d-13d62ab4eb10","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a000), 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)(0xc000abe380), 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:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000448ff0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.212Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:37.212Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"f62c8b95-50f1-43e8-84eb-a0a62f594e89","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8a750), 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)(0xc000abed00), 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:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000449450), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.216Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"07850854-efd0-483c-aa17-347baf9926d8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.220Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8aea0), 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)(0xc000abf3c0), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000449ae0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.228Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d8b440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5356\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000abfa00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5356, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:15695\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0001b5980), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000449e50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.230Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"2024-11-11T14:45:37.230Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"e260ef4e-006a-457f-8f87-59e124d83279","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009185a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6175\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6175, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000121860), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.233Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:37.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"d32973fc-e39e-4790-9319-cd9e64ed14b5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000000fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5356\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2c980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5356, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000247b30), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.234Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"6ac73e91-27ae-4c01-be6d-6d89dcfab41d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.238Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008ba6c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3511\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2cf40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3511, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afa40), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.253Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bb0e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2d580), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afdb0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.254Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:37.254Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"4eb3a42e-dbc0-40e4-855c-9780fce7040f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.256Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008bbd40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"6340\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000a2dd40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:6340, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000aaa280), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.257Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"0cc4f09e-071d-4176-b637-a67d917f19c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.261Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d2a7e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3907\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b8ec0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3907, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000aaa5a0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d4a1b0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8618\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004b9880), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8618, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000aaa7d0), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.272Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:37.272Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"5e5ab2b4-8925-4df7-bd40-71ec7e237012","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d4a000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8618\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d85c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8618, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000aaa000), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.304Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:37.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"1417b7af-3f3e-44cd-a874-c5382c2d0243","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d4b7a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8618\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d8c80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8618, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000aaa3c0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.307Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"35626874-2830-4375-99ff-75c12fdadd1e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:37.311Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3e360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4099\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008d9280), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4099, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000aaa6e0), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3ea20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7294\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2efc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7294, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000002050), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.303Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.303Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"751a86b7-eba0-4844-8233-35e914ec8444","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.305Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f950), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7294\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2f6c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7294, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000026e0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"e48a5e87-35a2-4226-a6fe-c83199297b9c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.309Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d98750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3546\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c2fd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:3546, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000002c80), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.314Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8909\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fc940), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8909, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000003040), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.316Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:38.316Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"447b6dc5-619c-4213-b27a-c1b13f46df34","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.318Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d99c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8909\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0001fd980), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:8909, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000034f0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.319Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"c523c16c-c1bd-4789-a1b8-00086ccf97f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afe990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4251\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac1c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4251, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f2730), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.327Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aff440), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7752\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aac800), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7752, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f2a50), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.329Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=PipelineRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"2024-11-11T14:45:38.329Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"79ed5bd3-4fe6-4bb1-8839-e68df7d0ee06","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.332Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab6750), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"7752\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aad500), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:7752, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000f3090), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m","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":"3d5a5d42-5de0-447f-9325-62a62557cb15","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ab77a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9431\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000aadb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9431, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:13887\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009b78c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000f3900), pat:(*http.pattern)(0xc000651560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.335Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"2024-11-11T14:45:38.335Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"866b0bda-b90a-4f71-8999-360db85358be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.336Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962630), 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)(0xc000948440), 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:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000f3e00), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000962ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9431\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000948a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9431, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:35267\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc0009fb440), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004642d0), pat:(*http.pattern)(0xc0006515c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.338Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-vclkq","knative.dev/name":"sleep-pipeline-run-x9p9m-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":"0dc77591-ae1b-4eea-8e1d-6dd653ad4922","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-11T14:45:38.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000963cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4568\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0009490c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4568, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:36868\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0001b5740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000465310), pat:(*http.pattern)(0xc000651f20), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
***************************************
*** E2E TEST FAILED ***
*** End of information dump ***
***************************************
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
... skipping 4 lines ...